Home
last modified time | relevance | path

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

/third_party/python/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):
519 def _is_param_expr(obj): function
Dtyping.py179 def _is_param_expr(arg): function
239 and params and not _is_param_expr(params[0])):
1052 if not _is_param_expr(arg):
1157 if len(args) == 2 and _is_param_expr(args[0]):
1165 if not (len(args) == 2 and _is_param_expr(args[0])):
1923 and not (len(res) == 2 and _is_param_expr(res[0]))):