Skip to content

Commit

Permalink
allow-walrus-in-all
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman authored Sep 28, 2023
1 parent d8eeb1d commit c653abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/libraries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ determine the value of ``__all__``.
- ``__all__ = ('a', b')``
- ``__all__ = ['a', b']``
- ``__all__ += ['a', b']``
- ``__all__ += (variable := ['a', b'])``
- ``__all__ += submodule.__all__``
- ``__all__.extend(['a', b'])``
- ``__all__.extend(submodule.__all__)``
Expand Down

0 comments on commit c653abd

Please sign in to comment.