X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d01460d9393d611c0673723320f7a1e50c424e21..6f6762dba05252f49db49f9a5086d264a8c04437:/docs/reference/reference_functions.rst?ds=inline diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index 098f155..4e7fb83 100644 --- a/docs/reference/reference_functions.rst +++ b/docs/reference/reference_functions.rst @@ -12,6 +12,10 @@ Assertions and checks .. autofunction:: black.assert_stable +.. autofunction:: black.is_split_after_delimiter + +.. autofunction:: black.is_split_before_delimiter + .. autofunction:: black.is_delimiter .. autofunction:: black.is_import @@ -61,6 +65,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 @@ -69,6 +77,8 @@ Utilities .. autofunction:: black.normalize_prefix +.. autofunction:: black.normalize_string_quotes + .. autofunction:: black.preceding_leaf .. autofunction:: black.whitespace