From: Ɓukasz Langa Date: Thu, 29 Mar 2018 02:28:31 +0000 (-0700) Subject: Add DebugVisitor.show() to documentation under utility functions X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/653aa40579a8741d1405679460b36751ff50b531?ds=inline;hp=--cc;pf=etc Add DebugVisitor.show() to documentation under utility functions --- 653aa40579a8741d1405679460b36751ff50b531 diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index 098f155..c167c4b 100644 --- a/docs/reference/reference_functions.rst +++ b/docs/reference/reference_functions.rst @@ -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