Advertisement
Guest User

Untitled

a guest
Aug 19th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class Foo(object):
  2. def __init__(self, a, b):
  3. self.a = a
  4. self.b = b
  5.  
  6. attributes(Foo)
  7. # [a, b]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement