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

Method _after_fork

Lib/multiprocessing/managers.py:903–909  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

901 del tls.connection
902
903 def _after_fork(self):
904 self._manager = None
905 try:
906 self._incref()
907 except Exception as e:
908 # the proxy may just be for a manager which has shutdown
909 util.info('incref failed: %s' % e)
910
911 def __reduce__(self):
912 kwds = {}

Callers

nothing calls this directly

Calls 2

_increfMethod · 0.95
infoMethod · 0.45

Tested by

no test coverage detected