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