MCPcopy Index your code
hub / github.com/python/cpython / write_internal_h_footer

Function write_internal_h_footer

Parser/asdl_c.py:2410–2417  ·  view source on GitHub ↗
(mod, f)

Source from the content-addressed store, hash-verified

2408
2409
2410def write_internal_h_footer(mod, f):
2411 print(textwrap.dedent("""
2412
2413 #ifdef __cplusplus
2414 }
2415 #endif
2416 #endif /* !Py_INTERNAL_AST_STATE_H */
2417 """), file=f)
2418
2419def write_source(mod, metadata, f, internal_h_file):
2420 generate_module_def(mod, metadata, f, internal_h_file)

Callers 1

mainFunction · 0.85

Calls 1

dedentMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…