MCPcopy Index your code
hub / github.com/python/cpython / _getvalue

Method _getvalue

Lib/multiprocessing/managers.py:852–856  ·  view source on GitHub ↗

Get a copy of the value of the referent

(self)

Source from the content-addressed store, hash-verified

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

Callers 1

__deepcopy__Method · 0.95

Calls 1

_callmethodMethod · 0.95

Tested by

no test coverage detected