(self)
| 1708 | key=self.getConstantInt(channel_key)) |
| 1709 | |
| 1710 | def clearCache(self): |
| 1711 | if hasattr(self, 'qkeModule'): |
| 1712 | del self.qkeModule |
| 1713 | if hasattr(self, '_compiled_module'): |
| 1714 | del self._compiled_module |
| 1715 | |
| 1716 | def cachedCompiledModule(self): |
| 1717 | """Return the kernel's CompiledModule cache slot, creating an empty |
no outgoing calls
no test coverage detected