Searched defs:type_comment (Results  1 – 3 of 3) sorted by relevance
| /external/python/cpython3/Include/internal/ | 
| D | pycore_ast.h | 194             string type_comment;  member203             string type_comment;  member
 225             string type_comment;  member
 246             string type_comment;  member
 254             string type_comment;  member
 272             string type_comment;  member
 278             string type_comment;  member
 526     string type_comment;  member
 
 | 
| D | pycore_ast_state.h | 240     PyObject *type_comment;  member
 | 
| /external/python/cpython3/Python/ | 
| D | Python-ast.c | 1946                    type_comment, int lineno, int col_offset, int end_lineno,  in _PyAST_FunctionDef()1980                         string type_comment, int lineno, int col_offset, int  in _PyAST_AsyncFunctionDef()
 2074 _PyAST_Assign(asdl_expr_seq * targets, expr_ty value, string type_comment, int  in _PyAST_Assign()
 2165            orelse, string type_comment, int lineno, int col_offset, int  in _PyAST_For()
 2197                 asdl_stmt_seq * orelse, string type_comment, int lineno, int  in _PyAST_AsyncFor()
 2279             type_comment, int lineno, int col_offset, int end_lineno, int  in _PyAST_With()
 2299                  type_comment, int lineno, int col_offset, int end_lineno, int  in _PyAST_AsyncWith()
 3288 _PyAST_arg(identifier arg, expr_ty annotation, string type_comment, int lineno,  in _PyAST_arg()
 5677         string type_comment;  in obj2ast_stmt()  local
 5838         string type_comment;  in obj2ast_stmt()  local
 [all …]
 
 |