MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / readmodule_ex

Function readmodule_ex

Lib/pyclbr.py:88–95  ·  view source on GitHub ↗

Read a module file and return a dictionary of classes. Search for MODULE in PATH and sys.path, read and parse the module and return a dictionary with one entry for each class found in the module.

(module, path=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_mainFunction · 0.85

Calls 1

_readmoduleFunction · 0.85

Tested by

no test coverage detected