MCPcopy Create free account
hub / github.com/Glyphack/enderpy / func

Function func

parser/test_data/inputs/function_def.py:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18def f(a: 'annotation', b=1, c=2, *d, e, f=3, **g): pass
19
20def func() -> None: pass
21
22async def a(): pass
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected