-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New `CoquilleLike` interface to avoid code duplication * `_ContextCoquille` attributes are now "public" (to implement `CoquilleLike` correctly) even though the class itself is private * `Coquille` has now a `print` method (same as `_ContextCoquille`'s one) * `Coquille.write()` has breaking changes: it is no longer a staticmethod (see `write` function instead), and uses the coquille's registered sequences * The standalone `write` function is not an alias of `Coquille.write()` anymore * Bump to 1.1.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6503044
commit 27b5b17
Showing
3 changed files
with
91 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters