424 @param name variable name |
424 @param name variable name |
425 @type str |
425 @type str |
426 @param path registry path of the variable |
426 @param path registry path of the variable |
427 @type str |
427 @type str |
428 @return value of requested registry variable |
428 @return value of requested registry variable |
429 @rtype any |
429 @rtype Any |
430 """ |
430 """ |
431 # From http://stackoverflow.com/a/35286642 |
431 # From http://stackoverflow.com/a/35286642 |
432 import winreg # __IGNORE_WARNING_I103__ |
432 import winreg # __IGNORE_WARNING_I103__ |
433 |
433 |
434 try: |
434 try: |