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

Function examples

x.py:97–105  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

95
96
97def examples(args):
98 if not can_run("nox", "--version"):
99 sys.exit("Examples require the Nox tool (https://nox.thea.codes)")
100
101 if args.name is None:
102 for manifest in gen_examples("noxfile.py"):
103 run("nox", "--noxfile", manifest)
104 else:
105 run("nox", "--noxfile", f"examples/{args.name}/noxfile.py")
106
107
108def format_(args):

Callers

nothing calls this directly

Calls 3

can_runFunction · 0.85
gen_examplesFunction · 0.85
runFunction · 0.85

Tested by

no test coverage detected