Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
|
W
_
__bool__() (black.lines.Line method)
__str__() (black.lines.Line method)
(black.report.Report method)
A
add_custom_splits() (black.trans.CustomSplitMapMixin method)
any_open_brackets() (black.brackets.BracketTracker method)
any_open_for_or_lambda() (black.brackets.BracketTracker method)
append() (black.lines.Line method)
append_comment() (black.lines.Line method)
append_safe() (black.lines.Line method)
assert_equivalent() (in module black)
assert_stable() (in module black)
B
BaseStringSplitter (class in black.trans)
black.debug.DebugVisitor.show() (in module black)
bracket_split_build_line() (in module black.linegen)
bracket_split_succeeded_or_raise() (in module black.linegen)
BracketMatchError
BracketTracker (class in black.brackets)
C
Cache (class in black.cache)
can_be_split() (in module black.lines)
can_omit_invisible_parens() (in module black.lines)
cancel() (in module black.concurrency)
CannotSplit
CannotTransform
CellMagic (class in black.handle_ipynb_magics)
CellMagicFinder (class in black.handle_ipynb_magics)
Changed (class in black.report)
child_towards() (in module black.nodes)
children_contains_fmt_on() (in module black.comments)
comments_after() (black.lines.Line method)
container_of() (in module black.nodes)
contains_implicit_multiline_string_with_comments() (black.lines.Line method)
contains_standalone_comments() (black.lines.Line method)
convert_one_fmt_off_pair() (in module black.comments)
CustomSplit (class in black.trans)
CustomSplitMapMixin (class in black.trans)
D
DebugVisitor (class in black.debug)
decode_bytes() (in module black)
delimiter_count_with_priority() (black.brackets.BracketTracker method)
delimiter_split() (in module black.linegen)
Deprecated
diff() (in module black)
do_match() (black.trans.BaseStringSplitter method)
(black.trans.StringMerger method)
(black.trans.StringParenStripper method)
(black.trans.StringTransformer method)
do_splitter_match() (black.trans.BaseStringSplitter method)
(black.trans.StringParenWrapper method)
(black.trans.StringSplitter method)
do_transform() (black.trans.StringMerger method)
(black.trans.StringParenStripper method)
(black.trans.StringParenWrapper method)
(black.trans.StringSplitter method)
(black.trans.StringTransformer method)
done() (black.report.Report method)
dont_increase_indentation() (in module black.linegen)
dump_to_file() (in module black)
E
EmptyLineTracker (class in black.lines)
ensure_visible() (in module black.nodes)
enumerate_reversed() (in module black.lines)
enumerate_with_length() (black.lines.Line method)
Err (class in black.rusty)
F
failed() (black.report.Report method)
Feature (class in black.mode)
filtered_cached() (black.cache.Cache method)
find_project_root() (in module black)
first_leaf_of() (in module black.nodes)
format_file_contents() (in module black)
format_file_in_place() (in module black)
format_float_or_int_string() (in module black.numerics)
format_stdin_to_stdout() (in module black)
format_str() (in module black)
G
gen_python_files() (in module black)
generate_comments() (in module black.comments)
generate_ignored_nodes() (in module black.comments)
generate_trailers_to_omit() (in module black.linegen)
get_cache_dir() (in module black.cache)
get_cache_file() (in module black.cache)
get_file_data() (black.cache.Cache static method)
get_future_imports() (in module black)
get_open_lsqb() (black.brackets.BracketTracker method)
H
has_custom_splits() (black.trans.CustomSplitMapMixin method)
has_magic_trailing_comma() (black.lines.Line method)
hash_digest() (black.cache.Cache static method)
I
InvalidInput
is_changed() (black.cache.Cache method)
is_class (black.lines.Line property)
is_class_paren_empty (black.lines.Line property)
is_comment (black.lines.Line property)
is_complex_subscript() (black.lines.Line method)
is_decorator (black.lines.Line property)
is_def (black.lines.Line property)
is_empty_tuple() (in module black.nodes)
is_fmt_on() (in module black.comments)
is_fmt_pass_converted() (black.lines.Line method)
is_import (black.lines.Line property)
is_import() (in module black.nodes)
is_line_short_enough() (in module black.lines)
is_multiline_string() (in module black.nodes)
is_one_tuple() (in module black.nodes)
is_split_after_delimiter() (in module black.brackets)
is_split_before_delimiter() (in module black.brackets)
is_stub_body() (in module black.nodes)
is_stub_class (black.lines.Line property)
is_stub_def (black.lines.Line property)
is_stub_suite() (in module black.nodes)
is_triple_quoted_string (black.lines.Line property)
is_vararg() (in module black.nodes)
is_with_or_async_with_stmt (black.lines.Line property)
is_yield() (in module black.nodes)
L
left_hand_split() (in module black.linegen)
lib2to3_parse() (in module black.parsing)
lib2to3_unparse() (in module black.parsing)
Line (class in black.lines)
line() (black.linegen.LineGenerator method)
LineGenerator (class in black.linegen)
LinesBlock (class in black.lines)
list_comments() (in module black.comments)
M
MagicFinder (class in black.handle_ipynb_magics)
make_comment() (in module black.comments)
mark() (black.brackets.BracketTracker method)
max_delimiter_priority() (black.brackets.BracketTracker method)
max_delimiter_priority_in_atom() (in module black.brackets)
maybe_decrement_after_for_loop_variable() (black.brackets.BracketTracker method)
maybe_decrement_after_lambda_arguments() (black.brackets.BracketTracker method)
maybe_empty_lines() (black.lines.EmptyLineTracker method)
maybe_increment_for_loop_variable() (black.brackets.BracketTracker method)
maybe_increment_lambda_arguments() (black.brackets.BracketTracker method)
maybe_make_parens_invisible_in_atom() (in module black.linegen)
Mode (class in black.mode)
N
normalize_fmt_off() (in module black)
normalize_invisible_parens() (in module black.linegen)
normalize_numeric_literal() (in module black.numerics)
normalize_prefix() (in module black.linegen)
normalize_string_prefix() (in module black.strings)
normalize_string_quotes() (in module black.strings)
NothingChanged
O
OffsetAndMagic (class in black.handle_ipynb_magics)
Ok (class in black.rusty)
opens_block (black.lines.Line property)
P
parse() (black.trans.StringParser method)
pop_custom_splits() (black.trans.CustomSplitMapMixin method)
preceding_leaf() (in module black.nodes)
Preview (class in black.mode)
ProtoComment (class in black.comments)
R
re_compile_maybe_verbose() (in module black)
read() (black.cache.Cache class method)
read_pyproject_toml() (in module black)
reformat_one() (in module black)
remove_trailing_comma() (black.lines.Line method)
Replacement (class in black.handle_ipynb_magics)
Report (class in black.report)
return_code (black.report.Report property)
RHSResult (class in black.lines)
right_hand_split() (in module black.linegen)
S
schedule_formatting() (in module black.concurrency)
should_split_line() (in module black.linegen)
show() (black.debug.DebugVisitor class method)
shutdown() (in module black.concurrency)
standalone_comment_split() (in module black.linegen)
StringMerger (class in black.trans)
StringParenStripper (class in black.trans)
StringParenWrapper (class in black.trans)
StringParser (class in black.trans)
StringSplitter (class in black.trans)
StringTransformer (class in black.trans)
sub_twice() (in module black.strings)
T
TargetVersion (class in black.mode)
transform_line() (in module black.linegen)
V
visit() (black.nodes.Visitor method)
visit_Assign() (black.handle_ipynb_magics.MagicFinder method)
visit_async_stmt() (black.linegen.LineGenerator method)
visit_decorators() (black.linegen.LineGenerator method)
visit_DEDENT() (black.linegen.LineGenerator method)
visit_default() (black.debug.DebugVisitor method)
(black.linegen.LineGenerator method)
(black.nodes.Visitor method)
visit_ENDMARKER() (black.linegen.LineGenerator method)
visit_Expr() (black.handle_ipynb_magics.CellMagicFinder method)
(black.handle_ipynb_magics.MagicFinder method)
visit_factor() (black.linegen.LineGenerator method)
visit_funcdef() (black.linegen.LineGenerator method)
visit_INDENT() (black.linegen.LineGenerator method)
visit_match_case() (black.linegen.LineGenerator method)
visit_SEMI() (black.linegen.LineGenerator method)
visit_simple_stmt() (black.linegen.LineGenerator method)
visit_stmt() (black.linegen.LineGenerator method)
visit_suite() (black.linegen.LineGenerator method)
visit_test() (black.linegen.LineGenerator method)
visit_tname() (black.linegen.LineGenerator method)
Visitor (class in black.nodes)
W
whitespace() (in module black.nodes)
write() (black.cache.Cache method)
WriteBack (class in black)
Black
Navigation
Related Topics
Documentation overview
Quick search