Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/mypy
/ g
Function
g
mypyc/test-data/fixtures/testutil.py:102–103 ·
view source on GitHub ↗
(*args: Any, **kwargs: Any)
Source
from the content-addressed store, hash-verified
100
# stuck into classes and the like.
101
def
make_python_function(f: F) -> F:
102
def
g(*args: Any, **kwargs: Any) -> Any:
103
return
f(*args, **kwargs)
104
return
g
# type: ignore
105
106
Callers
nothing calls this directly
Calls
1
f
Function · 0.85
Tested by
no test coverage detected