Guest User

Untitled

a guest
Jul 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class Test:
  2. _parts = {1:_foo}
  3.  
  4. def _foo(self):
  5. return True
  6.  
  7.  
  8. ########
  9. # NameError: name '_foo' is not defined
  10. ########
Add Comment
Please, Sign In to add comment