MCPcopy Create free account
hub / github.com/nodejs/node / visit_ExprStmt

Method visit_ExprStmt

deps/v8/third_party/jinja2/compiler.py:1358–1360  ·  view source on GitHub ↗
(self, node: nodes.ExprStmt, frame: Frame)

Source from the content-addressed store, hash-verified

1356 self.leave_frame(with_frame)
1357
1358 def visit_ExprStmt(self, node: nodes.ExprStmt, frame: Frame) -> None:
1359 self.newline(node)
1360 self.visit(node.node, frame)
1361
1362 class _FinalizeInfo(t.NamedTuple):
1363 const: t.Optional[t.Callable[..., str]]

Callers

nothing calls this directly

Calls 2

newlineMethod · 0.95
visitMethod · 0.45

Tested by

no test coverage detected