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

Method get_user

keepercommander/sox/sox_data.py:57–58  ·  view source on GitHub ↗
(self, uid)

Source from the content-addressed store, hash-verified

55 return self._records if record_ids is None else {uid: self._records.get(uid) for uid in record_ids}
56
57 def get_user(self, uid): # type: (int) -> sox_types.EnterpriseUser
58 return self._users.get(uid)
59
60 def get_users(self, user_ids=None):
61 return self._users if user_ids is None else {uid: self.get_user(uid) for uid in user_ids}

Callers 6

get_usersMethod · 0.95
get_user_recordsMethod · 0.95
executeMethod · 0.45
generate_report_dataMethod · 0.45
do_tasksFunction · 0.45
get_compliance_dataFunction · 0.45

Calls 1

getMethod · 0.80

Tested by

no test coverage detected