MCPcopy 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
129def not_found(item: str, func: str) -> None:
130 print("Not found...", item, "in", func)
131
132
133def _write_autogen(file: str, text: str) -> None:

Callers 1

_gen_strFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected