MCPcopy Create free account
hub / github.com/python/cpython / with_hostmask

Method with_hostmask

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_string_from_ip_intMethod · 0.45

Tested by

no test coverage detected