X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a42aef780630bce97c01dbf33a1947ea108e6e29..51635ef68ce82b62dcefa9fdd55a662604021709:/docs/reference/reference_functions.rst diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index 4e7fb83..2b8c08e 100644 --- a/docs/reference/reference_functions.rst +++ b/docs/reference/reference_functions.rst @@ -18,8 +18,12 @@ Assertions and checks .. autofunction:: black.is_delimiter +.. autofunction:: black.is_empty_tuple + .. autofunction:: black.is_import +.. autofunction:: black.is_one_tuple + .. autofunction:: black.is_python36 Formatting @@ -58,6 +62,8 @@ Split functions .. autofunction:: black.right_hand_split +.. autofunction:: black.standalone_comment_split + .. autofunction:: black.split_line .. autofunction:: black.bracket_split_succeeded_or_raise @@ -71,6 +77,8 @@ Utilities .. autofunction:: black.diff +.. autofunction:: black.ensure_visible + .. autofunction:: black.generate_comments .. autofunction:: black.make_comment @@ -79,6 +87,8 @@ Utilities .. autofunction:: black.normalize_string_quotes +.. autofunction:: black.normalize_invisible_parens + .. autofunction:: black.preceding_leaf .. autofunction:: black.whitespace