def enumkey(self, index):
""" Enumerate the subkeys of the currently open key """
if not self._hkey: raise RegistryError,"Error: null key"
try:
return wreg.EnumKey(self._hkey, index)
except EnvironmentError, e:
raise RegistryError, e
评论列表
文章目录