Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ acquire_new_bikes
Method
acquire_new_bikes
PythonAPI/examples/gamma_crowd.py:225–226 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
223
self._new_bikes.append(info)
224
225
def
acquire_new_bikes(self):
226
self._new_bikes_lock.acquire()
227
228
def
release_new_bikes(self):
229
try
:
Callers
2
do_spawn
Function · 0.80
pull_new_agents
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected