Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dio.py88 __doc__ = _io._IOBase.__doc__ variable in IOBase
91 __doc__ = _io._RawIOBase.__doc__ variable in RawIOBase
94 __doc__ = _io._BufferedIOBase.__doc__ variable in BufferedIOBase
97 __doc__ = _io._TextIOBase.__doc__ variable in TextIOBase
Dhashlib.py5 __doc__ = """hashlib module - A common interface to many hash functions. variable
/third_party/python/Lib/test/
Dtest_property.py192 def __doc__(cls): member in PropertyTests.test_class_property.A
203 def __doc__(cls): member in PropertyTests.test_class_property_override.A
Dtest_descr.py3240 __doc__ = DocDescr() variable in ClassPropertiesAndMethods.test_doc_descriptor.OldClass
3242 __doc__ = DocDescr() variable in ClassPropertiesAndMethods.test_doc_descriptor.NewClass
/third_party/python/Tools/i18n/
Dpygettext.py23 __doc__ = _("""pygettext -- Python equivalent of xgettext(1) variable
/third_party/python/Include/internal/
Dpycore_ast_state.h148 PyObject *__doc__; member
/third_party/python/Python/
Dcompile.c311 static PyObject *__doc__, *__annotations__; variable
/third_party/python/Objects/
Dtypeobject.c3567 …PyObject *__doc__ = PyUnicode_FromString(_PyType_DocWithoutSignature(type->tp_name, type->tp_doc)); in PyType_FromModuleAndSpec() local