Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ __str__
Method
__str__
tests/testmodels.py:128–129 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
126
ordering = [
"name"
]
127
128
def
__str__(self):
129
return
self.name
130
131
132
class
ModelTestPydanticMetaBackwardRelations1(Model):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected