Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ __str__
Method
__str__
examples/functions.py:14–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
events: fields.ReverseRelation[
"Event"
]
13
14
def
__str__(self):
15
return
self.name
16
17
18
class
Event(Model):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected