Searched refs:cobject (Results 1 – 12 of 12) sorted by relevance
31 self->cobject=cobj; in PyCObject_FromVoidPtr()57 self->cobject = cobj; in PyCObject_FromVoidPtrAndDesc()73 return ((PyCObject *)self)->cobject; in PyCObject_AsVoidPtr()124 cself->cobject = cobj; in PyCObject_SetVoidPtr()133 ((destructor2)(self->destructor))(self->cobject, self->desc); in PyCObject_dealloc()135 (self->destructor)(self->cobject); in PyCObject_dealloc()
352 _tkinter.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \360 almodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \368 arraymodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \376 audioop.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \384 binascii.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \392 bsddbmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \400 cdmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \408 cgensupport.obj: abstract.h ceval.h cgensupport.h classobject.h cobject.h \416 clmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \424 cmathmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \[all …]
361 $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \374 $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \387 $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \401 $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \415 $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \428 $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \442 $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \455 $(PY_MODULES)\cgensupport.h $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h \469 $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \482 $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \[all …]
36 __PyCapsule_SetField(capsule, cobject, pointer)116 PyCObject *cobject = (PyCObject *)object; in PyCapsule_Import() local117 return_value = cobject->cobject; in PyCapsule_Import()
156 def register_parser(cls, cobject, scope): argument167 if not hasattr(cobject, "name"):168 cobject.name = cobject.unique_word.split(":")[0]172 cls.dynamic_classes[cobject.name] = cobject174 getattr(cls, scope + "_classes")[cobject.name] = cobject177 def unregister_parser(cls, cobject): argument191 if cobject == obj:
80 void *cobject; member
104 cobject.rst
163 @.^.Objects.o.cobject\
226 ; From python27_s.lib(cobject)
280 SOURCE=..\..\Objects\cobject.c
384 Objects/cobject.o \772 Include/cobject.h \
14908 - New object type "cobject" to safely wrap void pointers for passing them