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

Method out

src/black/debug.py:21–24  ·  view source on GitHub ↗
(self, message: str, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

19 print_output: bool = True
20
21 def out(self, message: str, *args: Any, **kwargs: Any) -> None:
22 self.list_output.append(message)
23 if self.print_output:
24 out(message, *args, **kwargs)
25
26 def visit_default(self, node: LN) -> Iterator[T]:
27 indent = " " * (2 * self.tree_depth)

Callers 2

visit_defaultMethod · 0.95
mainFunction · 0.45

Calls 2

outFunction · 0.90
appendMethod · 0.45

Tested by

no test coverage detected