First page Back Continue Last page Overview Graphics
Builds on the Chambers&Chen algorithm
Adapted for Python method resolution order
Added support for range/equality comparisons w/hash+binary searches
Lazy build-out of decision tree (don't create branches until they’re needed)
Support for arbitrary method combination, not just "most specific method”
Can add custom selection and indexing
Notes: