Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tortoise/tortoise-orm
/ ResolveContext
Class
ResolveContext
tortoise/expressions.py:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
@dataclass(frozen=True)
43
class
ResolveContext:
44
model: type[Model]
45
table: Table
46
annotations: dict[str, Any]
47
custom_filters: dict[str, FilterInfoDict]
48
49
50
@dataclass
Callers
11
resolve_filters
Method · 0.90
resolve_ordering
Method · 0.90
_resolve_annotate
Method · 0.90
_make_query
Method · 0.90
resolve_expressions
Method · 0.90
get_update_sql
Method · 0.90
_prefetch_m2m_relation
Method · 0.90
int_fields_context
Function · 0.90
char_fields_context
Function · 0.90
test_q_call_annotations_resolved
Function · 0.90
_resolve_nested_filter
Method · 0.85
Calls
no outgoing calls
Tested by
3
int_fields_context
Function · 0.72
char_fields_context
Function · 0.72
test_q_call_annotations_resolved
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…