Searched refs:PyType_Type (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-NULL.m15 PyObject_HEAD_INIT(&PyType_Type)
H A DObjCPointer.m80 PyObject_HEAD_INIT(&PyType_Type)
H A Dfsspec.m87 PyObject_HEAD_INIT(&PyType_Type)
H A Dobjc_super.m109 PyObject_HEAD_INIT(&PyType_Type)
H A Dobjc-class.m254 result = (PyTypeObject*)PyType_Type.tp_new(&PyType_Type, args, NULL);
610 res = PyType_Type.tp_new(metatype, args, NULL);
807 result = PyType_Type.tp_getattro(self, name);
816 result = PyType_Type.tp_getattro(self, name);
857 return PyType_Type.tp_setattro(self, name, value);
965 res = PyType_Type.tp_setattro(self, name, value);
1122 PyObject_HEAD_INIT(&PyType_Type)
1155 &PyType_Type, /* tp_base */
1384 result = PyType_Type
[all...]
H A Dfsref.m148 PyObject_HEAD_INIT(&PyType_Type)
H A Dopaque-pointer.m169 newType = (PyHeapTypeObject*)PyType_Type.tp_alloc(&PyType_Type, 0);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-NULL.m15 PyVarObject_HEAD_INIT(&PyType_Type, 0)
H A DObjCPointer.m80 PyVarObject_HEAD_INIT(&PyType_Type, 0)
H A Dfsspec.m87 PyVarObject_HEAD_INIT(&PyType_Type, 0)
H A Dfsref.m158 PyVarObject_HEAD_INIT(&PyType_Type, 0)
H A Dobjc_super.m125 PyVarObject_HEAD_INIT(&PyType_Type, 0)
H A Dopaque-pointer.m169 newType = (PyHeapTypeObject*)PyType_Type.tp_alloc(&PyType_Type, 0);
H A Dobjc-class.m363 result = (PyTypeObject*)PyType_Type.tp_new(&PyType_Type, args, NULL);
801 res = PyType_Type.tp_new(metatype, args, NULL);
1011 result = PyType_Type.tp_getattro(self, name);
1022 result = PyType_Type.tp_getattro(self, name);
1031 result = PyType_Type.tp_getattro(self, name);
1097 return PyType_Type.tp_setattro(self, name, value);
1208 res = PyType_Type.tp_setattro(self, name, value);
1437 PyVarObject_HEAD_INIT(&PyType_Type, 0)
1469 &PyType_Type, /* tp_bas
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc-NULL.m15 PyVarObject_HEAD_INIT(&PyType_Type, 0)
H A DObjCPointer.m82 PyVarObject_HEAD_INIT(&PyType_Type, 0)
H A Dfsspec.m87 PyVarObject_HEAD_INIT(&PyType_Type, 0)
H A Dfsref.m161 PyVarObject_HEAD_INIT(&PyType_Type, 0)
H A Dobjc_super.m125 PyVarObject_HEAD_INIT(&PyType_Type, 0)
H A Dobjc-class.m363 result = (PyTypeObject*)PyType_Type.tp_new(&PyType_Type, args, NULL);
395 return PyType_Type.tp_init(cls, args, NULL);
399 return PyType_Type.tp_init(cls, args, kwds);
935 res = PyType_Type.tp_new(metatype, args, NULL);
1145 result = PyType_Type.tp_getattro(self, name);
1156 result = PyType_Type.tp_getattro(self, name);
1165 result = PyType_Type.tp_getattro(self, name);
1231 return PyType_Type.tp_setattro(self, name, value);
1342 res = PyType_Type
[all...]
H A Dopaque-pointer.m238 newType = (PyHeapTypeObject*)PyType_Type.tp_alloc(&PyType_Type, 0);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyProperty.cpp68 PyObject_HEAD_INIT(&PyType_Type)0, "PyProperty", sizeof(PyProperty), 0,
H A DPyRowRef.cpp85 PyObject_HEAD_INIT(&PyType_Type)0, "PyRowRef", sizeof(PyRowRef), 0,
97 PyObject_HEAD_INIT(&PyType_Type)0, "PyRORowRef", sizeof(PyRowRef), 0,
/macosx-10.10.1/swig-12/Lib/python/
H A Dpyhead.swg4 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type)
H A Dpyinit.swg147 PyVarObject_HEAD_INIT(&PyType_Type, 0)
189 varlink_type.ob_type = &PyType_Type;

Completed in 104 milliseconds

123