| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| """ | ||
| Attached to frozen classes as __delattr__. | ||
| """ | ||
| if isinstance(self, BaseException) and name in ("__notes__",): |
There was a problem hiding this comment.
from pep678 https://peps.python.org/pep-0678/#specification
Libraries may clear existing notes by modifying or deleting the notes list, if it has been created, including clearing all notes with del err.notes. This allows full control over the attached notes, without overly complicating the API or adding multiple names to BaseException.dict.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Pull Request Check List
Our CI fails if coverage is not 100%.
The next version is the second number in the current release + 1.
The first number represents the current year.
So if the current version on PyPI is 22.2.0, the next version is gonna be 22.3.0.
If the next version is the first in the new year, it'll be 23.1.0.