]> granicus.if.org Git - python/commit
Add a function to compute a class's method resolution order. This is
authorTim Peters <tim.peters@gmail.com>
Sat, 22 Sep 2001 06:10:55 +0000 (06:10 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 22 Sep 2001 06:10:55 +0000 (06:10 +0000)
commite0b2d7ac9aea548d0bee1cdabd5d7b1254a6569d
tree277d3df4bdf475df490eb652e387707951c945ab
parentc377b16d12ba325bb108eca575447d66f19294c0
Add a function to compute a class's method resolution order.  This is
easy for 2.2 new-style classes, but trickier for classic classes, and
different approaches are needed "depending".  The function will allow
later code to treat all flavors of classes uniformly.
Doc/lib/libinspect.tex
Lib/inspect.py
Lib/test/test_inspect.py