[Python-projects] Pylint not identifying types correctly
Sylvain Thénault
sylvain.thenault at logilab.fr
Fri Apr 17 19:05:56 CEST 2009
On 17 avril 11:02, Marcelo de Sena Lacerda wrote:
> The thing you can do know is to explicitly disable messages on lines or
> > blocks where you don't want them.
> > Or tweak options to tell that 'key' is a dynamic attribute and so no
> > warning should be issued.
> >
>
> The first option is not applicable. If its not much to ask, can you point me
> where I should look to know how to implement the second?
see ignored-classes and generated-members options (pylint --help)
PS: please use the list
--
Sylvain Thénault LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
CubicWeb, the semantic web framework: http://www.cubicweb.org
More information about the Python-Projects
mailing list