Searched defs:type_comment (Results 1 – 3 of 3) sorted by relevance
| /external/python/cpython3/Python/ |
| D | Python-ast.c | 215 PyObject *type_comment; member 1976 decorator_list, expr_ty returns, string type_comment, int lineno, in FunctionDef() 2009 * decorator_list, expr_ty returns, string type_comment, int in AsyncFunctionDef() 2103 Assign(asdl_seq * targets, expr_ty value, string type_comment, int lineno, int in Assign() 2193 type_comment, int lineno, int col_offset, int end_lineno, int in For() 2225 string type_comment, int lineno, int col_offset, int end_lineno, int in AsyncFor() 2304 With(asdl_seq * items, asdl_seq * body, string type_comment, int lineno, int in With() 2323 AsyncWith(asdl_seq * items, asdl_seq * body, string type_comment, int lineno, in AsyncWith() 3278 arg(identifier arg, expr_ty annotation, string type_comment, int lineno, int in arg() 5190 string type_comment; in obj2ast_stmt() local [all …]
|
| D | ast.c | 825 string type_comment = new_type_comment(STR(CHILD(ch, i)), &c); in PyAST_FromNodeObject() local 1725 string type_comment = NULL; in ast_for_funcdef_impl() local 3313 string type_comment; in ast_for_expr_stmt() local 4048 string type_comment; in ast_for_for_stmt() local 4282 string type_comment; in ast_for_with_stmt() local
|
| /external/python/cpython3/Include/ |
| D | Python-ast.h | 93 string type_comment; member 102 string type_comment; member 124 string type_comment; member 145 string type_comment; member 153 string type_comment; member 171 string type_comment; member 177 string type_comment; member 420 string type_comment; member
|