Searched refs:fromObj (Results 1 – 2 of 2) sorted by relevance
3328 PyObject *fromObj; member3338 OptionsNew(int opt_type, void *from, checkfun Check, PyObject *fromObj) in OptionsNew() argument3349 self->fromObj = fromObj; in OptionsNew()3350 if (fromObj) in OptionsNew()3351 Py_INCREF(fromObj); in OptionsNew()3360 Py_XDECREF(self->fromObj); in OptionsDestructor()3367 Py_VISIT(self->fromObj); in OptionsTraverse()3374 Py_CLEAR(self->fromObj); in OptionsClear()3387 if (self->Check(self->fromObj)) in OptionsItem()3578 if (self->Check(self->fromObj)) in OptionsAssItem()
48193 "fromObj" instead of "from".