Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
def
nightly():
25
proc = subprocess.run([
"rustc"
,
"--version"
], capture_output=True)
26
return
b
"-nightly "
in proc.stdout
27
28
29
def
gen_examples(manifest):
Callers
1
default
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected