MCPcopy Create free account
hub / github.com/EasyIME/PIME / generate

Method generate

python/python3/tornado/template.py:539–541  ·  view source on GitHub ↗
(self, writer: "_CodeWriter")

Source from the content-addressed store, hash-verified

537 self.chunks = chunks
538
539 def generate(self, writer: "_CodeWriter") -> None:
540 for chunk in self.chunks:
541 chunk.generate(writer)
542
543 def each_child(self) -> Iterable["_Node"]:
544 return self.chunks

Callers

nothing calls this directly

Calls 1

generateMethod · 0.45

Tested by

no test coverage detected