X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/244694182463141115cb8eaf5afadbaf4a8ed67f..14ba1bf8b6248e6860ba6a0cb9468c4c1c25a102:/docs/reference/reference_functions.rst diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index 40d9665..0360411 100644 --- a/docs/reference/reference_functions.rst +++ b/docs/reference/reference_functions.rst @@ -20,6 +20,8 @@ Assertions and checks .. autofunction:: black.is_import +.. autofunction:: black.is_line_short_enough + .. autofunction:: black.is_one_tuple .. autofunction:: black.is_python36 @@ -60,6 +62,8 @@ Split functions .. autofunction:: black.delimiter_split +.. autofunction:: black.explode_split + .. autofunction:: black.left_hand_split .. autofunction:: black.right_hand_split @@ -92,10 +96,14 @@ Utilities .. autofunction:: black.ensure_visible +.. autofunction:: black.enumerate_reversed + .. autofunction:: black.generate_comments .. autofunction:: black.make_comment +.. autofunction:: black.maybe_make_parens_invisible_in_atom + .. autofunction:: black.max_delimiter_priority_in_atom .. autofunction:: black.normalize_prefix