MCPcopy Create free account
hub / github.com/numpy/numpy / func

Function func

numpy/typing/tests/data/pass/lib_utils.py:11–12  ·  view source on GitHub ↗
(a: int)

Source from the content-addressed store, hash-verified

9
10
11def func(a: int) -> bool:
12 return True
13
14
15np.deprecate(func)

Callers 1

literal.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected