class documentation

Helper class to read values from the registry

Class Method get_value Undocumented
Class Method read_keys Return list of registry keys.
Class Method read_values Return dict of registry keys and values.
Static Method convert_mbcs Undocumented
def get_value(cls, path, key): (source)

Undocumented

def read_keys(cls, base, key): (source)

Return list of registry keys.

def read_values(cls, base, key): (source)

Return dict of registry keys and values. All names are converted to lowercase.

def convert_mbcs(s): (source)

Undocumented