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

Method __str__

examples/complex_prefetching.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 )
25
26 def __str__(self):
27 return self.name
28
29
30class Team(Model):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected