Method: pylint.checkers.non_ascii_names.NonAsciiNameChecker.visit_importfrom
Calls: 631, Exceptions: 0, Paths: 1Back
Path 1: 631 calls (1.0)
ImportFrom (631)
1@utils.only_required_for_messages("non-ascii-name", "non-ascii-module-import")
2 def visit_importfrom(self, node: nodes.ImportFrom) -> None:
3 self._check_module_import(node)