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

Method clear

keepercommander/enterprise.py:309–312  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

307 return params.enterprise[name]
308
309 def clear(self, params): # type: (KeeperParams) -> None
310 entities = self.get_entities(params, create_if_absent=False)
311 if entities:
312 entities.clear()
313
314
315class _EnterpriseEntity(_EnterpriseDataParser):

Callers 15

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
communicate_expectMethod · 0.45
setUpMethod · 0.45
wipe_nsfFunction · 0.45
wipe_then_returnFunction · 0.45
do_commandFunction · 0.45
loadMethod · 0.45
parseMethod · 0.45

Calls 1

get_entitiesMethod · 0.95

Tested by 7

setUpMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
wipe_nsfFunction · 0.36
wipe_then_returnFunction · 0.36