MCPcopy Create free account
hub / github.com/apenwarr/sshuttle / subnet

Method subnet

ui-macos/models.py:38–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36
37class SshuttleNet(NSObject):
38 def subnet(self):
39 return getattr(self, '_k_subnet', None)
40 def setSubnet_(self, v):
41 self._k_subnet = v
42 config_changed()

Callers 2

_connectMethod · 0.80
save_serversMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected