Searched refs:_is_param_expr (Results 1 – 2 of 2) sorted by relevance
435 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
180 def _is_param_expr(arg): function240 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]))):