MCPcopy Index your code
hub / github.com/numpy/numpy / func2

Function func2

numpy/typing/tests/data/pass/ufunc_config.py:10–11  ·  view source on GitHub ↗
(a: str, b: int, c: float = 1.0)

Source from the content-addressed store, hash-verified

8
9
10def func2(a: str, b: int, c: float = 1.0) -> None:
11 return None
12
13
14def func3(a: str, b: int) -> int:

Callers 1

mainMethod · 0.85

Calls

no outgoing calls

Tested by 1

mainMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…