(self, *args, **kwargs)
| 37 | return cls._instance |
| 38 | |
| 39 | def set_hook(self, *args, **kwargs): |
| 40 | # We don't consider the pre_prompt_hook because we don't have |
| 41 | # KeyboardInterrupts to consider since we are running under PyDev |
| 42 | pass |
| 43 | |
| 44 | |
| 45 | # ----------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected