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

Method __str__

examples/relations_recursive.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 gets_talked_to: fields.ManyToManyRelation["Employee"]
28
29 def __str__(self):
30 return self.name
31
32 async def full_hierarchy__async_for(self, level=0):
33 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected