Searched defs:__doc__ (Results 1 – 8 of 8) sorted by relevance
88 __doc__ = _io._IOBase.__doc__ variable in IOBase91 __doc__ = _io._RawIOBase.__doc__ variable in RawIOBase94 __doc__ = _io._BufferedIOBase.__doc__ variable in BufferedIOBase97 __doc__ = _io._TextIOBase.__doc__ variable in TextIOBase
5 __doc__ = """hashlib module - A common interface to many hash functions. variable
192 def __doc__(cls): member in PropertyTests.test_class_property.A203 def __doc__(cls): member in PropertyTests.test_class_property_override.A
3240 __doc__ = DocDescr() variable in ClassPropertiesAndMethods.test_doc_descriptor.OldClass3242 __doc__ = DocDescr() variable in ClassPropertiesAndMethods.test_doc_descriptor.NewClass
23 __doc__ = _("""pygettext -- Python equivalent of xgettext(1) variable
148 PyObject *__doc__; member
311 static PyObject *__doc__, *__annotations__; variable
3567 …PyObject *__doc__ = PyUnicode_FromString(_PyType_DocWithoutSignature(type->tp_name, type->tp_doc)); in PyType_FromModuleAndSpec() local