MCPcopy Index your code
hub / github.com/RustPython/RustPython / with_prefixlen

Method with_prefixlen

Lib/ipaddress.py:2254–2256  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2252
2253 @property
2254 def with_prefixlen(self):
2255 return '%s/%s' % (self._string_from_ip_int(self._ip),
2256 self._prefixlen)
2257
2258 @property
2259 def with_netmask(self):

Callers

nothing calls this directly

Calls 1

_string_from_ip_intMethod · 0.45

Tested by

no test coverage detected