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

Function int_fields_context

tests/test_q.py:138–145  ·  view source on GitHub ↗

Context for IntFields model resolution.

(db)

Source from the content-addressed store, hash-verified

136
137@pytest.fixture
138def int_fields_context(db):
139 """Context for IntFields model resolution."""
140 return ResolveContext(
141 model=IntFields,
142 table=IntFields._meta.basequery,
143 annotations={},
144 custom_filters={},
145 )
146
147
148@pytest.fixture

Callers

nothing calls this directly

Calls 1

ResolveContextClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…