Home
last modified time | relevance | path

Searched refs:_is_param_expr (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
D_collections_abc.py435 elif not _is_param_expr(t_args):
453 if len(self.__args__) == 2 and _is_param_expr(self.__args__[0]):
461 if not (len(args) == 2 and _is_param_expr(args[0])):
478 if (param_len == 1 and _is_param_expr(self.__parameters__[0])
479 and item and not _is_param_expr(item[0])):
490 if _is_param_expr(arg):
492 if not _is_param_expr(arg):
522 def _is_param_expr(obj): function
Dtyping.py180 def _is_param_expr(arg): function
240 and params and not _is_param_expr(params[0])):
1066 if not _is_param_expr(arg):
1173 if len(args) == 2 and _is_param_expr(args[0]):
1181 if not (len(args) == 2 and _is_param_expr(args[0])):
1944 and not (len(res) == 2 and _is_param_expr(res[0]))):