(labels: Iterable[str], counts: Literal[False] = False)
| 986 | |
| 987 | @overload |
| 988 | def _format_labels(labels: Iterable[str], counts: Literal[False] = False) -> str: ... |
| 989 | |
| 990 | |
| 991 | @overload |
no outgoing calls
no test coverage detected
searching dependent graphs…