Searched refs:classobject (Results 1 – 19 of 19) sorted by relevance
27 public String classobject; field in CompiledClass101 || entries[i].classobject != null) { in processClasses()109 if (entries[i].classobject == null) in processClasses()112 classobj = entries[i].classobject; in processClasses()145 result[n].classobject = args[++i]; in parse()152 cc.classobject = null; in parse()
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 …]
360 _tkinter.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \373 almodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \387 $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \400 audioop.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \414 binascii.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \428 $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \441 cdmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \455 $(PY_MODULES)\cgensupport.h $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h \468 clmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \482 $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \[all …]
84 "python_include/classobject.h",164 …n_include/ceval.h" && cp -f "/usr/include/python2.7/classobject.h" "$(@D)/python_include/classobje…
84 "python_include/classobject.h",183 …thon_include/ceval.h" && cp -f "c:/python37/include/classobject.h" "$(@D)/python_include/classobje…
156 # Objects/classobject.c
197 Objects/classobject.c:instancemethod_get_doc():docstr static PyObject *docstr198 Objects/classobject.c:method_get_doc():docstr static PyObject *docstr349 Objects/classobject.c:PyId___name__ _Py_IDENTIFIER(__name__)350 Objects/classobject.c:PyId___qualname__ _Py_IDENTIFIER(__qualname__)351 Objects/classobject.c:method_reduce():PyId_getattr _Py_IDENTIFIER(getattr)690 Objects/classobject.c:PyInstanceMethod_Type PyTypeObject PyInstanceMethod_Type691 Objects/classobject.c:PyMethod_Type PyTypeObject PyMethod_Type
213 Objects/classobject.c method_get_doc docstr variable static PyObject *docstr214 Objects/classobject.c instancemethod_get_doc docstr variable static PyObject *docstr297 Objects/classobject.c - free_list variable static PyMethodObject *free_list368 Objects/classobject.c - instancemethod_getset variable static PyGetSetDef instancemethod_getset[]369 Objects/classobject.c - instancemethod_memberlist variable static PyMemberDef instancemethod_member…496 Objects/classobject.c - method_getset variable static PyGetSetDef method_getset[]498 Objects/classobject.c - method_memberlist variable static PyMemberDef method_memberlist[]499 Objects/classobject.c - method_methods variable static PyMethodDef method_methods558 Objects/classobject.c - numfree variable static int numfree1151 Objects/classobject.c method_reduce PyId_getattr variable _Py_IDENTIFIER(getattr)[all …]
83 "python_include/classobject.h",206 …thon_include/ceval.h" && cp -f "c:/Python38/include/classobject.h" "$(@D)/python_include/classobje…
227 "Objects/classobject.c",
412 Objects/classobject.o \1027 $(srcdir)/Include/classobject.h \
198 ; From python27_s.lib(classobject)
164 @.^.Objects.o.classobject\
309 :c:type:`PyMethod_Type` in :source:`Objects/classobject.c` is a single object
272 SOURCE=..\..\Objects\classobject.c
168 "Objects/classobject.c",
355 Objects/classobject.o \768 Include/classobject.h \
1057 "Emulate Py_MethodType in Objects/classobject.c"
871 Remove an unnecssary Py_XINCREF in classobject.c.