PyObject_IsInstance ( o typeorclass -- int )


Vocabulary
python.ffi

Inputs
oan object
typeorclassan object


Outputs
intan object


Definition


LIBRARY: python FUNCTION: int PyObject_IsInstance
( PyObject* o, PyObject* typeorclass )