Strange error

Dale Strickland-Clark dale at riverhall.NOTHANKS.co.uk
Thu Feb 20 15:51:21 EST 2003


    self._dumpDetails(child, dent=dent+1, sectionName=sectionName,
depth=depth-1)
TypeError: _dumpDetails() got multiple values for keyword argument
'dent'

I don't think so!

The definition of _dumpDetails() is:

  def _dumpDetails(self, dent=0, sectionName="?", depth=1):

It's a recursive function, if it makes any difference.

Can anyone see why one of us (Python or me) might be confused?

Thanks.
--
Dale Strickland-Clark
Riverhall Systems Ltd




More information about the Python-list mailing list