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

Method __str__

examples/postgres.py:13–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 content = fields.JSONField[dict]()
12
13 def __str__(self):
14 return str(self.id)
15
16
17async def run():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected