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

Method width

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

Source from the content-addressed store, hash-verified

46 return True, _validate_ip(value), error
47
48 def width(self):
49 return getattr(self, '_k_width', 24)
50 def setWidth_(self, v):
51 self._k_width = v
52 config_changed()

Callers 2

_connectMethod · 0.80
save_serversMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected