(self, what, mode)
| 629 | return self.calltip.fetch_tip(name) |
| 630 | |
| 631 | def get_the_completion_list(self, what, mode): |
| 632 | return self.autocomplete.fetch_completions(what, mode) |
| 633 | |
| 634 | def stackviewer(self, flist_oid=None): |
| 635 | if self.user_exc_info: |
nothing calls this directly
no test coverage detected