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

Method _getvalue

Lib/multiprocessing/managers.py:851–855  ·  view source on GitHub ↗

Get a copy of the value of the referent

(self)

Source from the content-addressed store, hash-verified

849 del result # break reference cycle
850
851 def _getvalue(self):
852 '''
853 Get a copy of the value of the referent
854 '''
855 return self._callmethod('#GETVALUE')
856
857 def _incref(self):
858 if self._owned_by_manager:

Callers 1

__deepcopy__Method · 0.95

Calls 1

_callmethodMethod · 0.95

Tested by

no test coverage detected