Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ __get__
Method
__get__
tortoise/fields/base.py:209–209 ·
view source on GitHub ↗
(self, instance: None, owner: type[Model])
Source
from the content-addressed store, hash-verified
207
208
@overload
209
def
__get__(self, instance: None, owner: type[Model]) -> Field[VALUE]: ...
210
211
@overload
212
def
__get__(self, instance: Model, owner: type[Model]) -> VALUE: ...
Callers
3
test_check_loop_returns_true_when_not_bound
Function · 0.45
test_check_loop_returns_true_on_same_loop
Function · 0.45
test_check_loop_returns_false_on_different_loop
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_check_loop_returns_true_when_not_bound
Function · 0.36
test_check_loop_returns_true_on_same_loop
Function · 0.36
test_check_loop_returns_false_on_different_loop
Function · 0.36