Prev: What timeouts are required when reading SSL certificates withPython 2.6.4?
Next: expat parsing error
From: MrJean1 on 1 Jun 2010 14:08 Although PyChecker 0.8.18 is quite an improvement over previous releases, it does have quirks. The PyChecker postprocessor might be helpful, see <http://code.activestate.com/recipes/546532/> /Jean On Jun 1, 4:48 am, Leo Breebaart <l...(a)lspace.org> wrote: > When fed the following code: > > def Foo(): > > class A(object): > def __init__(self): > pass > > class B(object): > def __init__(self): > pass > > PyChecker 0.8.18 warns: > > foo.py:9: Redefining attribute (__init__) original line (5) > > I do not understand what is meant by this warning. In fact, it > simply seems wrong -- but I have learned not to jump to that > conclusion too quickly, so I was hoping someone here could > perhaps enlighten me... > > Many thanks in advance, > > -- > Leo Breebaart <l...(a)lspace.org>
First
|
Prev
|
Pages: 1 2 Prev: What timeouts are required when reading SSL certificates withPython 2.6.4? Next: expat parsing error |