Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuddySirJava/SSH-Studio
/ SSHOption
Class
SSHOption
src/ssh_config_parser.py:22–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
@dataclass
22
class
SSHOption:
23
key: str
24
value: str
25
indentation: str =
" "
26
27
def
__str__(self) -> str:
28
return
f
"{self.indentation}{self.key} {self.value}"
.rstrip()
29
30
31
@dataclass
Callers
4
_duplicate_host
Method · 0.90
from_raw_lines
Method · 0.85
set_option
Method · 0.85
_parse_main_lines
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected