Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _unlink
Function
_unlink
Lib/test/support/os_helper.py:415–416 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
413
)
414
415
def
_unlink(filename):
416
_waitfor(os.unlink, filename)
417
418
def
_rmdir(dirname):
419
_waitfor(os.rmdir, dirname)
Callers
1
unlink
Function · 0.85
Calls
1
_waitfor
Function · 0.85
Tested by
no test coverage detected