Python 2.7.x - problem with obejct.__init__() not accepting *args and **kwargs

2013-05-15 Thread wzab
I had to implement in Python 2.7.x a system which heavily relies on multiple inheritance. Working on that, I have came to very simplistic code which isolates the problem: (The essential thing is that each base class receives all arguments and uses only those, which it understands). class a(object)

Re: IIR filter conversion routines for Python?

2009-05-09 Thread wzab
e2255f8c42d -- Regards, WZab -- http://mail.python.org/mailman/listinfo/python-list

Re: IIR filter conversion routines for Python?

2009-05-09 Thread wzab
On May 8, 7:30 am, Dennis Lee Bieber wrote: > On Wed, 6 May 2009 11:03:57 -0700 (PDT), wzab > declaimed the following in gmane.comp.python.general: > > > Hi, > > I'm looking for procedures converting theIIRfilters into cascade and/ > > or parallel forms. Somet

IIR filter conversion routines for Python?

2009-05-06 Thread wzab
me to implement them myself. -- TIA, BR, WZab -- http://mail.python.org/mailman/listinfo/python-list