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

Method __init__

keepercommander/commands/aram.py:1207–1211  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1205
1206class AuditReportCommand(Command):
1207 def __init__(self):
1208 super(AuditReportCommand, self).__init__()
1209 self.sox_data = None # type: Union[None, sox_data.SoxData]
1210 self.allow_sox_data_fetch = False
1211 self.lookup = {}
1212
1213 def get_sox_data(self, params):
1214 if not self.sox_data and is_compliance_reporting_enabled(params):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected