X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8b64e916f65f2c1023f9abd6243a904bfbcd8fe9..579a8f93442b2e109bcd0d4118a9f9ccf52fc17c:/docs/reference/reference_functions.rst diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index 4e7a4f6..3e061b8 100644 --- a/docs/reference/reference_functions.rst +++ b/docs/reference/reference_functions.rst @@ -12,12 +12,16 @@ Assertions and checks .. autofunction:: black.assert_stable +.. autofunction:: black.can_omit_invisible_parens + .. autofunction:: black.is_empty_tuple .. autofunction:: black.is_import .. autofunction:: black.is_line_short_enough +.. autofunction:: black.is_multiline_string + .. autofunction:: black.is_one_tuple .. autofunction:: black.is_python36 @@ -32,6 +36,9 @@ Assertions and checks .. autofunction:: black.is_vararg +.. autofunction:: black.is_yield + + Formatting ---------- @@ -57,6 +64,8 @@ File operations Parsing ------- +.. autofunction:: black.decode_bytes + .. autofunction:: black.lib2to3_parse .. autofunction:: black.lib2to3_unparse @@ -66,8 +75,6 @@ Split functions .. autofunction:: black.delimiter_split -.. autofunction:: black.explode_split - .. autofunction:: black.left_hand_split .. autofunction:: black.right_hand_split @@ -102,6 +109,8 @@ Utilities .. autofunction:: black.enumerate_reversed +.. autofunction:: black.enumerate_with_length + .. autofunction:: black.generate_comments .. autofunction:: black.make_comment