-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing callback setter to LinkedSelectionRule and TaperEdge
The '_set_callback_apply_changes' function implementation was missing from the LinkedSelectionRule and TaperEdge classes. To detect such issues in future, set the 'mypy-tests' pre-commit run to use the '--strict' flag, but explicitly ignoring the 'no-untyped-def' and 'no-untyped-call' error codes. Add an explicit test for the linked selection rule properties. General note: The 'GenericEdgePropertyType' classes have too much duplication for my taste, and could use some cleanup / creation of helper functions similar to the other tree other types.
- Loading branch information
Showing
5 changed files
with
32 additions
and
3 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
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