Searched defs:type_comment (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Tools/peg_generator/pegen/ |
| D | parser.py | 215 def type_comment(self) -> Optional[tokenize.TokenInfo]: member in Parser
|
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 194 string type_comment; member 203 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 533 string type_comment; member
|
| D | pycore_ast_state.h | 243 PyObject *type_comment; member
|
| /third_party/python/Python/ |
| D | Python-ast.c | 1961 type_comment, int lineno, int col_offset, int end_lineno, in _PyAST_FunctionDef() 1995 string type_comment, int lineno, int col_offset, int in _PyAST_AsyncFunctionDef() 2089 _PyAST_Assign(asdl_expr_seq * targets, expr_ty value, string type_comment, int in _PyAST_Assign() 2180 orelse, string type_comment, int lineno, int col_offset, int in _PyAST_For() 2212 asdl_stmt_seq * orelse, string type_comment, int lineno, int in _PyAST_AsyncFor() 2294 type_comment, int lineno, int col_offset, int end_lineno, int in _PyAST_With() 2314 type_comment, int lineno, int col_offset, int end_lineno, int in _PyAST_AsyncWith() 3325 _PyAST_arg(identifier arg, expr_ty annotation, string type_comment, int lineno, in _PyAST_arg() 5820 string type_comment; in obj2ast_stmt() local 5981 string type_comment; in obj2ast_stmt() local [all …]
|