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

Method connected

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

Source from the content-addressed store, hash-verified

77 if setconnect_callback: setconnect_callback(self)
78
79 def connected(self):
80 return getattr(self, '_k_connected', False)
81 def setConnected_(self, v):
82 print 'setConnected of %r to %r' % (self, v)
83 self._k_connected = v

Callers 1

fill_menuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected