(self)
| 215 | sys.path.insert(idx, '') |
| 216 | |
| 217 | def init_shell(self): |
| 218 | raise NotImplementedError("Override in subclasses") |
| 219 | |
| 220 | def init_gui_pylab(self): |
| 221 | """Enable GUI event loop integration, taking pylab into account.""" |
nothing calls this directly
no outgoing calls
no test coverage detected