Guest User

Untitled

a guest
Nov 22nd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. snowch$ ipython3
  2. Python 3.6.2 |Anaconda, Inc.| (default, Sep 21 2017, 18:29:43)
  3. Type 'copyright', 'credits' or 'license' for more information
  4. IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.
  5.  
  6. In [1]: from my_package import MyClass
  7.  
  8. In [2]: cf = MyClass(<TAB>
  9. abs() api_key=
  10. all() api_key_filename=
  11. any() ArithmeticError >
  12. api_endpoint= ascii()
  13. ...
  14.  
  15. In [3]: cf.auth(<TAB>
  16. abs() ascii()
  17. ...
  18.  
  19. In [4]: %config IPCompleter
  20. IPCompleter options
  21. -----------------
  22. IPCompleter.backslash_combining_completions=<Bool>
  23. Current: True
  24. IPCompleter.debug=<Bool>
  25. Current: False
  26. IPCompleter.greedy=<Bool>
  27. Current: False
  28. IPCompleter.jedi_compute_type_timeout=<Int>
  29. Current: 400
  30. IPCompleter.limit_to__all__=<Bool>
  31. Current: False
  32. IPCompleter.merge_completions=<Bool>
  33. Current: True
  34. IPCompleter.omit__names=<Enum>
  35. Current: 2
  36. IPCompleter.use_jedi=<Bool>
  37. Current: True
Add Comment
Please, Sign In to add comment