We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7173fc8 commit 802726aCopy full SHA for 802726a
Doc/library/functions.rst
@@ -1734,6 +1734,9 @@ are always available. They are listed here in alphabetical order.
1734
locals dictionary is only useful for reads since updates to the locals
1735
dictionary are ignored.
1736
1737
+ A :exc:`TypeError` exception is raised if an object is specified but
1738
+ it doesn't have a :attr:`~object.__dict__` attribute (for example, if
1739
+ its class defines the :attr:`~object.__slots__` attribute).
1740
1741
.. function:: zip(*iterables, strict=False)
1742
0 commit comments