MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / __init__

Method __init__

keepercommander/commands/ssh_agent.py:430–436  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

428
429class SshAgentKey:
430 def __init__(self):
431 self.key_type = ''
432 self.key_blob = None
433 self.private_key = None
434 self.comment = ''
435 self.constraints = []
436 self.record_uid = ''
437
438
439class SshAgentContext(logging.Handler):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected