Raise `warnings` if an operation has an unintended use
Offen
documentation
pending-release
- Vorherrschende Sprache
- Python
- Sterne
- 17
- Forks
- 2
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Python provides [warnings](https://docs.python.org/3/library/warnings.html) package for issuing messages in situations where it is useful to alert the user of some condition in a program, where that condition (normally) doesn’t warrant raising an exception and terminating the program.
For example, one might want to issue a warning when a program uses an obsolete module.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.