Method: pylint.checkers.strings.StringFormatChecker.visit_joinedstr
Calls: 93, Exceptions: 0, Paths: 1Back
Path 1: 93 calls (1.0)
JoinedStr (93)
1@only_required_for_messages("f-string-without-interpolation")
2 def visit_joinedstr(self, node: nodes.JoinedStr) -> None:
3 self._check_interpolation(node)