generated from jolt-org/project-template
-
-
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.
* refactor: rename `is_subclass_of` to `is_subtype_of`. We already to more than just a simple `issubclass` test on the inputs so this is more appropriate. Also, future planning for supporting use such as `TypeView(Literal[3]).is_subtype_of(Literal[3, 4])`, and similar. * fix: extend renaming to `has_inner_subtype_of` * fix: rename tests
- Loading branch information
1 parent
e7e1064
commit 6752fd9
Showing
2 changed files
with
26 additions
and
26 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