X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/cb5aadad74c0a1c9c514a633c632c99b668c70ed..1445bea97edee472e053f00010cb378f4b51e1c4:/docs/reference/reference_functions.rst diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index 2b8c08e..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 @@ -91,4 +106,6 @@ Utilities .. autofunction:: black.preceding_leaf +.. autofunction:: black.sub_twice + .. autofunction:: black.whitespace