Articles tagged pylint

  1. Pylint and dynamically populated packages

    By Floris Bruynooghe

    Python links the module namespace directly to the layout of the source locations on the filesystem. And this is mostly fine, certainly for applications. For libraries sometimes one might want to control the toplevel namespace or API more tightly. This also is mostly fine as one can just use private …