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

Method with_netmask

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

Source from the content-addressed store, hash-verified

1471
1472 @property
1473 def with_netmask(self):
1474 return '%s/%s' % (self._string_from_ip_int(self._ip),
1475 self.netmask)
1476
1477 @property
1478 def with_hostmask(self):

Callers

nothing calls this directly

Calls 1

_string_from_ip_intMethod · 0.45

Tested by

no test coverage detected