MCPcopy Index your code
hub / github.com/ZeroIntensity/pointers.py / func

Function func

tests/test_decay.py:10–13  ·  view source on GitHub ↗
(a: str, b: int, c: Pointer)

Source from the content-addressed store, hash-verified

8def _():
9 @decay
10 def func(a: str, b: int, c: Pointer):
11 assert type(a) is str
12 assert type(b) is int
13 assert type(c) is Pointer
14
15 func("a", 1, "c")
16

Callers 3

innerFunction · 0.85
wrappedFunction · 0.85
_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected