-
Notifications
You must be signed in to change notification settings - Fork 784
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) * Added `Bound::as_super` and `Bound::into_super` methods. * Added tests for the `Bound::as_super` and `Bound::into_super` methods. * Added newsfragment entry. * Fixed newsfragment PR number. * Fixed doc links. * Fixed missing spaces in method docstrings. Co-authored-by: Lily Foote <[email protected]> * fixup docs * fixup docs --------- Co-authored-by: jrudolph <[email protected]> Co-authored-by: Lily Foote <[email protected]> Co-authored-by: Icxolu <[email protected]>
- Loading branch information
1 parent
17f40ca
commit d598d1f
Showing
2 changed files
with
143 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Added `as_super` and `into_super` methods for `Bound<T: PyClass>`. |
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