Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csaez/mscreen
/ addEmitter
Method
addEmitter
tests/test_stress.py:112–113 ·
view source on GitHub ↗
(self, emitter, state=0)
Source
from the content-addressed store, hash-verified
110
self._states[state][0].append(force)
111
112
def
addEmitter(self, emitter, state=0):
113
self._states[state][1].append(emitter)
114
115
def
setAgeLimit(self, value, state=0):
116
self._states[state][2] = value
Callers
1
test_stress.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected