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

Method generate

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

Source from the content-addressed store, hash-verified

648 self.line = line
649
650 def generate(self, writer: "_CodeWriter") -> None:
651 writer.write_line(self.statement, self.line)
652
653
654class _Expression(_Node):

Callers

nothing calls this directly

Calls 1

write_lineMethod · 0.80

Tested by

no test coverage detected