Skip to content

Instantly share code, notes, and snippets.

@jdu
Created August 11, 2012 21:30
Show Gist options
  • Save jdu/3327424 to your computer and use it in GitHub Desktop.
Save jdu/3327424 to your computer and use it in GitHub Desktop.
Self-Updating Python class
class MyClass():
def __init__(self, **kwargs):
self.__dict__.update(**kwargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment