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

Function _resource_unlink

Lib/test/_test_multiprocessing.py:115–116  ·  view source on GitHub ↗
(name, rtype)

Source from the content-addressed store, hash-verified

113 from multiprocessing import resource_tracker
114
115 def _resource_unlink(name, rtype):
116 resource_tracker._CLEANUP_FUNCS[rtype](name)
117
118
119#

Callers 1

test_resource_trackerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…