-
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.
* Added a new `PythonContextMenuItem` class inheriting `ContextMenuItem` which takes python_function and converts it to an executable command. * Added type hints and argument documentation for most of the methods. * Added `.create_for`, `.delete` and `.delete_for` methods for `ContextMenuItem` and `ContextMenuGroup`. * Updated usage example in __main__. * Updated README.md to reflect the changes.
- Loading branch information
1 parent
e757146
commit 8ecdb88
Showing
3 changed files
with
183 additions
and
28 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