Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyO3/rust-numpy
/ gen_examples
Function
gen_examples
x.py:29–31 ·
view source on GitHub ↗
(manifest)
Source
from the content-addressed store, hash-verified
27
28
29
def
gen_examples(manifest):
30
for
dir_ in Path(
"examples"
).iterdir():
31
yield
dir_ / manifest
32
33
34
DENY_WARNINGS = (
"--deny"
,
"warnings"
)
Callers
4
default
Function · 0.85
check
Function · 0.85
examples
Function · 0.85
format_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected