Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddictobject.h17 #define PyDict_Check(op) \ macro
/external/python/cpython2/Include/
Ddictobject.h99 #define PyDict_Check(op) \ macro
/external/python/pybind11/include/pybind11/
Dpytypes.h1285 PYBIND11_OBJECT_CVT(dict, object, PyDict_Check, raw_dict) in PYBIND11_OBJECT_CVT() argument