commit | c86f6ca2b6d51040021b2a4bbd609b4445e321ff | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Sep 26 21:31:51 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Sep 26 21:31:51 2001 +0000 |
tree | 85adf64f969edf0ed5a023163f1335251dfbb753 | |
parent | 39cd603fc884b60b8c7a6dad0346f819ea181f4a [diff] |
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).