MCPcopy Index your code
hub / github.com/python/cpython / _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
217def _is_param_expr(arg):
218 return arg is ... or isinstance(arg,
219 (tuple, list, ParamSpec, _ConcatenateGenericAlias))
220
221
222def _should_unflatten_callable_args(typ, args):

Callers 5

_paramspec_substFunction · 0.70
_paramspec_prepare_substFunction · 0.70
__repr__Method · 0.70
__reduce__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…