Python pyclbr Functions

EditRocket provides the following information on pyclbr functions in the Python source code builder.

readmodule(module[, path]) - Read a module and return a dictionary mapping class names to class descriptor objects.

readmodule_ex(module[, path]) - Like readmodule(), but the returned dictionary, in addition to mapping class names to class descriptor objects, also maps top-level function names to function descriptor objects.