MCPcopy Create free account
hub / github.com/assemblerflow/flowcraft / _build_header

Method _build_header

flowcraft/generator/engine.py:518–525  ·  view source on GitHub ↗

Adds the header template to the master template string

(self)

Source from the content-addressed store, hash-verified

516 sys.exit(1)
517
518 def _build_header(self):
519 """Adds the header template to the master template string
520 """
521
522 logger.debug("===============")
523 logger.debug("Building header")
524 logger.debug("===============")
525 self.template += hs.header
526
527 def _build_footer(self):
528 """Adds the footer template to the master template string"""

Callers 2

buildMethod · 0.95
test_build_headerFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_build_headerFunction · 0.64