Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ func
Function
func
numpy/typing/tests/test_runtime.py:62–62 ·
view source on GitHub ↗
(a: typ)
Source
from the content-addressed store, hash-verified
60
typ = tup.typ
61
62
def
func(a: typ) -> None:
pass
63
64
out = get_type_hints(func)
65
ref = {
"a"
: typ,
"return"
: type(None)}
Callers
6
func_assert_same_pos
Function · 0.50
assert_warns
Function · 0.50
assert_no_warnings
Function · 0.50
new_func
Method · 0.50
assert_no_gc_cycles
Function · 0.50
wrapper
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…