Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ newEvents
Method
newEvents
module/PullEvents.py:61–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
self.events = []
60
61
def
newEvents(self):
62
return
len(self.events) > 0
63
64
def
popEvent(self):
65
if
not len(self.events):
Callers
1
getEvents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected