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

Method autoHosts

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

Source from the content-addressed store, hash-verified

149 config_changed()
150
151 def autoHosts(self):
152 return getattr(self, '_k_autoHosts', True)
153 def setAutoHosts_(self, v):
154 self._k_autoHosts = v
155 config_changed()

Callers 2

_connectMethod · 0.80
save_serversMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected