Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 63) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpprint.py52 def pprint(object, stream=None, indent=1, width=80, depth=None): argument
58 def pformat(object, indent=1, width=80, depth=None): argument
62 def saferepr(object): argument
66 def isreadable(object): argument
70 def isrecursive(object): argument
113 def pprint(self, object): argument
117 def pformat(self, object): argument
122 def isrecursive(self, object): argument
125 def isreadable(self, object): argument
129 def _format(self, object, stream, indent, allowance, context, level): argument
[all …]
Dinspect.py51 def ismodule(object): argument
59 def isclass(object): argument
67 def ismethod(object): argument
78 def ismethoddescriptor(object): argument
98 def isdatadescriptor(object): argument
110 def ismemberdescriptor(object): argument
118 def ismemberdescriptor(object): argument
127 def isgetsetdescriptor(object): argument
135 def isgetsetdescriptor(object): argument
142 def isfunction(object): argument
[all …]
Dpydoc.py81 def getdoc(object): argument
95 def classname(object, modname): argument
102 def isdata(object): argument
176 def classify_class_attrs(object): argument
319 def document(self, object, name=None, *args): argument
337 def fail(self, object, name=None, *args): argument
345 def getdocloc(self, object): argument
385 def repr(self, object): argument
499 def classlink(self, object, modname): argument
507 def modulelink(self, object): argument
[all …]
DBastion.py87 def Bastion(object, filter = lambda name: name[:1] != '_', argument
117 def get1(name, object=object, filter=filter): argument
Dcopy_reg.py27 def constructor(object): argument
DDocXMLRPCServer.py67 def docroutine(self, object, name, mod=None, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dinspect.py51 def ismodule(object): argument
59 def isclass(object): argument
67 def ismethod(object): argument
78 def ismethoddescriptor(object): argument
98 def isdatadescriptor(object): argument
110 def ismemberdescriptor(object): argument
118 def ismemberdescriptor(object): argument
127 def isgetsetdescriptor(object): argument
135 def isgetsetdescriptor(object): argument
142 def isfunction(object): argument
[all …]
Dcopy_reg.py27 def constructor(object): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymactoolbox.h74 #define PyMac_INIT_TOOLBOX_OBJECT_NEW(object, rtn) { \ argument
78 #define PyMac_INIT_TOOLBOX_OBJECT_CONVERT(object, rtn) { \ argument
87 #define PyMac_INIT_TOOLBOX_OBJECT_NEW(object, rtn) argument
88 #define PyMac_INIT_TOOLBOX_OBJECT_CONVERT(object, rtn) argument
Dasdl.h6 typedef PyObject * object; typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymactoolbox.h74 #define PyMac_INIT_TOOLBOX_OBJECT_NEW(object, rtn) { \ argument
78 #define PyMac_INIT_TOOLBOX_OBJECT_CONVERT(object, rtn) { \ argument
87 #define PyMac_INIT_TOOLBOX_OBJECT_NEW(object, rtn) argument
88 #define PyMac_INIT_TOOLBOX_OBJECT_CONVERT(object, rtn) argument
Dasdl.h6 typedef PyObject * object; typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_weakref.c13 weakref_getweakrefcount(PyObject *self, PyObject *object) in weakref_getweakrefcount()
34 weakref_getweakrefs(PyObject *self, PyObject *object) in weakref_getweakrefs()
68 PyObject *object; in weakref_proxy() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_weakref.c13 weakref_getweakrefcount(PyObject *self, PyObject *object) in weakref_getweakrefcount()
34 weakref_getweakrefs(PyObject *self, PyObject *object) in weakref_getweakrefs()
68 PyObject *object; in weakref_proxy() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_userstring.py22 def checkequal(self, result, object, methodname, *args): argument
32 def checkraises(self, exc, object, methodname, *args): argument
41 def checkcall(self, object, methodname, *args): argument
Dtest_string.py12 def checkequal(self, result, object, methodname, *args): argument
19 def checkraises(self, exc, object, methodname, *args): argument
27 def checkcall(self, object, methodname, *args): argument
Dstring_tests.py49 def checkequal(self, result, object, methodname, *args): argument
68 def checkraises(self, exc, object, methodname, *args): argument
78 def checkcall(self, object, methodname, *args): argument
Dtest_pprint.py416 def format(self, object, context, maxlevels, level): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dpydoc.py95 def getdoc(object): argument
110 def classname(object, modname): argument
117 def isdata(object): argument
191 def classify_class_attrs(object): argument
364 def document(self, object, name=None, *args): argument
382 def fail(self, object, name=None, *args): argument
390 def getdocloc(self, object): argument
430 def repr(self, object): argument
545 def classlink(self, object, modname): argument
553 def modulelink(self, object): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dpydoc.py81 def getdoc(object): argument
95 def classname(object, modname): argument
102 def isdata(object): argument
176 def classify_class_attrs(object): argument
319 def document(self, object, name=None, *args): argument
337 def fail(self, object, name=None, *args): argument
345 def getdocloc(self, object): argument
385 def repr(self, object): argument
499 def classlink(self, object, modname): argument
507 def modulelink(self, object): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcodecs.c180 PyObject *args_tuple(PyObject *object, in args_tuple()
314 PyObject *PyCodec_Encode(PyObject *object, in PyCodec_Encode()
361 PyObject *PyCodec_Decode(PyObject *object, in PyCodec_Decode()
553 PyObject *object; in PyCodec_XMLCharRefReplaceErrors() local
678 PyObject *object; in PyCodec_BackslashReplaceErrors() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcodecs.c180 PyObject *args_tuple(PyObject *object, in args_tuple()
314 PyObject *PyCodec_Encode(PyObject *object, in PyCodec_Encode()
361 PyObject *PyCodec_Decode(PyObject *object, in PyCodec_Decode()
553 PyObject *object; in PyCodec_XMLCharRefReplaceErrors() local
665 PyObject *object; in PyCodec_BackslashReplaceErrors() local
Dmactoolboxglue.c354 #define GLUE_NEW(object, routinename, module) \ argument
368 #define GLUE_CONVERT(object, routinename, module) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dfancy_getopt.py234 def getopt (self, args=None, object=None): argument
402 def fancy_getopt (options, negative_opt, object, args): argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DAToken_traditional.h100 char object[200]; variable

123