MCPcopy 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)
43class 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_filtersMethod · 0.90
resolve_orderingMethod · 0.90
_resolve_annotateMethod · 0.90
_make_queryMethod · 0.90
resolve_expressionsMethod · 0.90
get_update_sqlMethod · 0.90
int_fields_contextFunction · 0.90
char_fields_contextFunction · 0.90

Calls

no outgoing calls

Tested by 3

int_fields_contextFunction · 0.72
char_fields_contextFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…