Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ some_event
Method
some_event
test/base/test_events.py:849–850 ·
view source on GitHub ↗
(self, x, y)
Source
from the content-addressed store, hash-verified
847
def
setup_test(self):
848
class
TargetEvents(event.Events):
849
def
some_event(self, x, y):
850
pass
851
852
class
Target:
853
dispatch = event.dispatcher(TargetEvents)
Callers
1
test_subclass
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected