Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
def
f(a:
'annotation'
, b=1, c=2, *d, e, f=3, **g):
pass
19
20
def
func() -> None:
pass
21
22
async
def
a():
pass
23
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected