3.2. Option Objects#
-
PyTypeObject CpOption_Type#
The type object for the
CpOptionObject
class.
-
type CpOptionObject#
Simple option struct that stores a name and a value.
-
int CpOption_CheckExact(PyObject *op)#
Checks if the given object is an
CpOptionObject
.
-
int CpOption_Check(PyObject *op)#
Checks if the given object is instance of an
CpOptionObject