Home
last modified time | relevance | path

Searched defs:PyTuple_Check (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dtupleobject.h26 #define PyTuple_Check(op) \ macro
/external/python/cpython2/Include/
Dtupleobject.h36 #define PyTuple_Check(op) \ macro
/external/python/pybind11/include/pybind11/
Dpytypes.h1200 PYBIND11_OBJECT_CVT(tuple, object, PyTuple_Check, PySequence_Tuple) in PYBIND11_OBJECT_CVT() argument