MCPcopy 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
22class 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_hostMethod · 0.90
from_raw_linesMethod · 0.85
set_optionMethod · 0.85
_parse_main_linesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected