Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def someMethodSomewhere(self):
  2. def localDynamicallyConstructedMethod():
  3. someWindow.setProperty("Visible", "False")
  4.  
  5. queue.put(localDynamicallyConstructedMethod)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement