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

Method generate

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

Source from the content-addressed store, hash-verified

637 self.line = line
638
639 def generate(self, writer: "_CodeWriter") -> None:
640 # In case the previous block was empty
641 writer.write_line("pass", self.line)
642 writer.write_line("%s:" % self.statement, self.line, writer.indent_size() - 1)
643
644
645class _Statement(_Node):

Callers

nothing calls this directly

Calls 2

write_lineMethod · 0.80
indent_sizeMethod · 0.80

Tested by

no test coverage detected