(self)
| 74 | self._is_active = True |
| 75 | |
| 76 | def _clear_cache(self): |
| 77 | self._cache.clear() |
| 78 | |
| 79 | # Experimental support for saving / restoring uncasted versions of functions |
| 80 | def _save_func(self, mod, fn, func): |
no outgoing calls
no test coverage detected