Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h16 typedef enum _boolop { And=1, Or=2 } boolop_ty; enum
/external/python/cpython3/Include/
DPython-ast.h22 typedef enum _boolop { And=1, Or=2 } boolop_ty; enum