Chapter 2: Building Abstractions with Objects

Python 3 renamed the attributes of several interpreter data structures. The following accessors are available. Note that the recommended way to inspect functions and methods is the stdlib inspect module. six.get_unbound_function(meth) Get the function out of unbound method meth. In Python 3, unbound methods don’t exist, so this function just ................
................