mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #29012: Remove outdated information about __bases__
Patch by Jim Fasarakis-Hilliard.
This commit is contained in:
parent
d2d673fc4c
commit
14adafd6ee
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ Custom classes
|
|||
Special attributes: :attr:`~definition.__name__` is the class name; :attr:`__module__` is
|
||||
the module name in which the class was defined; :attr:`~object.__dict__` is the
|
||||
dictionary containing the class's namespace; :attr:`~class.__bases__` is a
|
||||
tuple (possibly empty or a singleton) containing the base classes, in the
|
||||
tuple (possibly a singleton) containing the base classes, in the
|
||||
order of their occurrence in the base class list; :attr:`__doc__` is the
|
||||
class's documentation string, or ``None`` if undefined.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue