Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ __str__
Method
__str__
tests/testmodels.py:264–265 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
262
app =
"events"
263
264
def
__str__(self):
265
return
self.name
266
267
268
class
TeamTwo(Model):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected