Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
def
func2(a: str, b: int, c: float = 1.0) -> None:
11
return
None
12
13
14
def
func3(a: str, b: int) -> int:
Callers
1
main
Method · 0.85
Calls
no outgoing calls
Tested by
1
main
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…