Add DebugVisitor.show() to documentation under utility functions

This commit is contained in:
Łukasz Langa 2018-03-28 19:28:31 -07:00
parent 7f7b31058a
commit 653aa40579

View File

@ -61,6 +61,10 @@ Split functions
Utilities
---------
.. py:function:: black.DebugVisitor.show(code: str) -> None
Pretty-print the lib2to3 AST of a given string of `code`.
.. autofunction:: black.diff
.. autofunction:: black.generate_comments