18.7.2 Function Descriptor Objects

Python 2.2

18.7.2 Function Descriptor Objects

The function descriptor objects used as values in the dictionary returned by readmodule_ex() provide the following data members:

The name of the module defining the function described by the function descriptor.

The name of the function.

Name of the file containing the def statement defining the function.

The line number of the def statement within the file named by file.
See About this document... for information on suggesting changes.