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

Function _unlink

Lib/test/support/os_helper.py:416–417  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

414 )
415
416 def _unlink(filename):
417 _waitfor(os.unlink, filename)
418
419 def _rmdir(dirname):
420 _waitfor(os.rmdir, dirname)

Callers 1

unlinkFunction · 0.85

Calls 1

_waitforFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…