Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
DPython-ast.h324 } NameConstant; member
581 #define NameConstant(a0, a1, a2, a3) _Py_NameConstant(a0, a1, a2, a3) macro
/external/python/cpython3/Python/
DPython-ast.c2186 NameConstant(singleton value, int lineno, int col_offset, PyArena *arena) in NameConstant() function