Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _remaining_events
Method
_remaining_events
lib/sqlalchemy/orm/session.py:378–379 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
376
self._update_execution_options = util.EMPTY_DICT
377
378
def
_remaining_events(self) -> List[_InstanceLevelDispatch[Session]]:
379
return
self._events_todo[self._starting_event_idx + 1 :]
380
381
def
invoke_statement(
382
self,
Callers
1
_execute_internal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected