X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a9f50cd0b58259a11a1c851bde7b4f11321e5b3b..653aa40579a8741d1405679460b36751ff50b531:/docs/reference/reference_functions.rst diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index f9cd505..c167c4b 100644 --- a/docs/reference/reference_functions.rst +++ b/docs/reference/reference_functions.rst @@ -56,11 +56,15 @@ Split functions .. autofunction:: black.split_line -.. autofunction:: black.split_succeeded_or_raise +.. autofunction:: black.bracket_split_succeeded_or_raise 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 @@ -71,4 +75,4 @@ Utilities .. autofunction:: black.preceding_leaf -.. autofunction:: black.whitespace \ No newline at end of file +.. autofunction:: black.whitespace