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 e94d5db commit 0804539Copy full SHA for 0804539
Doc/library/functions.rst
@@ -1714,6 +1714,9 @@ are always available. They are listed here in alphabetical order.
1714
locals dictionary is only useful for reads since updates to the locals
1715
dictionary are ignored.
1716
1717
+ A :exc:`TypeError` exception is raised if an object is specified but
1718
+ it doesn't have a :attr:`~object.__dict__` attribute (for example, if
1719
+ its class defines the :attr:`~object.__slots__` attribute).
1720
1721
.. function:: zip(*iterables)
1722
0 commit comments