MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / setup_compile_state

Method setup_compile_state

lib/sqlalchemy/orm/context.py:2736–2737  ·  view source on GitHub ↗
(self, compile_state: _ORMCompileState)

Source from the content-addressed store, hash-verified

2734 entity_zero: Optional[_InternalEntityType]
2735
2736 def setup_compile_state(self, compile_state: _ORMCompileState) -> None:
2737 raise NotImplementedError()
2738
2739 def setup_dml_returning_compile_state(
2740 self,

Callers 3

_create_orm_contextMethod · 0.45
_setup_for_generateMethod · 0.45
setup_compile_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected