Home
last modified time | relevance | path

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

/third_party/python/Parser/
DPython.asdl143 type_ignore = TypeIgnore(int lineno, string tag)
/third_party/python/Include/internal/
Dpycore_ast.h621 } TypeIgnore; member
/third_party/python/Python/
DPython-ast.c3563 p->v.TypeIgnore.lineno = lineno; in _PyAST_TypeIgnore()
3564 p->v.TypeIgnore.tag = tag; in _PyAST_TypeIgnore()
5310 value = ast2obj_int(state, o->v.TypeIgnore.lineno); in ast2obj_type_ignore()
5315 value = ast2obj_string(state, o->v.TypeIgnore.tag); in ast2obj_type_ignore()