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

Function nightly

x.py:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23
24def nightly():
25 proc = subprocess.run(["rustc", "--version"], capture_output=True)
26 return b"-nightly " in proc.stdout
27
28
29def gen_examples(manifest):

Callers 1

defaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected