MCPcopy Index your code
hub / github.com/python/cpython / pyclbr.py

File pyclbr.py

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

Source from the content-addressed store, hash-verified

1"""Parse a Python module and describe its classes and functions.
2
3Parse enough of a Python file to recognize imports and class and
4function definitions, and to find out the superclasses of a class.

Callers

nothing calls this directly

Calls 1

_mainFunction · 0.70

Tested by

no test coverage detected