Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename .inv to .inverse, aliased by .inv #87

Merged
merged 1 commit into from
Feb 14, 2019
Merged

Rename .inv to .inverse, aliased by .inv #87

merged 1 commit into from
Feb 14, 2019

Conversation

jab
Copy link
Owner

@jab jab commented Feb 8, 2019

And BidirectionalMapping.__subclasshook__ now requires an inverse attribute instead of inv.

Closes #86.

@jab jab mentioned this pull request Feb 8, 2019
@codecov
Copy link

codecov bot commented Feb 8, 2019

Codecov Report

Merging #87 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #87   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          19     19           
  Lines         667    669    +2     
  Branches       86     86           
=====================================
+ Hits          667    669    +2
Impacted Files Coverage Δ
bidict/__init__.py 100% <ø> (ø) ⬆️
bidict/_abc.py 100% <100%> (ø) ⬆️
bidict/_orderedbase.py 100% <100%> (ø) ⬆️
bidict/_named.py 100% <100%> (ø) ⬆️
bidict/_base.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e9e1c41...b6fa57f. Read the comment docs.

bidict.BidirectionalMapping.__subclasshook__ now requires an ``inverse`` attribute
rather than an ``inv`` attribute for a class to qualify as a virtual subclass.

Closes #86.
@jab jab changed the title add .inverse alias for .inv Rename .inv to .inverse, aliased by .inv Feb 14, 2019
@jab jab merged commit ce345d4 into master Feb 14, 2019
@jab jab deleted the invalias branch February 14, 2019 00:50
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant