breaking change: __all__ limits what is exported
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 653
- Forks
- 217
- Ø Merge
- 2 T. 21 Std.
- Gemergte PRs (30 T.)
- 2
Beschreibung
due to https://github.com/ipython/traitlets/pull/817 (from traitlets >=5.8) we dont export `observe` anymore, previously we could do
`from traitlets import *` and have observe available.
I know it's not good practice, but it is a breaking change.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.