Skip to content

Instantly share code, notes, and snippets.

@fresc81
Created April 19, 2013 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fresc81/5422801 to your computer and use it in GitHub Desktop.
Save fresc81/5422801 to your computer and use it in GitHub Desktop.
Following methods are provided by instances of Winreg:
<table>
<tr>
<th>Method</th>
<th>Parameters</th>
<th>Description</th>
</tr>
<tr>
<td>
__values__
</td>
<td>
* callback
</td>
<td>
list the values under this key
</td>
</tr>
<tr>
<td>
__get__
</td>
<td>
* name
* callback
</td>
<td>
list the values under this key
</td>
</tr>
</table>
@fresc81
Copy link
Author

fresc81 commented Apr 19, 2013

Following methods are provided by instances of Winreg:

Method Parameters Description
__values__ * callback list the values under this key
__get__ * name * callback list the values under this key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment