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

Function create_preprocessor_instance

tools/preprocessor.py:85–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 return _preprocessor_patch.get_patched_preprocessor()
84
85def create_preprocessor_instance():
86 global _preprocessor_patch
87 if _preprocessor_patch is None:
88 _preprocessor_patch = SConsPreProcessorPatch()
89 return _preprocessor_patch.create_preprocessor_instance()

Callers 5

PrepareBuildingFunction · 0.90
PrepareModuleBuildingFunction · 0.90
GetVersionFunction · 0.90
test_preprocessor_patchFunction · 0.85

Calls 2

Tested by 2

test_preprocessor_patchFunction · 0.68