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

Method __str__

examples/transactions.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 table = "event"
17
18 def __str__(self):
19 return self.name
20
21
22async def run():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected