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

Class _Statement

python/python3/tornado/template.py:645–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643
644
645class _Statement(_Node):
646 def __init__(self, statement: str, line: int) -> None:
647 self.statement = statement
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 1

_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected