(self)
| 68 | self._patched_preprocessor.stop_handling_includes = stop_handling_includes |
| 69 | |
| 70 | def get_patched_preprocessor(self): |
| 71 | return self._patched_preprocessor |
| 72 | |
| 73 | def create_preprocessor_instance(self): |
| 74 | return self._patched_preprocessor() |
no outgoing calls