Skip to content
Snippets Groups Projects
  1. Jul 02, 2018
  2. Jul 01, 2018
  3. Jun 30, 2018
  4. Jun 28, 2018
  5. Jun 27, 2018
  6. Jun 26, 2018
  7. Jun 25, 2018
  8. Jun 23, 2018
    • Gregory Ashton's avatar
      Add explicit methods · 46d0b127
      Gregory Ashton authored
      This adds methods to __dir__ so that plot_corner and other methods can
      be tab completed (in ipython). Unfortunately, this is done by setting
      these directly. While this isn't an ideal solution - there is no obvious
      way to automate the process as methods to looks up all methods
      themselves use the __dir__ attribute causing a recursion error.
      
      Closes #111
      46d0b127
Loading