Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vispy/vispy
/ callback
Method
callback
vispy/scene/tests/test_node.py:15–16 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
13
emitter.connect(self.callback)
14
15
def
callback(self, event):
16
self._events.append(event)
17
18
@property
19
def
events(self):
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected