Guest User

Untitled

a guest
Jan 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class Child:
  2. pass
  3. class Parent:
  4. child = Child()
  5.  
  6. result = Parent.child > 1
  7.  
  8. {
  9. 'type': Parent,
  10. 'property': 'child',
  11. 'action': '>',
  12. 'value': 1,
  13. }
Add Comment
Please, Sign In to add comment