MCPcopy Create free account
hub / github.com/ActiveState/code / load

Method load

recipes/Python/510392_winreg_Wrapper/recipe-510392.py:194–196  ·  view source on GitHub ↗

Load subkey from file.

(self, subkey, file_name)

Source from the content-addressed store, hash-verified

192 _winreg.SaveKey(self.__key, file_name)
193
194 def load(self, subkey, file_name):
195 'Load subkey from file.'
196 _winreg.LoadKey(self.__key, subkey, file_name)
197
198 def __get_keys(self):
199 'Private class method.'

Callers 15

playmusicFunction · 0.45
playmusic2Function · 0.45
recipe-580702.pyFile · 0.45
run_in_separate_processFunction · 0.45
send_cookie_authMethod · 0.45
__init__Method · 0.45
run_in_separate_processFunction · 0.45
unpickle_generatorFunction · 0.45
_load_cacheMethod · 0.45
_joinMethod · 0.45
getMethod · 0.45
recipe-580695.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected