MCPcopy 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: ...

Calls

no outgoing calls