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

Method get_team

keepercommander/sox/sox_data.py:63–64  ·  view source on GitHub ↗
(self, team_uid)

Source from the content-addressed store, hash-verified

61 return self._users if user_ids is None else {uid: self.get_user(uid) for uid in user_ids}
62
63 def get_team(self, team_uid):
64 return self._teams.get(team_uid)
65
66 def get_teams(self, team_uids=None):
67 return self._teams if team_uids is None else {uid: self.get_team(uid) for uid in team_uids}

Callers 3

get_teamsMethod · 0.95
executeMethod · 0.80
executeMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected