]> granicus.if.org Git - python/commit
Display a class's method resolution order, if it's non-trivial. "Trivial"
authorTim Peters <tim.peters@gmail.com>
Wed, 26 Sep 2001 21:31:51 +0000 (21:31 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 26 Sep 2001 21:31:51 +0000 (21:31 +0000)
commitc86f6ca2b6d51040021b2a4bbd609b4445e321ff
tree85adf64f969edf0ed5a023163f1335251dfbb753
parent39cd603fc884b60b8c7a6dad0346f819ea181f4a
Display a class's method resolution order, if it's non-trivial.  "Trivial"
here means it has no more than one base class to rummage through (in which
cases there's no potential confusion about resolution order).
Lib/pydoc.py