Advertisement
nightcrow100

Untitled

Apr 15th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. >>> help(r)
  2.  
  3. | __builtin__.object
  4. |
  5. | Methods defined here:
  6. |
  7. | __init__(self, exception=None, backend=None)
  8. |
  9. | __repr__(self)
  10. |
  11. | set_status(self, command, code, text, **kwargs)
  12. |
  13. | ----------------------------------------------------------------------
  14. | Data descriptors defined here:
  15. |
  16. | success
  17. |
  18. | ----------------------------------------------------------------------
  19. | Methods inherited from Response:
  20. |
  21. | raise_if_needed(self)
  22. |
  23. | set_exception(self, exc)
  24. |
  25. | ----------------------------------------------------------------------
  26. | Data descriptors inherited from Response:
  27. |
  28. | __dict__
  29. | dictionary for instance variables (if defined)
  30. |
  31. | __weakref__
  32. | list of weak references to the object (if defined)
  33. |
  34. | error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement