MCPcopy 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_posFunction · 0.50
assert_warnsFunction · 0.50
assert_no_warningsFunction · 0.50
new_funcMethod · 0.50
assert_no_gc_cyclesFunction · 0.50
wrapperFunction · 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…