MCPcopy 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
122def prune(args):
123 run("git", "clean", "--force", "-x", ".")
124
125
126if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected