MCPcopy Index your code
hub / github.com/PyO3/rust-numpy / doc

Function doc

x.py:69–78  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

67
68
69def doc(args):
70 if args.name is None:
71 run("cargo", "test", "--all-features", "--doc")
72 else:
73 run("cargo", "test", "--all-features", "--doc", args.name)
74
75 if args.open:
76 run("cargo", "doc", "--all-features", "--open")
77 else:
78 run("cargo", "doc", "--all-features")
79
80
81def test(args):

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected