Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ __str__
Method
__str__
examples/basic_comments.py:21–22 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
table_description =
"This table contains a list of all the example events"
20
21
def
__str__(self):
22
return
self.name
23
24
25
async
def
run():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected