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

Method with_hostmask

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

Source from the content-addressed store, hash-verified

2262
2263 @property
2264 def with_hostmask(self):
2265 return '%s/%s' % (self._string_from_ip_int(self._ip),
2266 self.hostmask)
2267
2268 @property
2269 def is_unspecified(self):

Callers

nothing calls this directly

Calls 1

_string_from_ip_intMethod · 0.45

Tested by

no test coverage detected