We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I did not expect this behavior.
>>> list(iptools.IpRangeList('2.2.2.3/32', ('2.2.2.2', '2.2.2.5'))) ['2.2.2.3', '2.2.2.2', '2.2.2.3', '2.2.2.4', '2.2.2.5']
Yes, I know set exists
set
I did not expect this behavior.
Yes, I know
setexists