MCPcopy
hub / github.com/tornadoweb/tornado / _Module

Class _Module

tornado/template.py:677–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675
676
677class _Module(_Expression):
678 def __init__(self, expression: str, line: int) -> None:
679 super().__init__("_tt_modules." + expression, line, raw=True)
680
681
682class _Text(_Node):

Callers 1

_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…