MCPcopy Create free account
hub / github.com/qiyeboy/IPProxyPool / getIpRange

Method getIpRange

test/testIPAddress.py:114–118  ·  view source on GitHub ↗
(self, ip)

Source from the content-addressed store, hash-verified

112 return address
113
114 def getIpRange(self, ip):
115 self.getIpAddr(ip)
116 range = self.ip2str(self.curStartIp) + ' - ' \
117 + self.ip2str(self.curEndIp)
118 return range
119
120 def getString(self, offset=0):
121 if offset:

Callers

nothing calls this directly

Calls 2

getIpAddrMethod · 0.95
ip2strMethod · 0.95

Tested by

no test coverage detected