Home
last modified time | relevance | path

Searched refs:TypeIgnore_kind (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h614 enum _type_ignore_kind {TypeIgnore_kind=1}; enumerator
/third_party/python/Python/
DPython-ast.c3562 p->kind = TypeIgnore_kind; in _PyAST_TypeIgnore()
5306 case TypeIgnore_kind: in ast2obj_type_ignore()