Skip to content

Instantly share code, notes, and snippets.

@cburmeister
Created March 16, 2017 18:53
Show Gist options
  • Save cburmeister/897c427d746611589c258ec18233209a to your computer and use it in GitHub Desktop.
Save cburmeister/897c427d746611589c258ec18233209a to your computer and use it in GitHub Desktop.
def as_dict(self):
return {c.name: getattr(self, c.name) for c in self.__table__.columns}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment