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

Method __str__

examples/relations.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 )
34
35 def __str__(self):
36 return self.name
37
38
39class Address(Model):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected