MCPcopy
hub / github.com/tortoise/tortoise-orm / MyAbstractBaseModel

Class MyAbstractBaseModel

tests/testmodels.py:577–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575
576
577class MyAbstractBaseModel(NameMixin, Model):
578 id = fields.IntField(primary_key=True)
579
580 class Meta:
581 abstract = True
582
583
584class MyDerivedModel(TimestampMixin, MyAbstractBaseModel):

Callers 1

test_basicFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_basicFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…