MCPcopy
hub / github.com/psf/black / visit_old_comp_for

Method visit_old_comp_for

src/black/linegen.py:659–660  ·  view source on GitHub ↗
(self, node: Node)

Source from the content-addressed store, hash-verified

657 yield from self.visit_default(node)
658
659 def visit_old_comp_for(self, node: Node) -> Iterator[Line]:
660 yield from self.visit_comp_for(node)
661
662 def __post_init__(self) -> None:
663 """You are in a twisty little maze of passages."""

Callers

nothing calls this directly

Calls 1

visit_comp_forMethod · 0.95

Tested by

no test coverage detected