MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / acquire_destroy_list

Method acquire_destroy_list

PythonAPI/examples/gamma_crowd.py:317–318  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

315 self._destroy_list.extend(items)
316
317 def acquire_destroy_list(self):
318 self._destroy_list_lock.acquire()
319
320 def release_destroy_list(self):
321 try:

Callers 2

do_destroyFunction · 0.80
gamma_loopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected