Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dio.py73 __doc__ = _io._IOBase.__doc__ variable in IOBase
76 __doc__ = _io._RawIOBase.__doc__ variable in RawIOBase
79 __doc__ = _io._BufferedIOBase.__doc__ variable in BufferedIOBase
82 __doc__ = _io._TextIOBase.__doc__ variable in TextIOBase
Dhashlib.py5 __doc__ = """hashlib module - A common interface to many hash functions. variable
D_pyio.py269 __doc__ = DocDescriptor() variable in OpenWrapper
/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/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
D__init__.py30 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
Dwrite.py38 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
Dmain.py38 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
D__init__.py30 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
Dwrite.py38 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
Dmain.py38 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.py66 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.py77 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
/external/fonttools/Lib/fontTools/ttLib/tables/
DS_V_G_.py12 __doc__=""" variable
/external/tensorflow/tensorflow/python/util/
Ddeprecation.py148 __doc__ = decorator_utils.add_notice_to_docstring( variable in deprecated_alias.NewClass
/external/python/cpython3/Tools/i18n/
Dpygettext.py23 __doc__ = _("""pygettext -- Python equivalent of xgettext(1) 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
/external/python/cpython3/Lib/test/
Dtest_descr.py3102 __doc__ = DocDescr() variable in ClassPropertiesAndMethods.test_doc_descriptor.OldClass
3104 __doc__ = DocDescr() variable in ClassPropertiesAndMethods.test_doc_descriptor.NewClass
/external/python/cpython3/Python/
Dcompile.c216 static PyObject *__doc__; variable