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

Method __str__

examples/functions.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 )
27
28 def __str__(self):
29 return self.name
30
31
32class Team(Model):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected