MCPcopy
hub / github.com/pallets/jinja / visit_ExprStmt

Method visit_ExprStmt

src/jinja2/compiler.py:1382–1384  ·  view source on GitHub ↗
(self, node: nodes.ExprStmt, frame: Frame)

Source from the content-addressed store, hash-verified

1380 self.leave_frame(with_frame)
1381
1382 def visit_ExprStmt(self, node: nodes.ExprStmt, frame: Frame) -> None:
1383 self.newline(node)
1384 self.visit(node.node, frame)
1385
1386 class _FinalizeInfo(t.NamedTuple):
1387 const: t.Optional[t.Callable[..., str]]

Callers

nothing calls this directly

Calls 2

newlineMethod · 0.95
visitMethod · 0.80

Tested by

no test coverage detected