0

I want to use pylint.pyreverse in python 2.7.

I see info on how to use pyreverse

However, I don't see how the parameters are specified to use pylint's run_pyreverse method.

How do I use pylint.run_pyreverse?

MatthewMartin
  • 32,326
  • 33
  • 105
  • 164
user3731622
  • 4,844
  • 8
  • 45
  • 84

1 Answers1

1

Just run pyreverse -h on the command line.

BTW, if pylint is installed along with anaconda, you probably should reinstall (upgrade) it (pip install -U pylint), otherwise the system cannot find pyreverse.

see http://pythonhosted.org/theape/documentation/developer/explorations/explore_graphs/explore_pyreverse.html

agold
  • 6,140
  • 9
  • 38
  • 54
Eric Wang
  • 1,009
  • 1
  • 9
  • 16