Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
def
_():
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
inner
Function · 0.85
wrapped
Function · 0.85
_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected