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

Method autoNets

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

Source from the content-addressed store, hash-verified

140 #print 'setting netsHidden to %r' % v
141
142 def autoNets(self):
143 return getattr(self, '_k_autoNets', NET_AUTO)
144 def setAutoNets_(self, v):
145 self._k_autoNets = v
146 self.setNetsHidden_(-1)

Callers 6

isValidMethod · 0.95
titleMethod · 0.95
netsHiddenMethod · 0.95
_connectMethod · 0.80
fill_menuMethod · 0.80
save_serversMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected