Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dpytypes.h1078 PYBIND11_OBJECT_CVT(bool_, object, PyBool_Check, raw_bool) in PYBIND11_OBJECT_CVT() argument
1086 static PyObject *raw_bool(PyObject *op) { in raw_bool() function