Home
last modified time | relevance | path

Searched defs:TypeIgnore (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
DPython-ast.h453 } TypeIgnore; member
686 #define TypeIgnore(a0, a1, a2) _Py_TypeIgnore(a0, a1, a2) macro
/external/python/cpython3/Python/
DPython-ast.c3357 TypeIgnore(int lineno, string tag, PyArena *arena) in TypeIgnore() function