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