Guest User

Untitled

a guest
Nov 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. - Foo_ABC # abstract base class
  2. - Baz_ABC # abstract base class
  3. - Baz1
  4. - Baz2
  5. - Bar
  6. ...
  7.  
  8. >>> b = baz1()
  9. >>> b.thing = 42
  10. AttributeError: "can't set attribute" on b.thing
Add Comment
Please, Sign In to add comment