c.buhtz at posteo.jp wrote at 2023-11-6 12:47 +0000: >I would like to know how to detect (e.g. via a linter) typos in function >names imported from another module. One option is a test suite (--> Python's "unittest" package) with a sufficiently high coverage (near 100 %).