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

Method __init__

python/python3/tornado/template.py:518–521  ·  view source on GitHub ↗
(self, template: Template, body: "_ChunkList")

Source from the content-addressed store, hash-verified

516
517class _File(_Node):
518 def __init__(self, template: Template, body: "_ChunkList") -> None:
519 self.template = template
520 self.body = body
521 self.line = 0
522
523 def generate(self, writer: "_CodeWriter") -> None:
524 writer.write_line("def _tt_execute():", self.line)

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected