MCPcopy
hub / github.com/jtesta/ssh-audit / values

Method values

src/ssh_audit/algorithms.py:75–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73
74 @property
75 def values(self) -> Iterable['Algorithms.Item']:
76 for item in [self.ssh1, self.ssh2]:
77 if item is not None:
78 yield item
79
80 @property
81 def maxlen(self) -> int:

Callers 3

__cleanupMethod · 0.80
process_commandlineFunction · 0.80
algorithm_lookupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected