Home
last modified time | relevance | path

Searched refs:TypeIgnore (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast.h628 } TypeIgnore; member
/third_party/python/Lib/
H A Dast.py239 # TypeIgnore is a special case where lineno is not an attribute
241 if isinstance(child, TypeIgnore):
/third_party/python/Python/
H A DPython-ast.c1845 "type_ignore = TypeIgnore(int lineno, string tag)"); in init_types()
1848 state->TypeIgnore_type = make_type(state, "TypeIgnore", in init_types()
1851 "TypeIgnore(int lineno, string tag)"); in init_types()
3593 "field 'tag' is required for TypeIgnore"); in _PyAST_TypeIgnore()
3600 p->v.TypeIgnore.lineno = lineno; in _PyAST_TypeIgnore()
3601 p->v.TypeIgnore.tag = tag; in _PyAST_TypeIgnore()
5452 value = ast2obj_int(state, o->v.TypeIgnore.lineno); in ast2obj_type_ignore()
5457 value = ast2obj_string(state, o->v.TypeIgnore.tag); in ast2obj_type_ignore()
11862 PyErr_SetString(PyExc_TypeError, "required field \"lineno\" missing from TypeIgnore"); in obj2ast_type_ignore()
11867 if (_Py_EnterRecursiveCall(" while traversing 'TypeIgnore' nod in obj2ast_type_ignore()
[all...]

Completed in 19 milliseconds