MCPcopy 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
29def gen_examples(manifest):
30 for dir_ in Path("examples").iterdir():
31 yield dir_ / manifest
32
33
34DENY_WARNINGS = ("--deny", "warnings")

Callers 4

defaultFunction · 0.85
checkFunction · 0.85
examplesFunction · 0.85
format_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected