MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / __str__

Method __str__

examples/two_databases.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 )
36
37 def __str__(self):
38 return self.name
39
40 class Meta:
41 app = "events"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected