Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _is_param_expr
Function
_is_param_expr
Lib/typing.py:217–219 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
215
216
217
def
_is_param_expr(arg):
218
return
arg is ... or isinstance(arg,
219
(tuple, list, ParamSpec, _ConcatenateGenericAlias))
220
221
222
def
_should_unflatten_callable_args(typ, args):
Callers
5
_should_unflatten_callable_args
Function · 0.70
_paramspec_subst
Function · 0.70
_paramspec_prepare_subst
Function · 0.70
__repr__
Method · 0.70
__reduce__
Method · 0.70
Calls
1
isinstance
Function · 0.85
Tested by
no test coverage detected