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

Method __str__

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

Source from the content-addressed store, hash-verified

48 event_team: fields.ManyToManyRelation[Event]
49
50 def __str__(self):
51 return self.name
52
53 class Meta:
54 app = "events"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected