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

Function func1

numpy/typing/tests/data/pass/ufunc_config.py:6–7  ·  view source on GitHub ↗
(a: str, b: int)

Source from the content-addressed store, hash-verified

4
5
6def func1(a: str, b: int) -> None:
7 return None
8
9
10def func2(a: str, b: int, c: float = 1.0) -> None:

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…