snakelet.storage.proxy   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
rs 10
c 0
b 0
f 0
wmc 0
1
class Proxy:
2
    # TODO: Build a proxy that can load hydrate itself when accessed
3
    # TODO: Register models for relations to exist without needing to have separate instances
4
    # TODO: Use register to hydrate all models of the same type simultaneously
5
    pass
6