MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / __set__

Method __set__

tortoise/fields/base.py:216–216  ·  view source on GitHub ↗
(self, instance: Model, value: VALUE)

Source from the content-addressed store, hash-verified

214 def __get__(self, instance: Model | None, owner: type[Model]) -> Field[VALUE] | VALUE: ...
215
216 def __set__(self, instance: Model, value: VALUE) -> None: ...
217
218 def __init__(
219 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected