Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _has_events
Method
_has_events
lib/sqlalchemy/engine/base.py:3342–3345 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3340
3341
@property
3342
def
_has_events(self) -> bool:
3343
return
self._proxied._has_events or self.__dict__.get(
3344
"_has_events"
, False
3345
)
3346
3347
@_has_events.setter
3348
def
_has_events(self, value: bool) -> None:
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected