X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2104b7cdcb529056521a37f50c1e494f0b869d21..b250aed47bf11240b460bf4ecb57ba3f28078fd1:/docs/reference/reference_functions.rst diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index 19128ba..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 @@ -26,6 +24,8 @@ Assertions and checks .. autofunction:: black.is_python36 +.. autofunction:: black.is_vararg + Formatting ---------- @@ -37,6 +37,8 @@ Formatting .. autofunction:: black.format_str +.. autofunction:: black.reformat_one + .. autofunction:: black.schedule_formatting File operations @@ -68,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 --------- @@ -83,6 +96,8 @@ Utilities .. autofunction:: black.make_comment +.. autofunction:: black.max_delimiter_priority_in_atom + .. autofunction:: black.normalize_prefix .. autofunction:: black.normalize_string_quotes