Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyO3/rust-numpy
/ prune
Function
prune
x.py:122–123 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
120
121
122
def
prune(args):
123
run(
"git"
,
"clean"
,
"--force"
,
"-x"
,
"."
)
124
125
126
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
run
Function · 0.85
Tested by
no test coverage detected