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

Method getIpRange

util/IPAddress.py:115–119  ·  view source on GitHub ↗
(self, ip)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getIpAddrMethod · 0.95
ip2strMethod · 0.95

Tested by

no test coverage detected