Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
584
class
MyDerivedModel(TimestampMixin, MyAbstractBaseModel):
585
first_name = fields.CharField(20, null=True)
586
587
588
class
CommentModel(Model):
Callers
1
test_basic
Function · 0.90
Calls
no outgoing calls
Tested by
1
test_basic
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…