X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a764f1bb3b459ee6f2e752e3d67793b119a2144a..1445bea97edee472e053f00010cb378f4b51e1c4:/docs/reference/reference_functions.rst diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index 8e9936d..40d9665 100644 --- a/docs/reference/reference_functions.rst +++ b/docs/reference/reference_functions.rst @@ -16,8 +16,6 @@ Assertions and checks .. autofunction:: black.is_split_before_delimiter -.. autofunction:: black.is_delimiter - .. autofunction:: black.is_empty_tuple .. autofunction:: black.is_import @@ -39,6 +37,8 @@ Formatting .. autofunction:: black.format_str +.. autofunction:: black.reformat_one + .. autofunction:: black.schedule_formatting File operations @@ -70,6 +70,17 @@ Split functions .. autofunction:: black.bracket_split_succeeded_or_raise +Caching +------- + +.. autofunction:: black.filter_cached + +.. autofunction:: black.get_cache_info + +.. autofunction:: black.read_cache + +.. autofunction:: black.write_cache + Utilities --------- @@ -85,6 +96,8 @@ Utilities .. autofunction:: black.make_comment +.. autofunction:: black.max_delimiter_priority_in_atom + .. autofunction:: black.normalize_prefix .. autofunction:: black.normalize_string_quotes