Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dpytypes.h759 inline bool PyStaticMethod_Check(PyObject *o) { return o->ob_type == &PyStaticMethod_Type; } in PyStaticMethod_Check() function
1384 PYBIND11_OBJECT_CVT(staticmethod, object, detail::PyStaticMethod_Check, PyStaticMethod_New)