All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
4 *Contents are subject to change.*
6 .. currentmodule:: black
11 .. autofunction:: black.assert_equivalent
13 .. autofunction:: black.assert_stable
15 .. autofunction:: black.is_delimiter
17 .. autofunction:: black.is_import
19 .. autofunction:: black.is_python36
24 .. autofunction:: black.format_file_contents
26 .. autofunction:: black.format_file_in_place
28 .. autofunction:: black.format_stdin_to_stdout
30 .. autofunction:: black.format_str
32 .. autofunction:: black.schedule_formatting
37 .. autofunction:: black.dump_to_file
39 .. autofunction:: black.gen_python_files_in_dir
44 .. autofunction:: black.lib2to3_parse
46 .. autofunction:: black.lib2to3_unparse
51 .. autofunction:: black.delimiter_split
53 .. autofunction:: black.left_hand_split
55 .. autofunction:: black.right_hand_split
57 .. autofunction:: black.split_line
59 .. autofunction:: black.bracket_split_succeeded_or_raise
64 .. py:function:: black.DebugVisitor.show(code: str) -> None
66 Pretty-print the lib2to3 AST of a given string of `code`.
68 .. autofunction:: black.diff
70 .. autofunction:: black.generate_comments
72 .. autofunction:: black.make_comment
74 .. autofunction:: black.normalize_prefix
76 .. autofunction:: black.preceding_leaf
78 .. autofunction:: black.whitespace