Guest User

Untitled

a guest
Nov 14th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class foo():
  2. def __init__(self):
  3. self.blorb = 5
  4.  
  5. def __setattr__(self, name, value):
  6. pub.sendMessage("foo." + name)
  7.  
  8. pub.subscribe(myFunction, "foo.blorb")
Add Comment
Please, Sign In to add comment