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

Method generate

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

Source from the content-addressed store, hash-verified

555 return (self.body,)
556
557 def generate(self, writer: "_CodeWriter") -> None:
558 block = writer.named_blocks[self.name]
559 with writer.include(block.template, self.line):
560 block.body.generate(writer)
561
562 def find_named_blocks(
563 self, loader: Optional[BaseLoader], named_blocks: Dict[str, "_NamedBlock"]

Callers

nothing calls this directly

Calls 2

includeMethod · 0.80
generateMethod · 0.45

Tested by

no test coverage detected