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

Method sync_down

keepercommander/pedm/admin_plugin.py:76–77  ·  view source on GitHub ↗
(self, *, reload: bool = False)

Source from the content-addressed store, hash-verified

74class IPedmAdmin(abc.ABC):
75 @abc.abstractmethod
76 def sync_down(self, *, reload: bool = False) -> None:
77 pass
78
79 @property
80 @abc.abstractmethod

Callers 15

get_synced_paramsFunction · 0.45
setUpClassMethod · 0.45
tearDownClassMethod · 0.45
setUpMethod · 0.45
update_passwordMethod · 0.45
rotate_passwordMethod · 0.45
wipe_out_dataMethod · 0.45
do_commandFunction · 0.45

Calls

no outgoing calls

Tested by 9

setUpClassMethod · 0.36
tearDownClassMethod · 0.36
setUpMethod · 0.36
update_passwordMethod · 0.36
rotate_passwordMethod · 0.36
wipe_out_dataMethod · 0.36