Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ __str__
Method
__str__
examples/basic.py:19–20 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
17
table =
"event"
18
19
def
__str__(self):
20
return
self.name
21
22
23
@init_memory_sqlite
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected