Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ not_found
Function
not_found
gen.py:129–130 ·
view source on GitHub ↗
(item: str, func: str)
Source
from the content-addressed store, hash-verified
127
128
129
def
not_found(item: str, func: str) -> None:
130
print(
"Not found..."
, item,
"in"
, func)
131
132
133
def
_write_autogen(file: str, text: str) -> None:
Callers
1
_gen_str
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected