Home
last modified time | relevance | path

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

/third_party/python/Include/
DPython-ast.h395 } ExtSlice; member
677 #define ExtSlice(a0, a1) _Py_ExtSlice(a0, a1) macro
/third_party/python/Python/
DPython-ast.c2524 ExtSlice(asdl_seq * dims, PyArena *arena) in ExtSlice() function