Home
last modified time | relevance | path

Searched defs:__doc__ (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dio.py71 __doc__ = _io._IOBase.__doc__ variable in IOBase
74 __doc__ = _io._RawIOBase.__doc__ variable in RawIOBase
77 __doc__ = _io._BufferedIOBase.__doc__ variable in BufferedIOBase
80 __doc__ = _io._TextIOBase.__doc__ variable in TextIOBase
Dhashlib.py7 __doc__ = """hashlib module - A common interface to many hash functions. variable
Dsocket.py185 __doc__ = _realsocket.__doc__ variable in _socketobject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhashlib.py7 __doc__ = """hashlib module - A common interface to many hash functions. variable
Dsocket.py181 __doc__ = _realsocket.__doc__ variable in _socketobject
D_pyio.py245 __doc__ = DocDescriptor() variable in OpenWrapper
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
Dpygettext.py23 __doc__ = _("""pygettext -- Python equivalent of xgettext(1) variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c182 static PyObject *__doc__; variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c182 static PyObject *__doc__; variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py3017 __doc__ = DocDescr() variable in ClassPropertiesAndMethods.test_doc_descriptor.OldClass
3019 __doc__ = DocDescr() variable in ClassPropertiesAndMethods.test_doc_descriptor.NewClass