pyclbr.readmodule()

pyclbr.readmodule(module, path=None)

Read a module and return a dictionary mapping class names to class descriptor objects. The parameter module should be the name of a module as a string; it may be the name of a module within a package. The path parameter should be a sequence, and is used to augment the value of sys.path, which is used to locate module source code.

doc_python
2016-10-07 17:41:02
Comments
Leave a Comment

Please login to continue.