from
Edvard Majakari <edvard.majakari at staselog dot com>
subject
[Python-projects] Allow suppressing class docstrings
date
2004/02/12 12:18
Having a class of the form
class ParseException(Exception):
pass
makes pylint to complain about "Missing docstring". Using no-docstring-rgx
doesn't help here, because it's a class, not a function or method. It
would be so nice to be able to make pylint ignore such missing docstrings.
--
# Edvard Majakari Software Engineer
# PGP PUBLIC KEY available Soli Deo Gloria!
$_ = '456476617264204d616a616b6172692c20612043687269737469616e20'; print
join('',map{chr hex}(split/(\w{2})/)),uc substr(crypt(60281449,'es'),2,4),"\n";
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects
