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

Method save

recipes/Python/498148_Proposal_standard_winreg/recipe-498148.py:196–198  ·  view source on GitHub ↗

Save this key to file.

(self, file_name)

Source from the content-addressed store, hash-verified

194 return self.__repr
195
196 def save(self, file_name):
197 'Save this key to file.'
198 _winreg.SaveKey(self.__self, file_name)
199
200 def load(self, sub_key, file_name):
201 'Load subkey from file.'

Callers 8

__setitem__Method · 0.45
recipe-438817.pyFile · 0.45
zope_txt2imgFunction · 0.45
recipe-483756.pyFile · 0.45
gen_captchaFunction · 0.45
getImageMethod · 0.45
getPdfMethod · 0.45
recipe-438818.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected