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

Function f

parser/test_data/inputs/function_def.py:18–18  ·  view source on GitHub ↗
(a: 'annotation', b=1, c=2, *d, e, f=3, **g)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected