coady / multimethod

Multiple argument dispatching.
https://coady.github.io/multimethod
Other
277 stars 24 forks source link

Python 3.11 supported. #67

Closed coady closed 2 years ago

coady commented 2 years ago

Renamed __getstate__ to avoid a conflict with how the method is called in 3.11.

codecov[bot] commented 2 years ago

Codecov Report

Merging #67 (41fee71) into main (857e4e9) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #67   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          281       281           
  Branches        74        79    +5     
=========================================
  Hits           281       281           
Impacted Files Coverage Δ
multimethod/__init__.py 100.00% <100.00%> (ø)

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 857e4e9...41fee71. Read the comment docs.