Home
last modified time | relevance | path

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

/external/python/cpython2/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
D_pyio.py254 __doc__ = DocDescriptor() variable in OpenWrapper
/external/fonttools/Lib/fontTools/ttLib/tables/
DS_V_G_.py12 __doc__=""" variable
/external/python/cpython2/Tools/i18n/
Dpygettext.py23 __doc__ = _("""pygettext -- Python equivalent of xgettext(1) variable
/external/python/cpython2/Python/
Dcompile.c182 static PyObject *__doc__; variable
/external/python/cpython2/Lib/test/
Dtest_descr.py3051 __doc__ = DocDescr() variable in ClassPropertiesAndMethods.test_doc_descriptor.OldClass
3053 __doc__ = DocDescr() variable in ClassPropertiesAndMethods.test_doc_descriptor.NewClass