pyclbr.readmodule_ex()

pyclbr.readmodule_ex(module, path=None)

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. Moreover, if the module being read is a package, the key '__path__' in the returned dictionary has as its value a list which contains the package search path.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.