MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / get_patched_preprocessor

Method get_patched_preprocessor

tools/preprocessor.py:70–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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()

Callers 2

get_patched_preprocessorFunction · 0.95
test_preprocessor_patchFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_preprocessor_patchFunction · 0.76