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

Method _check_err

test/conftest.py:79–82  ·  view source on GitHub ↗
(self, method)

Source from the content-addressed store, hash-verified

77 self.gsock = _VirtualGlobalSocket(self)
78
79 def _check_err(self, method):
80 method_error = self.errors.get(method)
81 if method_error:
82 raise method_error
83
84 def connect(self, address):
85 return self._connect(address, False)

Callers 2

_connectMethod · 0.95
sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected