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

Method with_prefixlen

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

Source from the content-addressed store, hash-verified

1466
1467 @property
1468 def with_prefixlen(self):
1469 return '%s/%s' % (self._string_from_ip_int(self._ip),
1470 self._prefixlen)
1471
1472 @property
1473 def with_netmask(self):

Callers

nothing calls this directly

Calls 1

_string_from_ip_intMethod · 0.45

Tested by

no test coverage detected