MCPcopy
hub / github.com/Nuitka/Nuitka / generateHelpersCode

Function generateHelpersCode

nuitka/code_generation/CodeGeneration.py:624–634  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

622
623
624def generateHelpersCode():
625 calls_decl_code, calls_body_code = getCallsCode()
626
627 constants_header_code, constants_body_code = getConstantsDefinitionCode()
628
629 return (
630 calls_decl_code,
631 calls_body_code,
632 constants_header_code,
633 constants_body_code,
634 )
635
636
637# TODO: Some of these have names that are way too long, and this should be more automatic in

Callers 1

makeSourceDirectoryFunction · 0.90

Calls 2

getCallsCodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…