Skip to content

Instantly share code, notes, and snippets.

@startling
Created May 25, 2012 07:15
Show Gist options
  • Save startling/2786341 to your computer and use it in GitHub Desktop.
Save startling/2786341 to your computer and use it in GitHub Desktop.
object literals in python ?
inside object() as o:
a = 12
b = 13
o.a # -> 12
o.b # -> 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment