I grabbed the latest mercurial pylint.
I have a class like:
class C:
def func (self, rcv_in, transmitter, n_uw, scaling=1.0)
later in that same module:
def func2 (an instance of class C...):
instance_of_class_C.func2 (cancelled, transmitter, n_uw=n_uw,
xmit_freq=transmitter.freq, scaling=scaling)
The argument xmit_freq is extraneous and wrong. pylint is silent.
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects