Re: pylint and the 'missing docstring' warning

2010-01-26 Thread Jean-Michel Pichavant
John Posner wrote: On 1/26/2010 9:22 AM, Jean-Michel Pichavant wrote: John Posner wrote: On 1/26/2010 8:43 AM, Jean-Michel Pichavant wrote: Hello, Does anyone using pylint knows a way to make pylint ignore these 'missing docstring' warnings when the base class version of the method actually d

Re: pylint and the 'missing docstring' warning

2010-01-26 Thread John Posner
On 1/26/2010 9:22 AM, Jean-Michel Pichavant wrote: John Posner wrote: On 1/26/2010 8:43 AM, Jean-Michel Pichavant wrote: Hello, Does anyone using pylint knows a way to make pylint ignore these 'missing docstring' warnings when the base class version of the method actually defines the docstring

Re: pylint and the 'missing docstring' warning

2010-01-26 Thread Jean-Michel Pichavant
John Posner wrote: On 1/26/2010 8:43 AM, Jean-Michel Pichavant wrote: Hello, Does anyone using pylint knows a way to make pylint ignore these 'missing docstring' warnings when the base class version of the method actually defines the docstring ? 'Cause my doc builder (epydoc) handle it properly

Re: pylint and the 'missing docstring' warning

2010-01-26 Thread John Posner
On 1/26/2010 8:43 AM, Jean-Michel Pichavant wrote: Hello, Does anyone using pylint knows a way to make pylint ignore these 'missing docstring' warnings when the base class version of the method actually defines the docstring ? 'Cause my doc builder (epydoc) handle it properly and propagate docst