MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_value

Function get_value

Lib/test/_test_multiprocessing.py:287–297  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

285#
286
287def get_value(self):
288 try:
289 return self.get_value()
290 except AttributeError:
291 try:
292 return self._Semaphore__value
293 except AttributeError:
294 try:
295 return self._value
296 except AttributeError:
297 raise NotImplementedError
298
299#
300# Testcases

Callers 2

test_notifyMethod · 0.70
test_notify_nMethod · 0.70

Calls 1

get_valueMethod · 0.45

Tested by

no test coverage detected