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

Method release_local_intentions

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

Source from the content-addressed store, hash-verified

293 self._local_intentions_lock.acquire()
294
295 def release_local_intentions(self):
296 try:
297 self._local_intentions_lock.release()
298 except Exception as e:
299 print(e)
300 sys.stdout.flush()
301
302
303 @property

Callers 1

do_gammaFunction · 0.80

Calls 2

releaseMethod · 0.80
flushMethod · 0.45

Tested by

no test coverage detected