dirty-equals
dirty-equals copied to clipboard
feat Add IsIP
Here's a stab at IsIP.
I'm not sure how useful the netmask keyword argument is but thought I'd include it so you can see. Should be easy to take it out if you don't think it's a good idea.
Codecov Report
Merging #43 (004bf82) into main (593bccc) will not change coverage. The diff coverage is
100.00%.
@@ Coverage Diff @@
## main #43 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 11 11
Lines 666 690 +24
Branches 167 174 +7
=========================================
+ Hits 666 690 +24
| Impacted Files | Coverage Δ | |
|---|---|---|
| dirty_equals/__init__.py | 100.00% <100.00%> (ø) |
|
| dirty_equals/_other.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 593bccc...004bf82. Read the comment docs.
let me know when this is ready to review.
It's ready for review ☺️
thanks so much.