epistasis icon indicating copy to clipboard operation
epistasis copied to clipboard

Inheritance diagram.

Open Zsailer opened this issue 5 years ago • 3 comments

@caelanradford and @jbloom might find this helpful.

I just discovered pylint's UML (unified model language) tool, pyreverse. You can call pyreverse from your command line on any python file and get a diagram of the inheritance tree. It's pretty handy.

For examples, here's what I got when I ran it on the spline model in the epistasis package:

pyreverse -my -A -o png epistasis/models/nonlinear/spline.py

classes_epistasis

Zsailer avatar Mar 22 '19 22:03 Zsailer