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

Method __str__

tests/testmodels.py:250–251  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

248 exclude = ("minrelations",)
249
250 def __str__(self):
251 return self.name
252
253
254class EventTwo(Model):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected