(arg)
| 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): |
no outgoing calls
no test coverage detected
searching dependent graphs…