GitXplorerGitXplorer
A

classtree

public
6 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
bdadfd0f9addea13ea02729acfe4fb588ef252f9

unicode by default

AAkuli committed 8 years ago
Unverified
e651786ebbbae0604b3bcae023e6f9debbc18ff8

add stuff

AAkuli committed 8 years ago
Unverified
4a88751c4b13ae58e300084d5e8cc0a3311d7f96

Initial commit

AAkuli committed 8 years ago

README

The README file for this repository.

classtree

This is a simple program that prints a tree of classes in a Python module.

Example:

$ python3.4 classtree.py builtins OSError
OSError
├── BlockingIOError
├── ChildProcessError
├── ConnectionError
│   ├── BrokenPipeError
│   ├── ConnectionAbortedError
│   ├── ConnectionRefusedError
│   └── ConnectionResetError
├── FileExistsError
├── FileNotFoundError
├── InterruptedError
├── IsADirectoryError
├── NotADirectoryError
├── PermissionError
├── ProcessLookupError
└── TimeoutError