MCPcopy Create free account
hub / github.com/numpy/numpy / func

Function func

numpy/typing/tests/test_runtime.py:59–59  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

57 # Explicitly set `__annotations__` in order to circumvent the
58 # stringification performed by `from __future__ import annotations`
59 def func(a): pass
60 func.__annotations__ = {"a": typ, "return": None}
61
62 out = get_type_hints(func)

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