MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / MyDerivedModel

Class MyDerivedModel

tests/testmodels.py:584–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582
583
584class MyDerivedModel(TimestampMixin, MyAbstractBaseModel):
585 first_name = fields.CharField(20, null=True)
586
587
588class CommentModel(Model):

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…