id: 1 unit: fn inflate() file: native/libcst/src/nodes/op.rs start line: 519 end line: 717 size: 199 LOC McCabe index: 1 number of parameters: 2 id: 2 unit: fn inflate() file: native/libcst/src/nodes/op.rs start line: 1158 end line: 1356 size: 199 LOC McCabe index: 1 number of parameters: 2 id: 3 unit: def _codemod_impl() file: libcst/tool.py start line: 0 end line: 0 size: 196 LOC McCabe index: 6 number of parameters: 2 id: 4 unit: fn inflate() file: native/libcst/src/nodes/op.rs start line: 870 end line: 1039 size: 170 LOC McCabe index: 1 number of parameters: 2 id: 5 unit: fn next_inner() file: native/libcst/src/tokenizer/core/mod.rs start line: 290 end line: 490 size: 156 LOC McCabe index: 30 number of parameters: 1 id: 6 unit: fn consume_number() file: native/libcst/src/tokenizer/core/mod.rs start line: 688 end line: 825 size: 134 LOC McCabe index: 31 number of parameters: 2 id: 7 unit: fn test_split_fstring() file: native/libcst/src/tokenizer/tests.rs start line: 525 end line: 618 size: 87 LOC McCabe index: 1 number of parameters: 0 id: 8 unit: fn consume_bol_whitespace() file: native/libcst/src/tokenizer/core/mod.rs start line: 494 end line: 592 size: 84 LOC McCabe index: 15 number of parameters: 1 id: 9 unit: fn maybe_consume_fstring_string() file: native/libcst/src/tokenizer/core/mod.rs start line: 899 end line: 984 size: 77 LOC McCabe index: 16 number of parameters: 3 id: 10 unit: fn codegen() file: native/libcst/src/nodes/op.rs start line: 792 end line: 866 size: 75 LOC McCabe index: 2 number of parameters: 2 id: 11 unit: fn fields_to_kwargs() file: native/libcst_derive/src/into_py.rs start line: 103 end line: 176 size: 74 LOC McCabe index: 14 number of parameters: 2 id: 12 unit: fn codegen() file: native/libcst/src/nodes/op.rs start line: 444 end line: 515 size: 72 LOC McCabe index: 1 number of parameters: 2 id: 13 unit: fn codegen() file: native/libcst/src/nodes/op.rs start line: 1360 end line: 1431 size: 72 LOC McCabe index: 1 number of parameters: 2 id: 14 unit: fn make_binary_operator() file: native/libcst/src/parser/grammar.rs start line: 1682 end line: 1754 size: 72 LOC McCabe index: 1 number of parameters: 1 id: 15 unit: fn make_aug_op() file: native/libcst/src/parser/grammar.rs start line: 3125 end line: 3197 size: 72 LOC McCabe index: 1 number of parameters: 1 id: 16 unit: def _print_tree_impl() file: libcst/tool.py start line: 0 end line: 0 size: 68 LOC McCabe index: 3 number of parameters: 2 id: 17 unit: fn next() file: native/libcst/src/tokenizer/core/mod.rs start line: 1095 end line: 1160 size: 61 LOC McCabe index: 6 number of parameters: 1 id: 18 unit: fn test_string_prefix() file: native/libcst/src/tokenizer/tests.rs start line: 461 end line: 522 size: 58 LOC McCabe index: 1 number of parameters: 0 id: 19 unit: fn test_newlines() file: native/libcst/src/tokenizer/text_position/char_width.rs start line: 256 end line: 320 size: 57 LOC McCabe index: 1 number of parameters: 0 id: 20 unit: def convert_funcdef() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 56 LOC McCabe index: 11 number of parameters: 2 id: 21 unit: fn consume_identifier_or_prefixed_string() file: native/libcst/src/tokenizer/core/mod.rs start line: 631 end line: 686 size: 55 LOC McCabe index: 10 number of parameters: 1 id: 22 unit: fn impl_into_py_enum() file: native/libcst_derive/src/into_py.rs start line: 25 end line: 79 size: 55 LOC McCabe index: 5 number of parameters: 2 id: 23 unit: def convert_try_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 54 LOC McCabe index: 8 number of parameters: 2 id: 24 unit: def convert_classdef() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 54 LOC McCabe index: 12 number of parameters: 2 id: 25 unit: fn test_unicode_no_newlines() file: native/libcst/src/tokenizer/text_position/char_width.rs start line: 196 end line: 253 size: 53 LOC McCabe index: 1 number of parameters: 0 id: 26 unit: fn impl_enum() file: native/libcst_derive/src/parenthesized_node.rs start line: 46 end line: 98 size: 53 LOC McCabe index: 4 number of parameters: 2 id: 27 unit: def convert_import_from() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 53 LOC McCabe index: 5 number of parameters: 2 id: 28 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 811 end line: 869 size: 52 LOC McCabe index: 4 number of parameters: 2 id: 29 unit: fn make_class_def() file: native/libcst/src/parser/grammar.rs start line: 2898 end line: 2950 size: 51 LOC McCabe index: 10 number of parameters: 4 id: 30 unit: def _find_and_load_config() file: libcst/tool.py start line: 0 end line: 0 size: 51 LOC McCabe index: 7 number of parameters: 1 id: 31 unit: fn test_ascii_no_newlines() file: native/libcst/src/tokenizer/text_position/char_width.rs start line: 135 end line: 193 size: 49 LOC McCabe index: 1 number of parameters: 0 id: 32 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 49 LOC McCabe index: 27 number of parameters: 2 id: 33 unit: def _add_token() file: libcst/_parser/base_parser.py start line: 0 end line: 0 size: 49 LOC McCabe index: 8 number of parameters: 2 id: 34 unit: def _initialize_impl() file: libcst/tool.py start line: 0 end line: 0 size: 48 LOC McCabe index: 5 number of parameters: 2 id: 35 unit: fn test_indent_dedent() file: native/libcst/src/tokenizer/tests.rs start line: 149 end line: 206 size: 47 LOC McCabe index: 1 number of parameters: 0 id: 36 unit: fn make_comparison_operator() file: native/libcst/src/parser/grammar.rs start line: 1553 end line: 1599 size: 47 LOC McCabe index: 1 number of parameters: 1 id: 37 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 2064 end line: 2113 size: 46 LOC McCabe index: 5 number of parameters: 2 id: 38 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 69 end line: 119 size: 45 LOC McCabe index: 14 number of parameters: 2 id: 39 unit: fn test_string() file: native/libcst/src/tokenizer/tests.rs start line: 373 end line: 428 size: 45 LOC McCabe index: 1 number of parameters: 0 id: 40 unit: fn inflate() file: native/libcst/src/nodes/op.rs start line: 240 end line: 283 size: 44 LOC McCabe index: 1 number of parameters: 2 id: 41 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 44 LOC McCabe index: 14 number of parameters: 1 id: 42 unit: def _list_impl() file: libcst/tool.py start line: 0 end line: 0 size: 44 LOC McCabe index: 10 number of parameters: 2 id: 43 unit: fn test_fraction() file: native/libcst/src/tokenizer/tests.rs start line: 310 end line: 370 size: 42 LOC McCabe index: 1 number of parameters: 0 id: 44 unit: def convert_for_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 42 LOC McCabe index: 2 number of parameters: 2 id: 45 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1446 end line: 1488 size: 41 LOC McCabe index: 3 number of parameters: 2 id: 46 unit: fn test_async_await() file: native/libcst/src/tokenizer/tests.rs start line: 75 end line: 123 size: 41 LOC McCabe index: 1 number of parameters: 0 id: 47 unit: fn make_fstring_expression() file: native/libcst/src/parser/grammar.rs start line: 2975 end line: 3014 size: 39 LOC McCabe index: 6 number of parameters: 5 id: 48 unit: def populate_data_provider_tests() file: libcst/testing/utils.py start line: 0 end line: 0 size: 39 LOC McCabe index: 9 number of parameters: 2 id: 49 unit: def convert_expr_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 38 LOC McCabe index: 9 number of parameters: 2 id: 50 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2020 end line: 2060 size: 36 LOC McCabe index: 10 number of parameters: 2 id: 51 unit: def add_slots() file: libcst/_add_slots.py start line: 0 end line: 0 size: 36 LOC McCabe index: 13 number of parameters: 1 id: 52 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 36 LOC McCabe index: 11 number of parameters: 2 id: 53 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1567 end line: 1606 size: 35 LOC McCabe index: 10 number of parameters: 2 id: 54 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 243 end line: 280 size: 34 LOC McCabe index: 3 number of parameters: 4 id: 55 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1482 end line: 1515 size: 34 LOC McCabe index: 4 number of parameters: 4 id: 56 unit: fn inflate() file: native/libcst/src/nodes/op.rs start line: 324 end line: 357 size: 34 LOC McCabe index: 1 number of parameters: 2 id: 57 unit: fn make_function_def() file: native/libcst/src/parser/grammar.rs start line: 1484 end line: 1517 size: 34 LOC McCabe index: 1 number of parameters: 9 id: 58 unit: fn make_class_pattern() file: native/libcst/src/parser/grammar.rs start line: 3508 end line: 3541 size: 34 LOC McCabe index: 5 number of parameters: 7 id: 59 unit: def __post_init__() file: libcst/_parser/types/config.py start line: 0 end line: 0 size: 34 LOC McCabe index: 11 number of parameters: 1 id: 60 unit: def convert_except_clause() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 34 LOC McCabe index: 3 number of parameters: 2 id: 61 unit: def get_qualified_names_for() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 34 LOC McCabe index: 16 number of parameters: 2 id: 62 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1223 end line: 1255 size: 33 LOC McCabe index: 3 number of parameters: 2 id: 63 unit: def _find_fstring_string() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 33 LOC McCabe index: 13 number of parameters: 5 id: 64 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 2797 end line: 2832 size: 32 LOC McCabe index: 1 number of parameters: 2 id: 65 unit: fn parse_indent() file: native/libcst/src/tokenizer/whitespace_parser.rs start line: 285 end line: 316 size: 32 LOC McCabe index: 5 number of parameters: 3 id: 66 unit: fn next() file: native/libcst/src/tokenizer/text_position/char_width.rs start line: 91 end line: 127 size: 32 LOC McCabe index: 2 number of parameters: 1 id: 67 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 32 LOC McCabe index: 13 number of parameters: 2 id: 68 unit: def convert_with_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 32 LOC McCabe index: 3 number of parameters: 2 id: 69 unit: def _calculate_tree_traversal() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 32 LOC McCabe index: 10 number of parameters: 1 id: 70 unit: def main() file: libcst/tool.py start line: 0 end line: 0 size: 32 LOC McCabe index: 5 number of parameters: 2 id: 71 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 583 end line: 620 size: 31 LOC McCabe index: 4 number of parameters: 2 id: 72 unit: fn from() file: native/libcst/src/parser/errors.rs start line: 44 end line: 74 size: 31 LOC McCabe index: 1 number of parameters: 1 id: 73 unit: def add_args() file: libcst/codemod/commands/ensure_import_present.py start line: 0 end line: 0 size: 31 LOC McCabe index: 1 number of parameters: 1 id: 74 unit: def _handle_import() file: libcst/codemod/commands/remove_unused_imports.py start line: 0 end line: 0 size: 31 LOC McCabe index: 7 number of parameters: 3 id: 75 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1610 end line: 1643 size: 30 LOC McCabe index: 4 number of parameters: 2 id: 76 unit: fn make_for() file: native/libcst/src/parser/grammar.rs start line: 2837 end line: 2867 size: 30 LOC McCabe index: 1 number of parameters: 8 id: 77 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 30 LOC McCabe index: 10 number of parameters: 1 id: 78 unit: def codegen_visitors() file: libcst/codegen/generate.py start line: 0 end line: 0 size: 30 LOC McCabe index: 7 number of parameters: 0 id: 79 unit: def convert_simple_stmt_partial() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 30 LOC McCabe index: 5 number of parameters: 2 id: 80 unit: def convert_import_relative() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 30 LOC McCabe index: 7 number of parameters: 2 id: 81 unit: def convert_raise_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 30 LOC McCabe index: 4 number of parameters: 2 id: 82 unit: def _make_dfas() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 30 LOC McCabe index: 10 number of parameters: 2 id: 83 unit: def record_asname() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 30 LOC McCabe index: 16 number of parameters: 3 id: 84 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 776 end line: 807 size: 29 LOC McCabe index: 6 number of parameters: 2 id: 85 unit: fn consume_string() file: native/libcst/src/tokenizer/core/mod.rs start line: 856 end line: 886 size: 29 LOC McCabe index: 4 number of parameters: 1 id: 86 unit: fn make_genexp_call, mut genexp: GeneratorExp() file: native/libcst/src/parser/grammar.rs start line: 2265 end line: 2299 size: 29 LOC McCabe index: 1 number of parameters: 1 id: 87 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 29 LOC McCabe index: 1 number of parameters: 2 id: 88 unit: def validate_provider_tests() file: libcst/testing/utils.py start line: 0 end line: 0 size: 29 LOC McCabe index: 6 number of parameters: 2 id: 89 unit: def convert_annassign() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 29 LOC McCabe index: 4 number of parameters: 2 id: 90 unit: def convert_decorator() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 29 LOC McCabe index: 7 number of parameters: 2 id: 91 unit: def _instantiate() file: libcst/codemod/_command.py start line: 0 end line: 0 size: 29 LOC McCabe index: 11 number of parameters: 2 id: 92 unit: def __init__() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 28 LOC McCabe index: 8 number of parameters: 1 id: 93 unit: fn make_for_if() file: native/libcst/src/parser/grammar.rs start line: 2323 end line: 2350 size: 27 LOC McCabe index: 1 number of parameters: 6 id: 94 unit: fn make_or_pattern() file: native/libcst/src/parser/grammar.rs start line: 3385 end line: 3412 size: 27 LOC McCabe index: 3 number of parameters: 2 id: 95 unit: fn make_match_mapping() file: native/libcst/src/parser/grammar.rs start line: 3465 end line: 3491 size: 27 LOC McCabe index: 3 number of parameters: 7 id: 96 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 27 LOC McCabe index: 14 number of parameters: 1 id: 97 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 27 LOC McCabe index: 9 number of parameters: 1 id: 98 unit: def __init__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 99 unit: def _visit_name_attr_alike() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 27 LOC McCabe index: 12 number of parameters: 3 id: 100 unit: def visit_ImportFrom() file: libcst/codemod/visitors/_gather_imports.py start line: 0 end line: 0 size: 27 LOC McCabe index: 7 number of parameters: 2 id: 101 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 115 end line: 144 size: 26 LOC McCabe index: 6 number of parameters: 2 id: 102 unit: fn make_with() file: native/libcst/src/parser/grammar.rs start line: 3229 end line: 3254 size: 26 LOC McCabe index: 1 number of parameters: 7 id: 103 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 26 LOC McCabe index: 6 number of parameters: 2 id: 104 unit: def main() file: libcst/codegen/generate.py start line: 0 end line: 0 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 105 unit: def convert_assert_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 26 LOC McCabe index: 2 number of parameters: 2 id: 106 unit: def visit_Module() file: libcst/codemod/visitors/_add_imports.py start line: 0 end line: 0 size: 26 LOC McCabe index: 12 number of parameters: 2 id: 107 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 148 end line: 177 size: 25 LOC McCabe index: 3 number of parameters: 2 id: 108 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 2231 end line: 2256 size: 25 LOC McCabe index: 2 number of parameters: 2 id: 109 unit: fn try_into_py() file: native/libcst/src/nodes/expression.rs start line: 2221 end line: 2245 size: 25 LOC McCabe index: 1 number of parameters: 2 id: 110 unit: fn test_string_triple_quoted() file: native/libcst/src/tokenizer/tests.rs start line: 431 end line: 458 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 111 unit: fn make_comparison_operator_2() file: native/libcst/src/parser/grammar.rs start line: 1601 end line: 1626 size: 25 LOC McCabe index: 1 number of parameters: 2 id: 112 unit: fn assign_target_to_element() file: native/libcst/src/parser/grammar.rs start line: 2130 end line: 2154 size: 25 LOC McCabe index: 1 number of parameters: 1 id: 113 unit: fn make_case() file: native/libcst/src/parser/grammar.rs start line: 3313 end line: 3337 size: 25 LOC McCabe index: 2 number of parameters: 3 id: 114 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 25 LOC McCabe index: 1 number of parameters: 2 id: 115 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 25 LOC McCabe index: 1 number of parameters: 2 id: 116 unit: def _validate_stars() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 25 LOC McCabe index: 10 number of parameters: 1 id: 117 unit: def _detect_future_imports() file: libcst/_parser/detect_config.py start line: 0 end line: 0 size: 25 LOC McCabe index: 20 number of parameters: 1 id: 118 unit: def convert_while_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 25 LOC McCabe index: 2 number of parameters: 2 id: 119 unit: def __init__() file: libcst/codemod/_visitor.py start line: 0 end line: 0 size: 25 LOC McCabe index: 6 number of parameters: 2 id: 120 unit: def add_args() file: libcst/codemod/commands/add_trailing_commas.py start line: 0 end line: 0 size: 25 LOC McCabe index: 1 number of parameters: 1 id: 121 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 2674 end line: 2700 size: 24 LOC McCabe index: 3 number of parameters: 2 id: 122 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1738 end line: 1761 size: 24 LOC McCabe index: 1 number of parameters: 2 id: 123 unit: fn maybe_consume_fstring_end() file: native/libcst/src/tokenizer/core/mod.rs start line: 986 end line: 1009 size: 24 LOC McCabe index: 6 number of parameters: 1 id: 124 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 24 LOC McCabe index: 14 number of parameters: 1 id: 125 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 24 LOC McCabe index: 1 number of parameters: 2 id: 126 unit: def convert_file_input() file: libcst/_parser/conversions/module.py start line: 0 end line: 0 size: 24 LOC McCabe index: 3 number of parameters: 2 id: 127 unit: def split_lines() file: libcst/_parser/parso/utils.py start line: 0 end line: 0 size: 24 LOC McCabe index: 11 number of parameters: 2 id: 128 unit: def generate_grammar() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 24 LOC McCabe index: 8 number of parameters: 2 id: 129 unit: def infer_accesses() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 24 LOC McCabe index: 11 number of parameters: 1 id: 130 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 556 end line: 579 size: 23 LOC McCabe index: 6 number of parameters: 2 id: 131 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 666 end line: 690 size: 23 LOC McCabe index: 3 number of parameters: 2 id: 132 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 837 end line: 859 size: 23 LOC McCabe index: 4 number of parameters: 4 id: 133 unit: fn make_global() file: native/libcst/src/parser/grammar.rs start line: 2788 end line: 2810 size: 23 LOC McCabe index: 1 number of parameters: 2 id: 134 unit: fn make_nonlocal() file: native/libcst/src/parser/grammar.rs start line: 2812 end line: 2834 size: 23 LOC McCabe index: 1 number of parameters: 2 id: 135 unit: fn make_match() file: native/libcst/src/parser/grammar.rs start line: 3289 end line: 3311 size: 23 LOC McCabe index: 1 number of parameters: 6 id: 136 unit: fn impl_struct() file: native/libcst_derive/src/parenthesized_node.rs start line: 22 end line: 44 size: 23 LOC McCabe index: 2 number of parameters: 1 id: 137 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 23 LOC McCabe index: 2 number of parameters: 2 id: 138 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 23 LOC McCabe index: 4 number of parameters: 1 id: 139 unit: def __init__() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 23 LOC McCabe index: 8 number of parameters: 1 id: 140 unit: def __init__() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 23 LOC McCabe index: 10 number of parameters: 4 id: 141 unit: fn load_all_fixtures() file: native/libcst/benches/parser_benchmark.rs start line: 20 end line: 42 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 142 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1420 end line: 1442 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 143 unit: fn test_indentifier() file: native/libcst/src/tokenizer/tests.rs start line: 48 end line: 72 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 144 unit: fn test_add_dedents_after_fake_newline() file: native/libcst/src/tokenizer/tests.rs start line: 668 end line: 689 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 145 unit: fn make_unary_operator() file: native/libcst/src/parser/grammar.rs start line: 1766 end line: 1787 size: 22 LOC McCabe index: 1 number of parameters: 1 id: 146 unit: fn make_parameters() file: native/libcst/src/parser/grammar.rs start line: 1900 end line: 1921 size: 22 LOC McCabe index: 1 number of parameters: 1 id: 147 unit: fn make_import_from() file: native/libcst/src/parser/grammar.rs start line: 2030 end line: 2052 size: 22 LOC McCabe index: 1 number of parameters: 5 id: 148 unit: fn make_except_star() file: native/libcst/src/parser/grammar.rs start line: 3065 end line: 3087 size: 22 LOC McCabe index: 1 number of parameters: 4 id: 149 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 22 LOC McCabe index: 8 number of parameters: 2 id: 150 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 151 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 152 unit: def parse() file: libcst/_parser/base_parser.py start line: 0 end line: 0 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 153 unit: def _parse_version() file: libcst/_parser/parso/utils.py start line: 0 end line: 0 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 154 unit: def _node_matches() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 155 unit: def _matches() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 156 unit: fn inflate_dots>, config: &Config>>() file: native/libcst/src/nodes/statement.rs start line: 623 end line: 645 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 157 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1729 end line: 1751 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 158 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1792 end line: 1814 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 159 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2203 end line: 2227 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 160 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 2299 end line: 2320 size: 21 LOC McCabe index: 3 number of parameters: 2 id: 161 unit: fn with_comma() file: native/libcst/src/nodes/expression.rs start line: 1519 end line: 1539 size: 21 LOC McCabe index: 1 number of parameters: 2 id: 162 unit: fn parse_empty_line() file: native/libcst/src/tokenizer/whitespace_parser.rs start line: 127 end line: 147 size: 21 LOC McCabe index: 3 number of parameters: 3 id: 163 unit: fn make_ifexp() file: native/libcst/src/parser/grammar.rs start line: 2635 end line: 2655 size: 21 LOC McCabe index: 1 number of parameters: 5 id: 164 unit: fn impl_into_py_struct() file: native/libcst_derive/src/into_py.rs start line: 81 end line: 101 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 165 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 21 LOC McCabe index: 7 number of parameters: 2 id: 166 unit: def _calculate_first_plans() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 21 LOC McCabe index: 7 number of parameters: 3 id: 167 unit: fn new() file: native/libcst/src/nodes/parser_config.rs start line: 87 end line: 106 size: 20 LOC McCabe index: 1 number of parameters: 7 id: 168 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 2107 end line: 2126 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 169 unit: fn test_ascii() file: native/libcst/src/tokenizer/text_position/mod.rs start line: 254 end line: 278 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 170 unit: fn make_if() file: native/libcst/src/parser/grammar.rs start line: 1867 end line: 1886 size: 20 LOC McCabe index: 1 number of parameters: 6 id: 171 unit: fn make_call() file: native/libcst/src/parser/grammar.rs start line: 2243 end line: 2263 size: 20 LOC McCabe index: 1 number of parameters: 4 id: 172 unit: fn make_dict_comp() file: native/libcst/src/parser/grammar.rs start line: 2431 end line: 2451 size: 20 LOC McCabe index: 1 number of parameters: 3 id: 173 unit: fn comma_separate() file: native/libcst/src/parser/grammar.rs start line: 2481 end line: 2500 size: 20 LOC McCabe index: 3 number of parameters: 3 id: 174 unit: fn make_slice() file: native/libcst/src/parser/grammar.rs start line: 2574 end line: 2593 size: 20 LOC McCabe index: 2 number of parameters: 4 id: 175 unit: fn make_slices() file: native/libcst/src/parser/grammar.rs start line: 2595 end line: 2614 size: 20 LOC McCabe index: 2 number of parameters: 2 id: 176 unit: fn make_except() file: native/libcst/src/parser/grammar.rs start line: 3044 end line: 3063 size: 20 LOC McCabe index: 1 number of parameters: 3 id: 177 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 20 LOC McCabe index: 7 number of parameters: 2 id: 178 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 179 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 20 LOC McCabe index: 1 number of parameters: 2 id: 180 unit: def _construct_nameitems() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 20 LOC McCabe index: 3 number of parameters: 2 id: 181 unit: def visit_Call() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 20 LOC McCabe index: 8 number of parameters: 2 id: 182 unit: def visit_Name() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 183 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1832 end line: 1850 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 184 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1885 end line: 1903 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 185 unit: fn parser_config_asdict, config: PyRef<''py PyDict() file: native/libcst/src/nodes/parser_config.rs start line: 111 end line: 129 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 186 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1201 end line: 1219 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 187 unit: fn _parse_empty_lines() file: native/libcst/src/tokenizer/whitespace_parser.rs start line: 149 end line: 167 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 188 unit: fn next() file: native/libcst/src/tokenizer/text_position/mod.rs start line: 192 end line: 210 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 189 unit: fn make_boolean_op() file: native/libcst/src/parser/grammar.rs start line: 1628 end line: 1647 size: 19 LOC McCabe index: 3 number of parameters: 2 id: 190 unit: fn make_assignment() file: native/libcst/src/parser/grammar.rs start line: 2156 end line: 2174 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 191 unit: fn make_double_starred_keypairs() file: native/libcst/src/parser/grammar.rs start line: 2516 end line: 2534 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 192 unit: fn make_yield() file: native/libcst/src/parser/grammar.rs start line: 2713 end line: 2731 size: 19 LOC McCabe index: 1 number of parameters: 3 id: 193 unit: fn make_assert() file: native/libcst/src/parser/grammar.rs start line: 2751 end line: 2770 size: 19 LOC McCabe index: 2 number of parameters: 3 id: 194 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 19 LOC McCabe index: 6 number of parameters: 1 id: 195 unit: def _validate_names() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 19 LOC McCabe index: 12 number of parameters: 1 id: 196 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 19 LOC McCabe index: 1 number of parameters: 2 id: 197 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 19 LOC McCabe index: 1 number of parameters: 2 id: 198 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 19 LOC McCabe index: 1 number of parameters: 2 id: 199 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 19 LOC McCabe index: 8 number of parameters: 3 id: 200 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 19 LOC McCabe index: 9 number of parameters: 2 id: 201 unit: def _calc_node_usage() file: libcst/codegen/gather.py start line: 0 end line: 0 size: 19 LOC McCabe index: 11 number of parameters: 1 id: 202 unit: def replace() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 203 unit: def _is_syntax() file: libcst/tool.py start line: 0 end line: 0 size: 19 LOC McCabe index: 9 number of parameters: 1 id: 204 unit: def add_args() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 205 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1239 end line: 1258 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 206 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2278 end line: 2295 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 207 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2595 end line: 2612 size: 18 LOC McCabe index: 4 number of parameters: 4 id: 208 unit: fn inflate_element() file: native/libcst/src/nodes/statement.rs start line: 2729 end line: 2746 size: 18 LOC McCabe index: 2 number of parameters: 3 id: 209 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2776 end line: 2793 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 210 unit: fn inflate_element() file: native/libcst/src/nodes/statement.rs start line: 2860 end line: 2877 size: 18 LOC McCabe index: 2 number of parameters: 3 id: 211 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1099 end line: 1116 size: 18 LOC McCabe index: 1 number of parameters: 2 id: 212 unit: fn codegen() file: native/libcst/src/nodes/op.rs start line: 219 end line: 236 size: 18 LOC McCabe index: 1 number of parameters: 2 id: 213 unit: fn next() file: native/libcst/src/tokenizer/core/mod.rs start line: 1016 end line: 1033 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 214 unit: fn test_integer_octal() file: native/libcst/src/tokenizer/tests.rs start line: 264 end line: 284 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 215 unit: fn test_integer_binary() file: native/libcst/src/tokenizer/tests.rs start line: 287 end line: 307 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 216 unit: fn test_add_dedents_for_dangling_indent() file: native/libcst/src/tokenizer/tests.rs start line: 692 end line: 709 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 217 unit: fn test_add_dedents_for_dangling_indent_with_comment() file: native/libcst/src/tokenizer/tests.rs start line: 712 end line: 729 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 218 unit: fn advance_this_line() file: native/libcst/src/tokenizer/whitespace_parser.rs start line: 327 end line: 344 size: 18 LOC McCabe index: 2 number of parameters: 4 id: 219 unit: fn make_comparison() file: native/libcst/src/parser/grammar.rs start line: 1534 end line: 1551 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 220 unit: fn make_subscript() file: native/libcst/src/parser/grammar.rs start line: 2616 end line: 2633 size: 18 LOC McCabe index: 1 number of parameters: 4 id: 221 unit: fn make_while() file: native/libcst/src/parser/grammar.rs start line: 2869 end line: 2886 size: 18 LOC McCabe index: 1 number of parameters: 5 id: 222 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 18 LOC McCabe index: 7 number of parameters: 3 id: 223 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 18 LOC McCabe index: 7 number of parameters: 2 id: 224 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 18 LOC McCabe index: 1 number of parameters: 2 id: 225 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 226 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 227 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 228 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 229 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 18 LOC McCabe index: 10 number of parameters: 1 id: 230 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 231 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 18 LOC McCabe index: 9 number of parameters: 2 id: 232 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 233 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 234 unit: def convert_fpdef() file: libcst/_parser/conversions/params.py start line: 0 end line: 0 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 235 unit: def convert_return_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 236 unit: def convert_import_as_name() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 237 unit: def convert_dotted_as_name() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 238 unit: def convert_with_item() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 239 unit: def convert_asyncable_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 240 unit: def dedent_if_necessary() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 18 LOC McCabe index: 8 number of parameters: 1 id: 241 unit: def _parse_item() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 242 unit: def replace() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 243 unit: def replace() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 244 unit: def _find_or_extract_all() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 18 LOC McCabe index: 2 number of parameters: 0 id: 245 unit: def _recursive_find() file: libcst/tool.py start line: 0 end line: 0 size: 18 LOC McCabe index: 7 number of parameters: 2 id: 246 unit: def _visit_import_alike() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 247 unit: def is_in_use() file: libcst/codemod/visitors/_gather_unused_imports.py start line: 0 end line: 0 size: 18 LOC McCabe index: 8 number of parameters: 3 id: 248 unit: def add_args() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 249 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 964 end line: 981 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 250 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1262 end line: 1281 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 251 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1525 end line: 1542 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 252 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1708 end line: 1725 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 253 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1771 end line: 1788 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 254 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 2922 end line: 2938 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 255 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1629 end line: 1645 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 256 unit: fn codegen() file: native/libcst/src/nodes/op.rs start line: 304 end line: 320 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 257 unit: fn test_operator() file: native/libcst/src/tokenizer/tests.rs start line: 621 end line: 637 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 258 unit: fn make_boolean_operator() file: native/libcst/src/parser/grammar.rs start line: 1649 end line: 1665 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 259 unit: fn add_param_default() file: native/libcst/src/parser/grammar.rs start line: 1923 end line: 1940 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 260 unit: fn make_name_or_attr() file: native/libcst/src/parser/grammar.rs start line: 1971 end line: 1987 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 261 unit: fn make_lambda() file: native/libcst/src/parser/grammar.rs start line: 2668 end line: 2684 size: 17 LOC McCabe index: 1 number of parameters: 4 id: 262 unit: fn make_ann_assignment() file: native/libcst/src/parser/grammar.rs start line: 2695 end line: 2711 size: 17 LOC McCabe index: 1 number of parameters: 4 id: 263 unit: fn make_try() file: native/libcst/src/parser/grammar.rs start line: 3089 end line: 3105 size: 17 LOC McCabe index: 1 number of parameters: 5 id: 264 unit: fn make_try_star() file: native/libcst/src/parser/grammar.rs start line: 3107 end line: 3123 size: 17 LOC McCabe index: 1 number of parameters: 5 id: 265 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 266 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 267 unit: def _validate_defaults() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 17 LOC McCabe index: 10 number of parameters: 1 id: 268 unit: def visit_Subscript() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 269 unit: def convert_dotted_name() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 270 unit: def get_qualified_names_for() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 17 LOC McCabe index: 8 number of parameters: 2 id: 271 unit: def parallel_exec_transform_with_prettyprint() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 17 LOC McCabe index: 1 number of parameters: 9 id: 272 unit: def gen_replacement() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 273 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1188 end line: 1203 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 274 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2655 end line: 2670 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 275 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1316 end line: 1332 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 276 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1359 end line: 1374 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 277 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1401 end line: 1416 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 278 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 2088 end line: 2103 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 279 unit: fn test_newline_lf() file: native/libcst/src/tokenizer/text_position/mod.rs start line: 289 end line: 308 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 280 unit: fn test_newline_cr() file: native/libcst/src/tokenizer/text_position/mod.rs start line: 311 end line: 330 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 281 unit: fn test_newline_cr_lf() file: native/libcst/src/tokenizer/text_position/mod.rs start line: 333 end line: 352 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 282 unit: fn make_indented_block() file: native/libcst/src/parser/grammar.rs start line: 1793 end line: 1808 size: 16 LOC McCabe index: 1 number of parameters: 4 id: 283 unit: fn make_tuple() file: native/libcst/src/parser/grammar.rs start line: 2186 end line: 2203 size: 16 LOC McCabe index: 1 number of parameters: 2 id: 284 unit: fn make_with_item() file: native/libcst/src/parser/grammar.rs start line: 3212 end line: 3227 size: 16 LOC McCabe index: 1 number of parameters: 3 id: 285 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 286 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 287 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 16 LOC McCabe index: 7 number of parameters: 2 id: 288 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 16 LOC McCabe index: 1 number of parameters: 2 id: 289 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 16 LOC McCabe index: 1 number of parameters: 2 id: 290 unit: def convert_fpdef_assign() file: libcst/_parser/conversions/params.py start line: 0 end line: 0 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 291 unit: def convert_if_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 292 unit: def convert_indented_suite() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 293 unit: def _convert_dict_comp() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 294 unit: def _parse_atom() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 295 unit: def context() file: libcst/_exceptions.py start line: 0 end line: 0 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 296 unit: def get_full_name_for_node() file: libcst/helpers/expression.py start line: 0 end line: 0 size: 16 LOC McCabe index: 8 number of parameters: 2 id: 297 unit: def _get_field() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 16 LOC McCabe index: 7 number of parameters: 1 id: 298 unit: def make_fixture_data() file: libcst/codemod/_testing.py start line: 0 end line: 0 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 299 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 898 end line: 912 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 300 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 945 end line: 960 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 301 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1088 end line: 1103 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 302 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1506 end line: 1521 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 303 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2904 end line: 2918 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 304 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 209 end line: 223 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 305 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1703 end line: 1717 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 306 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1794 end line: 1808 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 307 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 2194 end line: 2208 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 308 unit: fn consume_open_quote() file: native/libcst/src/tokenizer/core/mod.rs start line: 840 end line: 854 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 309 unit: fn position_repr() file: native/libcst/src/parser/grammar.rs start line: 53 end line: 67 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 310 unit: fn _make_simple_statement() file: native/libcst/src/parser/grammar.rs start line: 1826 end line: 1842 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 311 unit: fn make_list_comp() file: native/libcst/src/parser/grammar.rs start line: 2399 end line: 2413 size: 15 LOC McCabe index: 1 number of parameters: 4 id: 312 unit: fn make_set_comp() file: native/libcst/src/parser/grammar.rs start line: 2415 end line: 2429 size: 15 LOC McCabe index: 1 number of parameters: 4 id: 313 unit: fn make_strings, TokenRef() file: native/libcst/src/parser/grammar.rs start line: 2959 end line: 2973 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 314 unit: fn make_as_pattern() file: native/libcst/src/parser/grammar.rs start line: 3361 end line: 3375 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 315 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 316 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 317 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 318 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 319 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 320 unit: def quote() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 321 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 322 unit: def deep_clone() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 15 LOC McCabe index: 8 number of parameters: 1 id: 323 unit: def _get_match_if_true() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 324 unit: def convert_parameters() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 325 unit: def convert_decorated() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 326 unit: def _parse_rhs() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 327 unit: def DoesNotMatch() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 328 unit: def __init__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 329 unit: def _is_whitespace() file: libcst/tool.py start line: 0 end line: 0 size: 15 LOC McCabe index: 8 number of parameters: 1 id: 330 unit: def __init__() file: libcst/metadata/type_inference_provider.py start line: 0 end line: 0 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 331 unit: def _is_assignment() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 15 LOC McCabe index: 8 number of parameters: 2 id: 332 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1134 end line: 1148 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 333 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1854 end line: 1867 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 334 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1907 end line: 1920 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 335 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2433 end line: 2446 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 336 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 2450 end line: 2465 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 337 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 906 end line: 920 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 338 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1812 end line: 1825 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 339 unit: fn lpar() file: native/libcst/src/nodes/traits.rs start line: 17 end line: 31 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 340 unit: fn tokenize_with_end_marker() file: native/libcst/src/tokenizer/tests.rs start line: 18 end line: 31 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 341 unit: fn test_integer_decimal() file: native/libcst/src/tokenizer/tests.rs start line: 209 end line: 225 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 342 unit: fn test_integer_leading_zeros() file: native/libcst/src/tokenizer/tests.rs start line: 228 end line: 243 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 343 unit: fn test_integer_hexadecimal() file: native/libcst/src/tokenizer/tests.rs start line: 246 end line: 261 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 344 unit: fn make_decorator() file: native/libcst/src/parser/grammar.rs start line: 1519 end line: 1532 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 345 unit: fn make_binary_op() file: native/libcst/src/parser/grammar.rs start line: 1667 end line: 1680 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 346 unit: fn make_starred_element, rest: Element() file: native/libcst/src/parser/grammar.rs start line: 2115 end line: 2128 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 347 unit: fn make_kwarg, eq: TokenRef) -> Arg() file: native/libcst/src/parser/grammar.rs start line: 2214 end line: 2227 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 348 unit: fn make_raise() file: native/libcst/src/parser/grammar.rs start line: 2772 end line: 2786 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 349 unit: fn make_match_mapping_element() file: native/libcst/src/parser/grammar.rs start line: 3493 end line: 3506 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 350 unit: fn make_match_keyword_element() file: native/libcst/src/parser/grammar.rs start line: 3543 end line: 3556 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 351 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 352 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 353 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 354 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 355 unit: def _parse_items() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 356 unit: def __init__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 357 unit: def visit_Subscript() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 358 unit: def visit_AugAssign() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 359 unit: fn leading_lines() file: native/libcst/src/nodes/statement.rs start line: 67 end line: 79 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 360 unit: fn _simple_statement_codegen() file: native/libcst/src/nodes/statement.rs start line: 211 end line: 226 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 361 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 262 end line: 274 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 362 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 504 end line: 516 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 363 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 731 end line: 743 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 364 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1020 end line: 1033 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 365 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1152 end line: 1166 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 366 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1678 end line: 1690 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 367 unit: fn inflate_element() file: native/libcst/src/nodes/statement.rs start line: 2614 end line: 2626 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 368 unit: fn default() file: native/libcst/src/nodes/expression.rs start line: 227 end line: 239 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 369 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 298 end line: 311 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 370 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 694 end line: 706 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 371 unit: fn inflate_element() file: native/libcst/src/nodes/expression.rs start line: 1553 end line: 1565 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 372 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1687 end line: 1699 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 373 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1765 end line: 1777 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 374 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1922 end line: 1935 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 375 unit: fn process_pending_indents() file: native/libcst/src/tokenizer/core/mod.rs start line: 594 end line: 606 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 376 unit: fn test_newline() file: native/libcst/src/tokenizer/tests.rs start line: 134 end line: 146 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 377 unit: fn make_import_from_as_names() file: native/libcst/src/parser/grammar.rs start line: 2063 end line: 2075 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 378 unit: fn make_star_arg, expr: Expression() file: native/libcst/src/parser/grammar.rs start line: 2229 end line: 2241 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 379 unit: fn make_list() file: native/libcst/src/parser/grammar.rs start line: 2453 end line: 2465 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 380 unit: fn make_set() file: native/libcst/src/parser/grammar.rs start line: 2467 end line: 2479 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 381 unit: fn make_dict() file: native/libcst/src/parser/grammar.rs start line: 2502 end line: 2514 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 382 unit: fn make_fstring() file: native/libcst/src/parser/grammar.rs start line: 3016 end line: 3028 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 383 unit: fn make_finally() file: native/libcst/src/parser/grammar.rs start line: 3030 end line: 3042 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 384 unit: fn make_list_pattern() file: native/libcst/src/parser/grammar.rs start line: 3347 end line: 3359 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 385 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 386 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 387 unit: def _validate_whitespace() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 13 LOC McCabe index: 9 number of parameters: 1 id: 388 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 389 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 390 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 391 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 392 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 393 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 394 unit: def _check_kwargs_or_keywords() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 395 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 396 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 397 unit: def detect_encoding() file: libcst/_parser/parso/utils.py start line: 0 end line: 0 size: 13 LOC McCabe index: 5 number of parameters: 0 id: 398 unit: def _simplify_dfas() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 399 unit: def on_visit() file: libcst/metadata/name_provider.py start line: 0 end line: 0 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 400 unit: def visit_ClassDef() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 401 unit: def invoke_formatter() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 402 unit: def _gen_match_simple_expression() file: libcst/codemod/commands/convert_percent_format_to_fstring.py start line: 0 end line: 0 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 403 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 197 end line: 208 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 404 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 709 end line: 720 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 405 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1063 end line: 1074 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 406 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2477 end line: 2488 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 407 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 2492 end line: 2503 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 408 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2551 end line: 2562 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 409 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 924 end line: 935 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 410 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1120 end line: 1131 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 411 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1291 end line: 1302 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 412 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1852 end line: 1863 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 413 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1907 end line: 1918 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 414 unit: fn maybe_close_async_def() file: native/libcst/src/tokenizer/core/mod.rs start line: 608 end line: 629 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 415 unit: fn get_line() file: native/libcst/src/tokenizer/whitespace_parser.rs start line: 96 end line: 107 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 416 unit: fn make_module>, tok: TokenRef() file: native/libcst/src/parser/grammar.rs start line: 2091 end line: 2102 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 417 unit: fn make_arg() file: native/libcst/src/parser/grammar.rs start line: 2301 end line: 2312 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 418 unit: fn make_aug_assign() file: native/libcst/src/parser/grammar.rs start line: 3199 end line: 3210 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 419 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 420 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 12 LOC McCabe index: 7 number of parameters: 1 id: 421 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 422 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 423 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 12 LOC McCabe index: 4 number of parameters: 3 id: 424 unit: def _visit_and_replace_children() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 425 unit: def deep_equals() file: libcst/_nodes/deep_equals.py start line: 0 end line: 0 size: 12 LOC McCabe index: 7 number of parameters: 2 id: 426 unit: def _codegen_impl() file: libcst/_nodes/module.py start line: 0 end line: 0 size: 12 LOC McCabe index: 7 number of parameters: 2 id: 427 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 428 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 429 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 430 unit: def _get_nodes() file: libcst/codegen/gather.py start line: 0 end line: 0 size: 12 LOC McCabe index: 7 number of parameters: 0 id: 431 unit: def codegen_matchers() file: libcst/codegen/generate.py start line: 0 end line: 0 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 432 unit: def codegen_return_types() file: libcst/codegen/generate.py start line: 0 end line: 0 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 433 unit: def convert_fpdef_star() file: libcst/_parser/conversions/params.py start line: 0 end line: 0 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 434 unit: def _make_transition() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 12 LOC McCabe index: 5 number of parameters: 3 id: 435 unit: def on_leave() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 12 LOC McCabe index: 7 number of parameters: 2 id: 436 unit: def _sequence_matches() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 437 unit: def expand_tabs() file: libcst/_tabs.py start line: 0 end line: 0 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 438 unit: def visit_ClassDef() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 439 unit: def visit_FunctionDef() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 440 unit: def get_cache_for_path() file: libcst/metadata/full_repo_manager.py start line: 0 end line: 0 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 441 unit: def get_name_for() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 12 LOC McCabe index: 6 number of parameters: 2 id: 442 unit: def visit_FunctionDef() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 443 unit: def transform_module() file: libcst/codemod/_codemod.py start line: 0 end line: 0 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 444 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1206 end line: 1218 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 445 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1337 end line: 1348 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 446 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1378 end line: 1389 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 447 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2515 end line: 2525 size: 11 LOC McCabe index: 1 number of parameters: 4 id: 448 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2717 end line: 2727 size: 11 LOC McCabe index: 3 number of parameters: 3 id: 449 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2849 end line: 2859 size: 11 LOC McCabe index: 3 number of parameters: 3 id: 450 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 2005 end line: 2015 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 451 unit: fn codegen() file: native/libcst/src/nodes/module.rs start line: 42 end line: 52 size: 11 LOC McCabe index: 4 number of parameters: 2 id: 452 unit: fn inflate() file: native/libcst/src/nodes/op.rs start line: 74 end line: 84 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 453 unit: fn inflate() file: native/libcst/src/nodes/op.rs start line: 118 end line: 128 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 454 unit: fn inflate() file: native/libcst/src/nodes/op.rs start line: 1053 end line: 1063 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 455 unit: fn inflate() file: native/libcst/src/nodes/op.rs start line: 1444 end line: 1454 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 456 unit: fn consume_decimal_tail() file: native/libcst/src/tokenizer/core/mod.rs start line: 828 end line: 838 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 457 unit: fn tokenize_all() file: native/libcst/src/tokenizer/tests.rs start line: 33 end line: 45 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 458 unit: fn test_empty() file: native/libcst/src/tokenizer/text_position/mod.rs start line: 240 end line: 251 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 459 unit: fn make_dict_element, TokenRef)) -> DictElement() file: native/libcst/src/parser/grammar.rs start line: 2536 end line: 2546 size: 11 LOC McCabe index: 1 number of parameters: 3 id: 460 unit: fn make_double_starred_element() file: native/libcst/src/parser/grammar.rs start line: 2548 end line: 2558 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 461 unit: fn make_del_tuple() file: native/libcst/src/parser/grammar.rs start line: 3265 end line: 3275 size: 11 LOC McCabe index: 1 number of parameters: 3 id: 462 unit: fn make_named_expr, tok: TokenRef) -> NamedExpr() file: native/libcst/src/parser/grammar.rs start line: 3277 end line: 3287 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 463 unit: fn make_tuple_pattern() file: native/libcst/src/parser/grammar.rs start line: 3428 end line: 3438 size: 11 LOC McCabe index: 1 number of parameters: 3 id: 464 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 465 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 466 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 5 number of parameters: 3 id: 467 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 468 unit: def _validate_parens() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 7 number of parameters: 1 id: 469 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 5 number of parameters: 3 id: 470 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 471 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 4 number of parameters: 2 id: 472 unit: def _deep_equals_cst_node() file: libcst/_nodes/deep_equals.py start line: 0 end line: 0 size: 11 LOC McCabe index: 8 number of parameters: 2 id: 473 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 474 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 475 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 476 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 477 unit: def __repr__() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 478 unit: def _get_raw_name() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 11 LOC McCabe index: 5 number of parameters: 1 id: 479 unit: def _get_fields() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 11 LOC McCabe index: 7 number of parameters: 1 id: 480 unit: def convert_augassign() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 481 unit: def convert_del_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 482 unit: def convert_import_name() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 483 unit: def convert_global_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 484 unit: def convert_nonlocal_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 485 unit: def convert_funcdef_annotation() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 486 unit: def validate_grammar() file: libcst/_parser/grammar.py start line: 0 end line: 0 size: 11 LOC McCabe index: 5 number of parameters: 0 id: 487 unit: def inner() file: libcst/_parser/production_decorator.py start line: 0 end line: 0 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 488 unit: def _close_fstring_if_necessary() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 11 LOC McCabe index: 3 number of parameters: 4 id: 489 unit: def _gather_matchers() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 11 LOC McCabe index: 7 number of parameters: 1 id: 490 unit: def visit() file: libcst/matchers/_decorators.py start line: 0 end line: 0 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 491 unit: def leave() file: libcst/matchers/_decorators.py start line: 0 end line: 0 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 492 unit: def visit_CompFor() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 493 unit: def visit_Param() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 494 unit: def record_accesses() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 11 LOC McCabe index: 7 number of parameters: 2 id: 495 unit: def mangle_template() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 11 LOC McCabe index: 5 number of parameters: 2 id: 496 unit: def _quote_future_annotations() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 11 LOC McCabe index: 7 number of parameters: 2 id: 497 unit: def print() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 498 unit: def visit_ImportFrom() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 11 LOC McCabe index: 7 number of parameters: 2 id: 499 unit: def __new__() file: stubs/libcst_native/parser_config.pyi start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 500 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 469 end line: 478 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 501 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 885 end line: 894 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 502 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1006 end line: 1016 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 503 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1664 end line: 1674 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 504 unit: fn inflate_withitem() file: native/libcst/src/nodes/statement.rs start line: 1969 end line: 1978 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 505 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 814 end line: 823 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 506 unit: fn with_comma() file: native/libcst/src/nodes/expression.rs start line: 877 end line: 886 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 507 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1336 end line: 1345 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 508 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1378 end line: 1387 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 509 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1420 end line: 1429 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 510 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1874 end line: 1883 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 511 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1950 end line: 1959 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 512 unit: fn codegen() file: native/libcst/src/nodes/whitespace.rs start line: 54 end line: 63 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 513 unit: fn codegen() file: native/libcst/src/nodes/whitespace.rs start line: 94 end line: 103 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 514 unit: fn codegen() file: native/libcst/src/nodes/whitespace.rs start line: 143 end line: 152 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 515 unit: fn consume_fstring_start() file: native/libcst/src/tokenizer/core/mod.rs start line: 888 end line: 897 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 516 unit: fn test_fake_newline() file: native/libcst/src/tokenizer/tests.rs start line: 640 end line: 649 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 517 unit: fn default() file: native/libcst/src/tokenizer/whitespace_parser.rs start line: 47 end line: 56 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 518 unit: fn get_line_after_column() file: native/libcst/src/tokenizer/whitespace_parser.rs start line: 109 end line: 118 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 519 unit: fn make_simple_statement_suite() file: native/libcst/src/parser/grammar.rs start line: 1844 end line: 1854 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 520 unit: fn make_simple_statement_line() file: native/libcst/src/parser/grammar.rs start line: 1856 end line: 1865 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 521 unit: fn make_import_alias() file: native/libcst/src/parser/grammar.rs start line: 2004 end line: 2013 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 522 unit: fn make_attribute, dot: TokenRef) -> Attribute() file: native/libcst/src/parser/grammar.rs start line: 2104 end line: 2113 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 523 unit: fn add_arguments_trailing_comma() file: native/libcst/src/parser/grammar.rs start line: 2657 end line: 2666 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 524 unit: fn arguments() file: native/libcst/src/parser/errors.rs start line: 78 end line: 87 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 525 unit: def get_inherited_dependencies() file: libcst/_metadata_dependent.py start line: 0 end line: 0 size: 10 LOC McCabe index: 4 number of parameters: 1 id: 526 unit: def get_visitors() file: libcst/_batched_visitor.py start line: 0 end line: 0 size: 10 LOC McCabe index: 5 number of parameters: 1 id: 527 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 528 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 529 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 530 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 531 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 532 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 533 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 10 LOC McCabe index: 7 number of parameters: 1 id: 534 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 535 unit: def _visit_and_replace_children() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 536 unit: def _visit_and_replace_children() file: libcst/_nodes/module.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 537 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 10 LOC McCabe index: 4 number of parameters: 1 id: 538 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 539 unit: def evaluated_value() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 10 LOC McCabe index: 4 number of parameters: 1 id: 540 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 10 LOC McCabe index: 4 number of parameters: 1 id: 541 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 10 LOC McCabe index: 4 number of parameters: 2 id: 542 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 543 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 544 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 545 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 546 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 547 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 548 unit: def _get_alias_name() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 10 LOC McCabe index: 9 number of parameters: 1 id: 549 unit: def _pick_compatible_python_version() file: libcst/_parser/types/config.py start line: 0 end line: 0 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 550 unit: def _convert_testlist_comp() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 551 unit: def __eq__() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 10 LOC McCabe index: 5 number of parameters: 2 id: 552 unit: def __init__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 10 LOC McCabe index: 4 number of parameters: 3 id: 553 unit: def __init__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 10 LOC McCabe index: 4 number of parameters: 3 id: 554 unit: def _metadata_matches() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 555 unit: def get_modified_statement_code() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 556 unit: def visit_For() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 557 unit: def _fully_qualify_local() file: libcst/metadata/name_provider.py start line: 0 end line: 0 size: 10 LOC McCabe index: 3 number of parameters: 3 id: 558 unit: def resolve_cache() file: libcst/metadata/full_repo_manager.py start line: 0 end line: 0 size: 10 LOC McCabe index: 4 number of parameters: 1 id: 559 unit: def record_assignments() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 10 LOC McCabe index: 7 number of parameters: 2 id: 560 unit: def get_module_name_for_import() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 10 LOC McCabe index: 5 number of parameters: 1 id: 561 unit: def __init__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 562 unit: def visit_Subscript() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 10 LOC McCabe index: 7 number of parameters: 2 id: 563 unit: def calculate_module_and_package() file: libcst/helpers/module.py start line: 0 end line: 0 size: 10 LOC McCabe index: 4 number of parameters: 2 id: 564 unit: def visit_Module() file: libcst/codemod/visitors/_gather_unused_imports.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 565 unit: def transform_module() file: libcst/codemod/_command.py start line: 0 end line: 0 size: 10 LOC McCabe index: 4 number of parameters: 2 id: 566 unit: def _is_type_comment() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 10 LOC McCabe index: 5 number of parameters: 1 id: 567 unit: def assertCodemod() file: libcst/codemod/_testing.py start line: 0 end line: 0 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 568 unit: def __new__() file: stubs/libcst_native/tokenize.pyi start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 569 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 423 end line: 431 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 570 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 520 end line: 528 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 571 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 678 end line: 686 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 572 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1982 end line: 1990 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 573 unit: fn from() file: native/libcst/src/nodes/statement.rs start line: 2127 end line: 2135 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 574 unit: fn inflate_element() file: native/libcst/src/nodes/statement.rs start line: 2564 end line: 2572 size: 9 LOC McCabe index: 2 number of parameters: 3 id: 575 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 50 end line: 58 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 576 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 989 end line: 997 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 577 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1060 end line: 1068 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 578 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 2156 end line: 2164 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 579 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 2182 end line: 2190 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 580 unit: fn inflate() file: native/libcst/src/nodes/op.rs start line: 42 end line: 50 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 581 unit: fn fmt() file: native/libcst/src/tokenizer/text_position/mod.rs start line: 214 end line: 222 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 582 unit: fn make_unary_op, tail: Expression>() file: native/libcst/src/parser/grammar.rs start line: 1756 end line: 1764 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 583 unit: fn make_else, colon_tok: TokenRef) -> Else() file: native/libcst/src/parser/grammar.rs start line: 1888 end line: 1896 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 584 unit: fn expr_to_element() file: native/libcst/src/parser/grammar.rs start line: 2176 end line: 2184 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 585 unit: fn make_colon() file: native/libcst/src/parser/grammar.rs start line: 2564 end line: 2572 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 586 unit: fn make_await, expression: Expression() file: native/libcst/src/parser/grammar.rs start line: 2888 end line: 2896 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 587 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 588 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 589 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 590 unit: def _validate_parens() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 9 LOC McCabe index: 5 number of parameters: 1 id: 591 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 592 unit: def _visit_and_replace_children() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 593 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 594 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 595 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 9 LOC McCabe index: 6 number of parameters: 1 id: 596 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 597 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 598 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 9 LOC McCabe index: 4 number of parameters: 1 id: 599 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 600 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 601 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 602 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 603 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 604 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 605 unit: def validate_types_shallow() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 606 unit: def __init__() file: libcst/_position.py start line: 0 end line: 0 size: 9 LOC McCabe index: 3 number of parameters: 3 id: 607 unit: def __repr__() file: libcst/_parser/types/config.py start line: 0 end line: 0 size: 9 LOC McCabe index: 4 number of parameters: 1 id: 608 unit: def convert_assign() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 609 unit: def convert_if_stmt_else() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 610 unit: def __init__() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 4 id: 611 unit: def parse() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 612 unit: def findall() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 613 unit: def extractall() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 614 unit: def findall() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 615 unit: def extractall() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 616 unit: def inner() file: libcst/matchers/_decorators.py start line: 0 end line: 0 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 617 unit: def inner() file: libcst/matchers/_decorators.py start line: 0 end line: 0 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 618 unit: def _serialize_impl() file: libcst/tool.py start line: 0 end line: 0 size: 9 LOC McCabe index: 5 number of parameters: 3 id: 619 unit: def visit_AnnAssign() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 620 unit: def insert_header_comments() file: libcst/helpers/module.py start line: 0 end line: 0 size: 9 LOC McCabe index: 6 number of parameters: 2 id: 621 unit: def visit_ImportFrom() file: libcst/codemod/visitors/_gather_unused_imports.py start line: 0 end line: 0 size: 9 LOC McCabe index: 4 number of parameters: 2 id: 622 unit: def any_changes_applied() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 623 unit: def exec_transform_with_prettyprint() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 7 id: 624 unit: def _human_seconds() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 9 LOC McCabe index: 3 number of parameters: 3 id: 625 unit: def add_args() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 626 unit: fn extract() file: native/libcst/src/nodes/py_cached.rs start line: 33 end line: 40 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 627 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1107 end line: 1114 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 628 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1306 end line: 1313 size: 8 LOC McCabe index: 3 number of parameters: 3 id: 629 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 1943 end line: 1951 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 630 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2167 end line: 2174 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 631 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2975 end line: 2982 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 632 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 129 end line: 136 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 633 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 542 end line: 549 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 634 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 610 end line: 617 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 635 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 641 end line: 648 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 636 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 720 end line: 727 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 637 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 978 end line: 985 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 638 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1072 end line: 1079 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 639 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1569 end line: 1576 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 640 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1618 end line: 1625 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 641 unit: fn default() file: native/libcst/src/nodes/whitespace.rs start line: 107 end line: 114 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 642 unit: fn try_into_py() file: native/libcst/src/nodes/traits.rs start line: 135 end line: 142 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 643 unit: fn advance_to_next_line, state: &mut State) -> Result() file: native/libcst/src/tokenizer/whitespace_parser.rs start line: 318 end line: 325 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 644 unit: fn add_param_star, star: TokenRef() file: native/libcst/src/parser/grammar.rs start line: 1942 end line: 1949 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 645 unit: fn make_as_name, name: AssignTargetExpression() file: native/libcst/src/parser/grammar.rs start line: 2015 end line: 2022 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 646 unit: fn make_import, names: Vec() file: native/libcst/src/parser/grammar.rs start line: 2054 end line: 2061 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 647 unit: fn make_tuple_from_elements, mut rest: Vec() file: native/libcst/src/parser/grammar.rs start line: 2205 end line: 2212 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 648 unit: fn make_comp_if, test: Expression() file: native/libcst/src/parser/grammar.rs start line: 2314 end line: 2321 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 649 unit: fn make_bare_genexp, for_in: CompFor() file: native/libcst/src/parser/grammar.rs start line: 2352 end line: 2359 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 650 unit: fn merge_comp_fors() file: native/libcst/src/parser/grammar.rs start line: 2361 end line: 2369 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 651 unit: fn make_annotation, ann: Expression() file: native/libcst/src/parser/grammar.rs start line: 2686 end line: 2693 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 652 unit: fn make_from, e: Expression() file: native/libcst/src/parser/grammar.rs start line: 2733 end line: 2740 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 653 unit: fn make_return, value: Option() file: native/libcst/src/parser/grammar.rs start line: 2742 end line: 2749 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 654 unit: fn make_del, target: DelTargetExpression() file: native/libcst/src/parser/grammar.rs start line: 3256 end line: 3263 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 655 unit: fn make_open_sequence_pattern() file: native/libcst/src/parser/grammar.rs start line: 3440 end line: 3447 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 656 unit: fn make_match_star, name: Option() file: native/libcst/src/parser/grammar.rs start line: 3456 end line: 3463 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 657 unit: def on_visit() file: libcst/_batched_visitor.py start line: 0 end line: 0 size: 8 LOC McCabe index: 3 number of parameters: 2 id: 658 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 659 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 660 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 661 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 662 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 663 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 8 LOC McCabe index: 4 number of parameters: 1 id: 664 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 665 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 8 LOC McCabe index: 5 number of parameters: 1 id: 666 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 8 LOC McCabe index: 4 number of parameters: 3 id: 667 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 668 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 669 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 670 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 671 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 672 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 673 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 674 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 4 number of parameters: 3 id: 675 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 4 number of parameters: 2 id: 676 unit: def _validate_stars_sequence() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 5 number of parameters: 4 id: 677 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 4 number of parameters: 2 id: 678 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 679 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 680 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 681 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 682 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 683 unit: def __init_subclass__() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 8 LOC McCabe index: 4 number of parameters: 2 id: 684 unit: def _codegen_impl() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 8 LOC McCabe index: 3 number of parameters: 2 id: 685 unit: def _detect_indent() file: libcst/_parser/detect_config.py start line: 0 end line: 0 size: 8 LOC McCabe index: 4 number of parameters: 1 id: 686 unit: def convert_fpdef_starstar() file: libcst/_parser/conversions/params.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 687 unit: def _get_token_collection() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 688 unit: def _expect() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 8 LOC McCabe index: 4 number of parameters: 3 id: 689 unit: def _raise_error() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 8 LOC McCabe index: 3 number of parameters: 3 id: 690 unit: def on_visit() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 8 LOC McCabe index: 3 number of parameters: 2 id: 691 unit: def on_visit() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 8 LOC McCabe index: 3 number of parameters: 2 id: 692 unit: def _matches_zero_nodes() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 693 unit: def _default_config() file: libcst/tool.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 694 unit: def _gen_impl() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 695 unit: def __init__() file: libcst/metadata/base_provider.py start line: 0 end line: 0 size: 8 LOC McCabe index: 4 number of parameters: 2 id: 696 unit: def _gen_impl() file: libcst/metadata/span_provider.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 697 unit: def on_visit() file: libcst/metadata/name_provider.py start line: 0 end line: 0 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 698 unit: def visit_Module() file: libcst/metadata/name_provider.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 699 unit: def visit_Param() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 8 LOC McCabe index: 3 number of parameters: 2 id: 700 unit: def __post_init__() file: libcst/codemod/visitors/_imports.py start line: 0 end line: 0 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 701 unit: def resolve_relative() file: libcst/codemod/visitors/_imports.py start line: 0 end line: 0 size: 8 LOC McCabe index: 6 number of parameters: 2 id: 702 unit: def __init__() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 703 unit: def visit_Import() file: libcst/codemod/visitors/_gather_imports.py start line: 0 end line: 0 size: 8 LOC McCabe index: 4 number of parameters: 2 id: 704 unit: def module() file: libcst/codemod/_codemod.py start line: 0 end line: 0 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 705 unit: def print_execution_result() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 8 LOC McCabe index: 4 number of parameters: 1 id: 706 unit: def _print_parallel_result() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 707 unit: def module() file: libcst/codemod/_visitor.py start line: 0 end line: 0 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 708 unit: def visit_Import() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 8 LOC McCabe index: 8 number of parameters: 2 id: 709 unit: def get_transforms() file: libcst/codemod/commands/ensure_import_present.py start line: 0 end line: 0 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 710 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 252 end line: 258 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 711 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1327 end line: 1333 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 712 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1368 end line: 1374 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 713 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1933 end line: 1939 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 714 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 2157 end line: 2163 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 715 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2949 end line: 2955 size: 7 LOC McCabe index: 3 number of parameters: 3 id: 716 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 364 end line: 370 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 717 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 390 end line: 396 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 718 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 552 end line: 558 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 719 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 580 end line: 586 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 720 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 600 end line: 606 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 721 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 631 end line: 637 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 722 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 731 end line: 737 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 723 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 957 end line: 963 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 724 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1015 end line: 1021 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 725 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1039 end line: 1045 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 726 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1142 end line: 1148 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 727 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1166 end line: 1172 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 728 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1963 end line: 1969 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 729 unit: fn from() file: native/libcst/src/nodes/expression.rs start line: 1981 end line: 1987 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 730 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 2019 end line: 2025 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 731 unit: fn codegen() file: native/libcst/src/nodes/whitespace.rs start line: 75 end line: 81 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 732 unit: fn leading_lines() file: native/libcst/src/nodes/traits.rs start line: 55 end line: 63 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 733 unit: fn inflate_before() file: native/libcst/src/nodes/op.rs start line: 160 end line: 166 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 734 unit: fn inflate_after() file: native/libcst/src/nodes/op.rs start line: 168 end line: 174 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 735 unit: fn try_from() file: native/libcst/src/tokenizer/core/string_types.rs start line: 60 end line: 66 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 736 unit: fn fmt() file: native/libcst/src/tokenizer/core/mod.rs start line: 1058 end line: 1064 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 737 unit: fn match_len() file: native/libcst/src/tokenizer/text_position/mod.rs start line: 30 end line: 36 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 738 unit: fn from() file: native/libcst/src/tokenizer/text_position/mod.rs start line: 226 end line: 232 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 739 unit: fn make_semicolon() file: native/libcst/src/parser/grammar.rs start line: 1818 end line: 1824 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 740 unit: fn make_assign_equal() file: native/libcst/src/parser/grammar.rs start line: 1951 end line: 1957 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 741 unit: fn make_comma() file: native/libcst/src/parser/grammar.rs start line: 1959 end line: 1965 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 742 unit: fn make_dot() file: native/libcst/src/parser/grammar.rs start line: 1996 end line: 2002 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 743 unit: fn make_bit_or() file: native/libcst/src/parser/grammar.rs start line: 3377 end line: 3383 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 744 unit: def on_leave() file: libcst/_batched_visitor.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 745 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 746 unit: def _name() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 747 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 748 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 7 LOC McCabe index: 4 number of parameters: 1 id: 749 unit: def _validate_args() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 7 LOC McCabe index: 6 number of parameters: 1 id: 750 unit: def _codegen_impl() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 751 unit: def config_for_parsing() file: libcst/_nodes/module.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 752 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 6 number of parameters: 1 id: 753 unit: def _parenthesize() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 754 unit: def prefix() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 755 unit: def prefix() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 756 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 757 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 758 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 4 number of parameters: 3 id: 759 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 5 number of parameters: 1 id: 760 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 4 number of parameters: 1 id: 761 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 762 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 763 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 764 unit: def _visit_and_replace_children() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 765 unit: def _codegen_impl() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 766 unit: def on_visit() file: libcst/_visitors.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 767 unit: def on_visit() file: libcst/_visitors.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 768 unit: def update_test_limit() file: libcst/testing/utils.py start line: 0 end line: 0 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 769 unit: def _detect_trailing_newline() file: libcst/_parser/detect_config.py start line: 0 end line: 0 size: 7 LOC McCabe index: 4 number of parameters: 1 id: 770 unit: def convert_simple_stmt_line() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 771 unit: def convert_simple_stmt_suite() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 772 unit: def _convert_sequencelike() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 773 unit: def tokenize() file: libcst/_parser/wrapped_tokenize.py start line: 0 end line: 0 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 774 unit: def __init__() file: libcst/_parser/python_parser.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 775 unit: def __init__() file: libcst/_parser/base_parser.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 776 unit: def _parse() file: libcst/_parser/entrypoints.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 777 unit: def _pure_python_parse() file: libcst/_parser/entrypoints.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 778 unit: def group() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 779 unit: def __init__() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 780 unit: def dedent_if_necessary() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 781 unit: def _annotation_looks_like_union() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 782 unit: def __and__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 783 unit: def __invert__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 784 unit: def MatchRegex() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 785 unit: def extract() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 786 unit: def matches() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 787 unit: def findall() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 788 unit: def extractall() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 789 unit: def __str__() file: libcst/_exceptions.py start line: 0 end line: 0 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 790 unit: def _node_repr_recursive() file: libcst/tool.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 791 unit: def dump() file: libcst/tool.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 792 unit: def after_codegen() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 793 unit: def get_code() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 794 unit: def _update_position() file: libcst/metadata/position_provider.py start line: 0 end line: 0 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 795 unit: def _gen_impl() file: libcst/metadata/position_provider.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 796 unit: def _gen_impl() file: libcst/metadata/position_provider.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 797 unit: def visit_Assign() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 798 unit: def __init__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 799 unit: def __init__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 800 unit: def record_assignment() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 801 unit: def __getitem__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 802 unit: def __getitem__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 803 unit: def _switch_scope() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 804 unit: def visit_Attribute() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 805 unit: def visit_For() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 806 unit: def unmangled_name() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 7 LOC McCabe index: 5 number of parameters: 1 id: 807 unit: def leave_Arg() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 3 id: 808 unit: def visit_Assign() file: libcst/codemod/visitors/_gather_global_names.py start line: 0 end line: 0 size: 7 LOC McCabe index: 4 number of parameters: 2 id: 809 unit: def store_stub_in_context() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 810 unit: def __init__() file: libcst/codemod/visitors/_gather_imports.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 811 unit: def _get_lhs() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 812 unit: def visit_Module() file: libcst/codemod/commands/remove_unused_imports.py start line: 0 end line: 0 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 813 unit: fn leading_lines() file: native/libcst/src/nodes/statement.rs start line: 43 end line: 48 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 814 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 435 end line: 440 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 815 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 460 end line: 465 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 816 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 662 end line: 667 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 817 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 700 end line: 705 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 818 unit: fn with_comma() file: native/libcst/src/nodes/statement.rs start line: 1994 end line: 1999 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 819 unit: fn from() file: native/libcst/src/nodes/statement.rs start line: 2138 end line: 2143 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 820 unit: fn parenthesize() file: native/libcst/src/nodes/statement.rs start line: 2349 end line: 2354 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 821 unit: fn parenthesize() file: native/libcst/src/nodes/statement.rs start line: 2388 end line: 2393 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 822 unit: fn inflate_element() file: native/libcst/src/nodes/statement.rs start line: 2526 end line: 2531 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 823 unit: fn with_comma() file: native/libcst/src/nodes/statement.rs start line: 2535 end line: 2540 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 824 unit: fn with_comma() file: native/libcst/src/nodes/statement.rs start line: 2576 end line: 2581 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 825 unit: fn with_comma() file: native/libcst/src/nodes/statement.rs start line: 2630 end line: 2635 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 826 unit: fn with_comma() file: native/libcst/src/nodes/statement.rs start line: 2750 end line: 2755 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 827 unit: fn with_comma() file: native/libcst/src/nodes/statement.rs start line: 2881 end line: 2886 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 828 unit: fn new() file: native/libcst/src/nodes/parser_config.rs start line: 23 end line: 29 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 829 unit: fn with_comma() file: native/libcst/src/nodes/expression.rs start line: 339 end line: 344 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 830 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 571 end line: 576 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 831 unit: fn from() file: native/libcst/src/nodes/expression.rs start line: 748 end line: 753 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 832 unit: fn from() file: native/libcst/src/nodes/expression.rs start line: 889 end line: 894 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 833 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 948 end line: 953 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 834 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1282 end line: 1287 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 835 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1664 end line: 1669 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 836 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1887 end line: 1892 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 837 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 2147 end line: 2152 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 838 unit: fn codegen() file: native/libcst/src/nodes/whitespace.rs start line: 163 end line: 168 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 839 unit: fn codegen() file: native/libcst/src/nodes/codegen.rs start line: 37 end line: 43 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 840 unit: fn parenthesize() file: native/libcst/src/nodes/traits.rs start line: 43 end line: 48 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 841 unit: fn inflate() file: native/libcst/src/nodes/traits.rs start line: 74 end line: 79 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 842 unit: fn try_into_py() file: native/libcst/src/nodes/traits.rs start line: 123 end line: 128 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 843 unit: fn from() file: native/libcst/src/tokenizer/core/string_types.rs start line: 21 end line: 26 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 844 unit: fn from() file: native/libcst/src/tokenizer/core/string_types.rs start line: 45 end line: 50 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 845 unit: fn verify_identifier() file: native/libcst/src/tokenizer/core/mod.rs start line: 1039 end line: 1044 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 846 unit: fn default_config() file: native/libcst/src/tokenizer/tests.rs start line: 11 end line: 16 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 847 unit: fn test_blankline() file: native/libcst/src/tokenizer/tests.rs start line: 126 end line: 131 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 848 unit: fn test_no_fake_newline_for_empty_input() file: native/libcst/src/tokenizer/tests.rs start line: 652 end line: 657 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 849 unit: fn test_no_fake_newline_for_only_whitespaces() file: native/libcst/src/tokenizer/tests.rs start line: 660 end line: 665 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 850 unit: fn test_empty() file: native/libcst/src/tokenizer/text_position/char_width.rs start line: 323 end line: 328 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 851 unit: fn parse_elem() file: native/libcst/src/parser/grammar.rs start line: 75 end line: 80 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 852 unit: fn make_name() file: native/libcst/src/parser/grammar.rs start line: 1989 end line: 1994 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 853 unit: fn make_lpar() file: native/libcst/src/parser/grammar.rs start line: 2077 end line: 2082 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 854 unit: fn make_rpar() file: native/libcst/src/parser/grammar.rs start line: 2084 end line: 2089 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 855 unit: fn make_left_bracket() file: native/libcst/src/parser/grammar.rs start line: 2371 end line: 2376 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 856 unit: fn make_right_bracket() file: native/libcst/src/parser/grammar.rs start line: 2378 end line: 2383 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 857 unit: fn make_left_brace() file: native/libcst/src/parser/grammar.rs start line: 2385 end line: 2390 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 858 unit: fn make_right_brace() file: native/libcst/src/parser/grammar.rs start line: 2392 end line: 2397 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 859 unit: fn make_string() file: native/libcst/src/parser/grammar.rs start line: 2952 end line: 2957 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 860 unit: fn ensure_real_number() file: native/libcst/src/parser/grammar.rs start line: 3414 end line: 3419 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 861 unit: fn ensure_imaginary_number() file: native/libcst/src/parser/grammar.rs start line: 3421 end line: 3426 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 862 unit: fn make_match_sequence_element() file: native/libcst/src/parser/grammar.rs start line: 3449 end line: 3454 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 863 unit: def __init__() file: libcst/_batched_visitor.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 864 unit: def record_syntactic_position() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 865 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 866 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 867 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 868 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 869 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 870 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 871 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 872 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 873 unit: def _visit_and_replace_children() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 874 unit: def _deep_equals_sequence() file: libcst/_nodes/deep_equals.py start line: 0 end line: 0 size: 6 LOC McCabe index: 4 number of parameters: 2 id: 875 unit: def visit() file: libcst/_nodes/module.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 876 unit: def code_for_node() file: libcst/_nodes/module.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 877 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 878 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 879 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 880 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 881 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 882 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 883 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 884 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 885 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 886 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 887 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 888 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 889 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 890 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 891 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 2 id: 892 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 893 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 894 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 895 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 896 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 897 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 898 unit: def _validate() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 899 unit: def _visit_and_replace_children() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 900 unit: def _codegen_impl() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 901 unit: def on_leave_attribute() file: libcst/_visitors.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 3 id: 902 unit: def on_leave_attribute() file: libcst/_visitors.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 3 id: 903 unit: def detect_config() file: libcst/_parser/detect_config.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 904 unit: def _get_version_comparison() file: libcst/_parser/grammar.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 905 unit: def with_production() file: libcst/_parser/production_decorator.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 906 unit: def end_pos() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 907 unit: def __gt__() file: libcst/_parser/parso/utils.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 4 id: 908 unit: def __lt__() file: libcst/_parser/parso/utils.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 4 id: 909 unit: def __eq__() file: libcst/_parser/parso/utils.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 4 id: 910 unit: def __repr__() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 911 unit: def _verify_return_annotation() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 912 unit: def _verify_parameter_annotations() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 913 unit: def _check_types() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 914 unit: def on_visit_attribute() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 3 id: 915 unit: def on_leave_attribute() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 3 id: 916 unit: def on_visit_attribute() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 3 id: 917 unit: def on_leave_attribute() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 3 id: 918 unit: def on_visit() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 919 unit: def __repr__() file: libcst/_exceptions.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 920 unit: def __init__() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 921 unit: def record_syntactic_position() file: libcst/metadata/span_provider.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 922 unit: def after_codegen() file: libcst/metadata/position_provider.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 923 unit: def record_syntactic_position() file: libcst/metadata/position_provider.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 924 unit: def visit_AugAssign() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 925 unit: def visit_NamedExpr() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 926 unit: def visit_Attribute() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 927 unit: def __init__() file: libcst/metadata/full_repo_manager.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 928 unit: def __contains__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 2 id: 929 unit: def ensure_type() file: libcst/helpers/common.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 930 unit: def __init__() file: libcst/codemod/visitors/_gather_global_names.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 931 unit: def visit_AnnAssign() file: libcst/codemod/visitors/_gather_global_names.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 2 id: 932 unit: def visit_Call() file: libcst/codemod/visitors/_gather_string_annotation_names.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 2 id: 933 unit: def update() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 934 unit: def visit_AnnAssign() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 6 LOC McCabe index: 3 number of parameters: 2 id: 935 unit: def add_needed_import() file: libcst/codemod/visitors/_add_imports.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 936 unit: def __init__() file: libcst/codemod/commands/add_pyre_directive.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 937 unit: def _ast_for_statement() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 938 unit: def __init__() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 6 LOC McCabe index: 2 number of parameters: 3 id: 939 unit: def _convert_token_to_fstring_expression() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 940 unit: def __init__() file: libcst/codemod/commands/add_trailing_commas.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 941 unit: def parse_empty_lines() file: stubs/libcst_native/whitespace_parser.pyi start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 942 unit: def __new__() file: stubs/libcst_native/parser_config.pyi start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 943 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 407 end line: 411 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 944 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 1298 end line: 1302 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 945 unit: fn with_parens() file: native/libcst/src/nodes/statement.rs start line: 2355 end line: 2359 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 946 unit: fn with_parens() file: native/libcst/src/nodes/statement.rs start line: 2394 end line: 2398 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 947 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 2959 end line: 2963 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 948 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 175 end line: 179 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 949 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 183 end line: 187 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 950 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 441 end line: 445 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 951 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 448 end line: 452 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 952 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 466 end line: 470 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 953 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 474 end line: 478 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 954 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 492 end line: 496 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 955 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 500 end line: 504 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 956 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 517 end line: 521 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 957 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 525 end line: 529 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 958 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 771 end line: 775 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 959 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1656 end line: 1660 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 960 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 2040 end line: 2044 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 961 unit: fn codegen() file: native/libcst/src/nodes/codegen.rs start line: 44 end line: 48 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 962 unit: fn codegen() file: native/libcst/src/nodes/op.rs start line: 34 end line: 38 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 963 unit: fn codegen() file: native/libcst/src/nodes/op.rs start line: 66 end line: 70 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 964 unit: fn codegen() file: native/libcst/src/nodes/op.rs start line: 110 end line: 114 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 965 unit: fn codegen() file: native/libcst/src/nodes/op.rs start line: 144 end line: 148 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 966 unit: fn inflate() file: native/libcst/src/nodes/op.rs start line: 152 end line: 156 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 967 unit: fn codegen() file: native/libcst/src/nodes/op.rs start line: 1067 end line: 1071 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 968 unit: fn codegen() file: native/libcst/src/nodes/op.rs start line: 1458 end line: 1462 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 969 unit: fn test_unicode() file: native/libcst/src/tokenizer/text_position/mod.rs start line: 281 end line: 286 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 970 unit: def get_metadata() file: libcst/_metadata_dependent.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 971 unit: def visit_batched() file: libcst/_batched_visitor.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 972 unit: def visit_sentinel() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 973 unit: def visit_iterable() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 974 unit: def visit_sequence() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 975 unit: def visit_body_iterable() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 976 unit: def visit_body_sequence() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 977 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 978 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 979 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 980 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 981 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 982 unit: def evaluated_alias() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 983 unit: def _validate_module() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 1 id: 984 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 985 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 1 id: 986 unit: def _validate_whitespace() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 987 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 988 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 989 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 990 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 991 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 992 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 993 unit: def _codegen_impl() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 994 unit: def _check_left_right_word_concatenation_safety() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 995 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 996 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 997 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 998 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 999 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1000 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1001 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1002 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1003 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1004 unit: def _validate_posonly_ind() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 1 id: 1005 unit: def _validate_kwonly_star() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 1 id: 1006 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 1 id: 1007 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 8 number of parameters: 1 id: 1008 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1009 unit: def _codegen_comma() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 1010 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 1011 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1012 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1013 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1014 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1015 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1016 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1017 unit: def _pretty_repr() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 1 id: 1018 unit: def _pretty_repr_sequence() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 1 id: 1019 unit: def _clone() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 5 LOC McCabe index: 4 number of parameters: 1 id: 1020 unit: def _validate() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 1021 unit: def _validate() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 1022 unit: def _get_bases() file: libcst/codegen/gather.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 0 id: 1023 unit: def _is_maybe() file: libcst/codegen/gather.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 1024 unit: def _get_origin() file: libcst/codegen/gather.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 1 id: 1025 unit: def _get_args() file: libcst/codegen/gather.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 1 id: 1026 unit: def clean_generated_code() file: libcst/codegen/generate.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 1027 unit: def convert_asyncable_funcdef() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1028 unit: def get_grammar_str() file: libcst/_parser/grammar.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 1029 unit: def get_terminal_conversions() file: libcst/_parser/grammar.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 1030 unit: def parse_empty_lines() file: libcst/_parser/py_whitespace_parser.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1031 unit: def _parse_empty_line() file: libcst/_parser/py_whitespace_parser.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1032 unit: def _parse_indent() file: libcst/_parser/py_whitespace_parser.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1033 unit: def _tokenize_lines_py36_or_below() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 6 id: 1034 unit: def _tokenize_lines_py37_or_above() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 6 id: 1035 unit: def add_arc() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 1036 unit: def __init__() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1037 unit: def _get_possible_match_classes() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 1 id: 1038 unit: def _get_possible_annotated_classes() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 1039 unit: def _visit_constructed_funcs() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1040 unit: def options() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 1041 unit: def __and__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1042 unit: def __init__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1043 unit: def __repr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 1044 unit: def __init__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1045 unit: def __repr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 1046 unit: def serialize() file: libcst/tool.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 3 id: 1047 unit: def pop_trailing_newline() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 1048 unit: def __init__() file: libcst/metadata/wrapper.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1049 unit: def visit_batched() file: libcst/metadata/wrapper.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1050 unit: def get_metadata() file: libcst/metadata/base_provider.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1051 unit: def after_codegen() file: libcst/metadata/span_provider.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 1052 unit: def visit_AsName() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1053 unit: def visit_Del() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1054 unit: def __getitem__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 1055 unit: def _find_assignment_target() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 1056 unit: def visit_Lambda() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1057 unit: def visit_Arg() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 2 id: 1058 unit: def on_leave() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 1059 unit: def get_full_name_for_node_or_raise() file: libcst/helpers/expression.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 1060 unit: def __init__() file: libcst/codemod/visitors/_gather_unused_imports.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1061 unit: def handle_import() file: libcst/codemod/visitors/_gather_unused_imports.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 3 id: 1062 unit: def _apply_annotation_to_attribute_or_global() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1063 unit: def __init__() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 2 id: 1064 unit: def visit_Assign() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 2 id: 1065 unit: def visit_List() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 1066 unit: def visit_Tuple() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 1067 unit: def visit_Set() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 1068 unit: def _insert_empty_line() file: libcst/codemod/visitors/_add_imports.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1069 unit: def remove_unused_import() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1070 unit: def _process_importfrom_aliases() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1071 unit: def transform_module_impl() file: libcst/codemod/_command.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 1072 unit: def imap_unordered() file: libcst/codemod/_dummy_pool.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1073 unit: def __exit__() file: libcst/codemod/_dummy_pool.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1074 unit: def __init__() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 4 id: 1075 unit: def module() file: libcst/codemod/_context.py start line: 0 end line: 0 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 1076 unit: def __init__() file: libcst/codemod/commands/remove_pyre_directive.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 1077 unit: def __init__() file: libcst/codemod/commands/fix_pyre_directives.py start line: 0 end line: 0 size: 5 LOC McCabe index: 3 number of parameters: 2 id: 1078 unit: def type_declaration_statements() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1079 unit: def __init__() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 1080 unit: def assertCodeEqual() file: libcst/codemod/_testing.py start line: 0 end line: 0 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 1081 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 229 end line: 232 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1082 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 331 end line: 334 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1083 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 337 end line: 340 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1084 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 354 end line: 357 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1085 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 360 end line: 363 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1086 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 377 end line: 380 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1087 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 383 end line: 386 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1088 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 401 end line: 404 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1089 unit: fn with_comma() file: native/libcst/src/nodes/statement.rs start line: 671 end line: 674 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1090 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 2369 end line: 2372 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1091 unit: fn inflate() file: native/libcst/src/nodes/statement.rs start line: 2408 end line: 2411 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1092 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 140 end line: 143 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1093 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 153 end line: 156 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1094 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 160 end line: 163 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1095 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 357 end line: 360 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1096 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 383 end line: 386 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1097 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 764 end line: 767 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1098 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1008 end line: 1011 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1099 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1032 end line: 1035 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1100 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1152 end line: 1155 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1101 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1176 end line: 1179 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1102 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1265 end line: 1268 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1103 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 1593 end line: 1596 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1104 unit: fn parse_module() file: native/libcst/src/py.rs start line: 13 end line: 16 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1105 unit: fn parse_expression() file: native/libcst/src/py.rs start line: 19 end line: 22 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 1106 unit: fn parse_statement() file: native/libcst/src/py.rs start line: 25 end line: 28 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 1107 unit: def resolve() file: libcst/_metadata_dependent.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1108 unit: def leave_FormattedStringExpression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1109 unit: def leave_MatchSequenceElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1110 unit: def leave_MatrixMultiplyAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1111 unit: def leave_ParenthesizedWhitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1112 unit: def leave_SimpleStatementSuite() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1113 unit: def on_visit_attribute() file: libcst/_batched_visitor.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 3 id: 1114 unit: def on_leave_attribute() file: libcst/_batched_visitor.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 3 id: 1115 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1116 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1117 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1118 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 1119 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 1120 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 4 LOC McCabe index: 3 number of parameters: 1 id: 1121 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 4 LOC McCabe index: 3 number of parameters: 1 id: 1122 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1123 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1124 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 1125 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 1126 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 1127 unit: def raw_value() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 1128 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1129 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 1130 unit: def _bracketize() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1131 unit: def _braceize() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1132 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1133 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1134 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1135 unit: def on_leave() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 3 id: 1136 unit: def validate_types_deep() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 1137 unit: def children() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 1138 unit: def _codegen() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 1139 unit: def is_value_of_type() file: libcst/_type_enforce.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1140 unit: def on_visit_attribute() file: libcst/_visitors.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 3 id: 1141 unit: def on_leave() file: libcst/_visitors.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1142 unit: def on_visit_attribute() file: libcst/_visitors.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 3 id: 1143 unit: def __init__() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 1144 unit: def _get_wrapped_union_type() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1145 unit: def test_decorator() file: libcst/testing/utils.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 1146 unit: def __new__() file: libcst/testing/utils.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 6 id: 1147 unit: def _detect_encoding() file: libcst/_parser/detect_config.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1148 unit: def convert_ENDMARKER() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 4 LOC McCabe index: 3 number of parameters: 2 id: 1149 unit: def _convert_dict_element() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1150 unit: def _compare_versions() file: libcst/_parser/grammar.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1151 unit: def _pop() file: libcst/_parser/base_parser.py start line: 0 end line: 0 size: 4 LOC McCabe index: 3 number of parameters: 1 id: 1152 unit: def grouper() file: libcst/_parser/custom_itertools.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 1153 unit: def _all_string_prefixes() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1154 unit: def __repr__() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 1155 unit: def close_parentheses() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1156 unit: def tokenize_lines() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 5 id: 1157 unit: def parse_version_string() file: libcst/_parser/parso/utils.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 1158 unit: def unifystate() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 4 LOC McCabe index: 3 number of parameters: 3 id: 1159 unit: def __init__() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1160 unit: def __init__() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 1161 unit: def _visit_matchers() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1162 unit: def matches() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1163 unit: def extract() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1164 unit: def matches() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1165 unit: def extract() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1166 unit: def __call__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 1167 unit: def __repr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 1168 unit: def __init__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1169 unit: def __init__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1170 unit: def _attribute_matches() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1171 unit: def _fetch() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1172 unit: def editor_column() file: libcst/_exceptions.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 1173 unit: def _get_default() file: libcst/tool.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 1174 unit: def get_modified_module_code() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1175 unit: def get_modified_module_bytes() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1176 unit: def add_token() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1177 unit: def before_codegen() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1178 unit: def add_indent_tokens() file: libcst/metadata/span_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 1179 unit: def on_leave() file: libcst/metadata/parent_node_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1180 unit: def add_indent_tokens() file: libcst/metadata/position_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 1181 unit: def _parse_metadata() file: libcst/metadata/type_inference_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1182 unit: def _sort_by_position() file: libcst/metadata/type_inference_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 1183 unit: def __init__() file: libcst/metadata/name_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1184 unit: def get_metadata_wrapper_for_path() file: libcst/metadata/full_repo_manager.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1185 unit: def __init__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 1186 unit: def __iter__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 3 number of parameters: 1 id: 1187 unit: def __iter__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 3 number of parameters: 1 id: 1188 unit: def __contains__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1189 unit: def visit_Global() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1190 unit: def visit_Nonlocal() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1191 unit: def visit_Module() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 1192 unit: def leave_Annotation() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1193 unit: def leave_AssignTarget() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1194 unit: def leave_Param() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1195 unit: def leave_Parameters() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1196 unit: def leave_SimpleStatementLine() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1197 unit: def leave_Expr() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1198 unit: def leave_SimpleStatementSuite() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1199 unit: def leave_IndentedBlock() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1200 unit: def leave_Index() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1201 unit: def leave_SubscriptElement() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1202 unit: def visit_Name() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 3 number of parameters: 2 id: 1203 unit: def parse_template_module() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1204 unit: def parse_template_statement() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1205 unit: def parse_template_expression() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1206 unit: def visit_ClassDef() file: libcst/codemod/visitors/_gather_global_names.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1207 unit: def visit_FunctionDef() file: libcst/codemod/visitors/_gather_global_names.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1208 unit: def __init__() file: libcst/codemod/visitors/_gather_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 1209 unit: def visit_EmptyLine() file: libcst/codemod/visitors/_gather_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1210 unit: def visit_TrailingWhitespace() file: libcst/codemod/visitors/_gather_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1211 unit: def __init__() file: libcst/codemod/visitors/_gather_string_annotation_names.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1212 unit: def visit_ConcatenatedString() file: libcst/codemod/visitors/_gather_string_annotation_names.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1213 unit: def visit_SimpleString() file: libcst/codemod/visitors/_gather_string_annotation_names.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1214 unit: def make() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1215 unit: def __init__() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1216 unit: def _apply_annotation_to_parameter() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1217 unit: def _apply_annotation_to_return() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1218 unit: def _annotate_single_target() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1219 unit: def _split_module() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1220 unit: def _update_parameters() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1221 unit: def update_annotation() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1222 unit: def _match_signatures() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1223 unit: def leave_ClassDef() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1224 unit: def leave_FunctionDef() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1225 unit: def leave_Assign() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1226 unit: def leave_ImportFrom() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1227 unit: def leave_Module() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1228 unit: def __init__() file: libcst/codemod/visitors/_add_imports.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 1229 unit: def __init__() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 5 id: 1230 unit: def visit_Module() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1231 unit: def _execute_transform() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1232 unit: def clear() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 1233 unit: def wrapper() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1234 unit: def visit_Module_header() file: libcst/codemod/commands/fix_pyre_directives.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1235 unit: def leave_Module_header() file: libcst/codemod/commands/fix_pyre_directives.py start line: 0 end line: 0 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 1236 unit: def _check_formatted_string() file: libcst/codemod/commands/unnecessary_format_string.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1237 unit: def type_declaration() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1238 unit: def convert_Assign() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1239 unit: def from_cst() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1240 unit: def __init__() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1241 unit: def leave_SimpleStatementLine() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1242 unit: def leave_For() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1243 unit: def leave_With() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1244 unit: def _visit_FunctionDef() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1245 unit: def leave_TrailingWhitespace() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1246 unit: def leave_EmptyLine() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1247 unit: def leave_IndentedBlock() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1248 unit: def leave_Param() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1249 unit: def leave_FunctionDef() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1250 unit: def leave_ParenthesizedWhitespace() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1251 unit: def leave_Parameters() file: libcst/codemod/commands/add_trailing_commas.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1252 unit: def leave_Call() file: libcst/codemod/commands/add_trailing_commas.py start line: 0 end line: 0 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 1253 unit: def _match_simple_string() file: libcst/codemod/commands/convert_percent_format_to_fstring.py start line: 0 end line: 0 size: 4 LOC McCabe index: 4 number of parameters: 1 id: 1254 unit: fn into_py() file: native/libcst/src/nodes/py_cached.rs start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1255 unit: fn to_object() file: native/libcst/src/nodes/py_cached.rs start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1256 unit: fn as_ref() file: native/libcst/src/nodes/py_cached.rs start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1257 unit: fn deref() file: native/libcst/src/nodes/py_cached.rs start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1258 unit: fn from() file: native/libcst/src/nodes/py_cached.rs start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1259 unit: fn lpar() file: native/libcst/src/nodes/statement.rs start line: 2343 end line: 2345 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1260 unit: fn rpar() file: native/libcst/src/nodes/statement.rs start line: 2346 end line: 2348 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1261 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2363 end line: 2365 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1262 unit: fn lpar() file: native/libcst/src/nodes/statement.rs start line: 2382 end line: 2384 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1263 unit: fn rpar() file: native/libcst/src/nodes/statement.rs start line: 2385 end line: 2387 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1264 unit: fn codegen() file: native/libcst/src/nodes/statement.rs start line: 2402 end line: 2404 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1265 unit: fn get_lines() file: native/libcst/src/nodes/parser_config.rs start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1266 unit: fn get_default_newline() file: native/libcst/src/nodes/parser_config.rs start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1267 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 808 end line: 810 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1268 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 1600 end line: 1602 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1269 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 2048 end line: 2050 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1270 unit: fn inflate() file: native/libcst/src/nodes/expression.rs start line: 2060 end line: 2062 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1271 unit: fn codegen() file: native/libcst/src/nodes/expression.rs start line: 2066 end line: 2068 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1272 unit: fn codegen() file: native/libcst/src/nodes/whitespace.rs start line: 16 end line: 18 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1273 unit: fn default() file: native/libcst/src/nodes/whitespace.rs start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1274 unit: fn codegen() file: native/libcst/src/nodes/whitespace.rs start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1275 unit: fn default() file: native/libcst/src/nodes/whitespace.rs start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1276 unit: fn default() file: native/libcst/src/nodes/whitespace.rs start line: 172 end line: 174 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1277 unit: fn fmt() file: native/libcst/src/nodes/codegen.rs start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1278 unit: fn with_comma() file: native/libcst/src/nodes/traits.rs start line: 13 end line: 16 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1279 unit: fn with_parens() file: native/libcst/src/nodes/traits.rs start line: 33 end line: 36 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 1280 unit: fn lpar() file: native/libcst/src/nodes/traits.rs start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1281 unit: fn rpar() file: native/libcst/src/nodes/traits.rs start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1282 unit: fn with_parens() file: native/libcst/src/nodes/traits.rs start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1283 unit: fn inflate() file: native/libcst/src/nodes/traits.rs start line: 64 end line: 67 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 1284 unit: fn inflate() file: native/libcst/src/nodes/traits.rs start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1285 unit: fn inflate() file: native/libcst/src/nodes/traits.rs start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1286 unit: fn try_into_py() file: native/libcst/src/nodes/traits.rs start line: 94 end line: 104 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 1287 unit: fn try_into_py() file: native/libcst/src/nodes/traits.rs start line: 105 end line: 107 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1288 unit: fn try_into_py() file: native/libcst/src/nodes/traits.rs start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1289 unit: fn try_into_py() file: native/libcst/src/nodes/traits.rs start line: 146 end line: 148 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1290 unit: fn try_into_py() file: native/libcst/src/nodes/traits.rs start line: 152 end line: 154 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1291 unit: fn codegen() file: native/libcst/src/nodes/op.rs start line: 182 end line: 184 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1292 unit: fn inflate() file: native/libcst/src/nodes/op.rs start line: 188 end line: 190 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1293 unit: fn is_digit>>() file: native/libcst/src/tokenizer/core/mod.rs start line: 244 end line: 246 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1294 unit: fn eq() file: native/libcst/src/tokenizer/core/mod.rs start line: 1069 end line: 1071 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1295 unit: fn match_len() file: native/libcst/src/tokenizer/text_position/mod.rs start line: 18 end line: 21 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 1296 unit: fn match_len() file: native/libcst/src/tokenizer/text_position/mod.rs start line: 23 end line: 25 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1297 unit: fn from() file: native/libcst/src/parser/grammar.rs start line: 25 end line: 27 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1298 unit: fn fmt() file: native/libcst/src/parser/grammar.rs start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1299 unit: fn start() file: native/libcst/src/parser/grammar.rs start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1300 unit: fn is_eof() file: native/libcst/src/parser/grammar.rs start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1301 unit: fn make_number() file: native/libcst/src/parser/grammar.rs start line: 1789 end line: 1791 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1302 unit: fn concat() file: native/libcst/src/parser/grammar.rs start line: 1967 end line: 1969 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1303 unit: fn make_index() file: native/libcst/src/parser/grammar.rs start line: 2560 end line: 2562 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1304 unit: fn make_match_value() file: native/libcst/src/parser/grammar.rs start line: 3339 end line: 3341 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1305 unit: fn make_match_singleton() file: native/libcst/src/parser/grammar.rs start line: 3343 end line: 3345 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1306 unit: def pop_trailing_newline() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 3 LOC McCabe index: 3 number of parameters: 1 id: 1307 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1308 unit: def get_docstring_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1309 unit: def _validate() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 3 number of parameters: 1 id: 1310 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1311 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1312 unit: def _validate() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 1313 unit: def _codegen_impl() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1314 unit: def _validate() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 1315 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1316 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1317 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1318 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1319 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1320 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1321 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 1322 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1323 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1324 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1325 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1326 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1327 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1328 unit: def _validate() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 3 number of parameters: 1 id: 1329 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1330 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1331 unit: def on_visit() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1332 unit: def __init__() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 4 id: 1333 unit: def deep_equals() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1334 unit: def _codegen_impl() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 1335 unit: def _get_most_generic_base_for_node() file: libcst/codegen/gather.py start line: 0 end line: 0 size: 3 LOC McCabe index: 3 number of parameters: 1 id: 1336 unit: def _is_sequence() file: libcst/codegen/gather.py start line: 0 end line: 0 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 1337 unit: def format_file() file: libcst/codegen/generate.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1338 unit: def none_throws() file: libcst/testing/utils.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1339 unit: def mark_no_op() file: libcst/_typed_visitor_base.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1340 unit: def _detect_default_newline() file: libcst/_parser/detect_config.py start line: 0 end line: 0 size: 3 LOC McCabe index: 3 number of parameters: 1 id: 1341 unit: def convert_stmt_input() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1342 unit: def convert_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1343 unit: def convert_small_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1344 unit: def convert_pass_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1345 unit: def convert_continue_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1346 unit: def convert_break_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1347 unit: def convert_import_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1348 unit: def convert_compound_stmt() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1349 unit: def convert_suite() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1350 unit: def get_grammar() file: libcst/_parser/grammar.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1351 unit: def _should_include_future() file: libcst/_parser/grammar.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1352 unit: def get_nonterminal_conversions() file: libcst/_parser/grammar.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1353 unit: def is_native() file: libcst/_parser/entrypoints.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1354 unit: def parse_module() file: libcst/_parser/entrypoints.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1355 unit: def different_case_versions() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 3 LOC McCabe index: 3 number of parameters: 1 id: 1356 unit: def __init__() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 1357 unit: def __init__() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1358 unit: def _gettoken() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1359 unit: def __repr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 1360 unit: def __init__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 1361 unit: def get_expected_str() file: libcst/_exceptions.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1362 unit: def __init__() file: libcst/tool.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 4 id: 1363 unit: def increase_indent() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1364 unit: def decrease_indent() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1365 unit: def add_indent_tokens() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1366 unit: def _gen_batchable() file: libcst/metadata/wrapper.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1367 unit: def visit() file: libcst/metadata/wrapper.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1368 unit: def add_token() file: libcst/metadata/span_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1369 unit: def _update_position() file: libcst/metadata/span_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 1370 unit: def __init__() file: libcst/metadata/parent_node_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1371 unit: def add_token() file: libcst/metadata/position_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1372 unit: def visit_Name() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1373 unit: def visit_Module() file: libcst/metadata/name_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1374 unit: def cache() file: libcst/metadata/full_repo_manager.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 1375 unit: def record_assignment() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 3 number of parameters: 2 id: 1376 unit: def record_access() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 3 number of parameters: 2 id: 1377 unit: def __getitem__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 2 number of parameters: 3 id: 1378 unit: def __getitem__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 2 number of parameters: 3 id: 1379 unit: def __init__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1380 unit: def leave_Call() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1381 unit: def visit_SimpleString() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1382 unit: def leave_Subscript() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1383 unit: def unmangle_nodes() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1384 unit: def visit_Import() file: libcst/codemod/visitors/_gather_unused_imports.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1385 unit: def filter_unused_imports() file: libcst/codemod/visitors/_gather_unused_imports.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1386 unit: def visit_Annotation() file: libcst/codemod/visitors/_gather_string_annotation_names.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1387 unit: def leave_Call() file: libcst/codemod/visitors/_gather_string_annotation_names.py start line: 0 end line: 0 size: 3 LOC McCabe index: 3 number of parameters: 2 id: 1388 unit: def visit_ClassDef() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1389 unit: def leave_ClassDef() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1390 unit: def visit_FunctionDef() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1391 unit: def leave_FunctionDef() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1392 unit: def visit_AnnAssign() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1393 unit: def leave_AnnAssign() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1394 unit: def visit_Assign() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1395 unit: def leave_Assign() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1396 unit: def record_typevar() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1397 unit: def leave_Module() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1398 unit: def _get_unique_qualified_name() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1399 unit: def _get_qualified_name_and_dequalified_node() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1400 unit: def _module_and_target() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1401 unit: def _handle_qualification_and_should_qualify() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1402 unit: def _handle_NameOrAttribute() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1403 unit: def _handle_Index() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1404 unit: def _handle_Subscript() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1405 unit: def _handle_Annotation() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1406 unit: def _handle_Parameters() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1407 unit: def transform_module_impl() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1408 unit: def _add_to_toplevel_annotations() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1409 unit: def _insert_empty_line() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1410 unit: def compatible() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1411 unit: def match_posargs() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1412 unit: def match_kwargs() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1413 unit: def match_star() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1414 unit: def match_params() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1415 unit: def match_return() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1416 unit: def visit_ClassDef() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1417 unit: def visit_FunctionDef() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1418 unit: def visit_Assign() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1419 unit: def record_typevar() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1420 unit: def leave_List() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1421 unit: def leave_Tuple() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1422 unit: def leave_Set() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1423 unit: def visit_SimpleString() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1424 unit: def visit_ConcatenatedString() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1425 unit: def __init__() file: libcst/codemod/_codemod.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1426 unit: def _instantiate_and_run() file: libcst/codemod/_command.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 1427 unit: def __init__() file: libcst/codemod/_command.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 4 id: 1428 unit: def __init__() file: libcst/codemod/_visitor.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1429 unit: def visit_Comment() file: libcst/codemod/commands/add_pyre_directive.py start line: 0 end line: 0 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 1430 unit: def _convert_annotation() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1431 unit: def annotated_bindings() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1432 unit: def _strip_TrailingWhitespace() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1433 unit: def visit_method() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1434 unit: def visit_function() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1435 unit: def visit_FunctionDef_body() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1436 unit: def visit_Lambda() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 1437 unit: def __init__() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1438 unit: def __init__() file: libcst/codemod/commands/convert_percent_format_to_fstring.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1439 unit: def __init__() file: libcst/codemod/commands/remove_unused_imports.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1440 unit: def visit_Import() file: libcst/codemod/commands/remove_unused_imports.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1441 unit: def visit_ImportFrom() file: libcst/codemod/commands/remove_unused_imports.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 1442 unit: def __new__() file: stubs/libcst_native/whitespace_state.pyi start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1443 unit: def parse_parenthesizable_whitespace() file: stubs/libcst_native/whitespace_parser.pyi start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1444 unit: def __init__() file: libcst/_metadata_dependent.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 1445 unit: def visit_Add() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1446 unit: def visit_Add_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1447 unit: def leave_Add_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1448 unit: def visit_Add_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1449 unit: def leave_Add_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1450 unit: def visit_AddAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1451 unit: def visit_AddAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1452 unit: def leave_AddAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1453 unit: def visit_AddAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1454 unit: def leave_AddAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1455 unit: def visit_And() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1456 unit: def visit_And_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1457 unit: def leave_And_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1458 unit: def visit_And_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1459 unit: def leave_And_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1460 unit: def visit_AnnAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1461 unit: def visit_AnnAssign_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1462 unit: def leave_AnnAssign_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1463 unit: def visit_AnnAssign_annotation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1464 unit: def leave_AnnAssign_annotation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1465 unit: def visit_AnnAssign_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1466 unit: def leave_AnnAssign_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1467 unit: def visit_AnnAssign_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1468 unit: def leave_AnnAssign_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1469 unit: def visit_AnnAssign_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1470 unit: def leave_AnnAssign_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1471 unit: def visit_Annotation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1472 unit: def visit_Annotation_annotation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1473 unit: def leave_Annotation_annotation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1474 unit: def visit_Annotation_whitespace_before_indicator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1475 unit: def leave_Annotation_whitespace_before_indicator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1476 unit: def visit_Annotation_whitespace_after_indicator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1477 unit: def leave_Annotation_whitespace_after_indicator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1478 unit: def visit_Arg() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1479 unit: def visit_Arg_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1480 unit: def leave_Arg_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1481 unit: def visit_Arg_keyword() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1482 unit: def leave_Arg_keyword() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1483 unit: def visit_Arg_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1484 unit: def leave_Arg_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1485 unit: def visit_Arg_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1486 unit: def leave_Arg_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1487 unit: def visit_Arg_star() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1488 unit: def leave_Arg_star() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1489 unit: def visit_Arg_whitespace_after_star() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1490 unit: def leave_Arg_whitespace_after_star() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1491 unit: def visit_Arg_whitespace_after_arg() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1492 unit: def leave_Arg_whitespace_after_arg() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1493 unit: def visit_AsName() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1494 unit: def visit_AsName_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1495 unit: def leave_AsName_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1496 unit: def visit_AsName_whitespace_before_as() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1497 unit: def leave_AsName_whitespace_before_as() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1498 unit: def visit_AsName_whitespace_after_as() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1499 unit: def leave_AsName_whitespace_after_as() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1500 unit: def visit_Assert() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1501 unit: def visit_Assert_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1502 unit: def leave_Assert_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1503 unit: def visit_Assert_msg() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1504 unit: def leave_Assert_msg() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1505 unit: def visit_Assert_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1506 unit: def leave_Assert_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1507 unit: def visit_Assert_whitespace_after_assert() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1508 unit: def leave_Assert_whitespace_after_assert() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1509 unit: def visit_Assert_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1510 unit: def leave_Assert_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1511 unit: def visit_Assign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1512 unit: def visit_Assign_targets() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1513 unit: def leave_Assign_targets() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1514 unit: def visit_Assign_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1515 unit: def leave_Assign_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1516 unit: def visit_Assign_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1517 unit: def leave_Assign_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1518 unit: def visit_AssignEqual() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1519 unit: def visit_AssignEqual_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1520 unit: def leave_AssignEqual_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1521 unit: def visit_AssignEqual_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1522 unit: def leave_AssignEqual_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1523 unit: def visit_AssignTarget() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1524 unit: def visit_AssignTarget_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1525 unit: def leave_AssignTarget_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1526 unit: def visit_AssignTarget_whitespace_before_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1527 unit: def leave_AssignTarget_whitespace_before_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1528 unit: def visit_AssignTarget_whitespace_after_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1529 unit: def leave_AssignTarget_whitespace_after_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1530 unit: def visit_Asynchronous() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1531 unit: def visit_Asynchronous_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1532 unit: def leave_Asynchronous_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1533 unit: def visit_Attribute() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1534 unit: def visit_Attribute_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1535 unit: def leave_Attribute_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1536 unit: def visit_Attribute_attr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1537 unit: def leave_Attribute_attr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1538 unit: def visit_Attribute_dot() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1539 unit: def leave_Attribute_dot() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1540 unit: def visit_Attribute_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1541 unit: def leave_Attribute_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1542 unit: def visit_Attribute_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1543 unit: def leave_Attribute_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1544 unit: def visit_AugAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1545 unit: def visit_AugAssign_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1546 unit: def leave_AugAssign_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1547 unit: def visit_AugAssign_operator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1548 unit: def leave_AugAssign_operator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1549 unit: def visit_AugAssign_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1550 unit: def leave_AugAssign_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1551 unit: def visit_AugAssign_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1552 unit: def leave_AugAssign_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1553 unit: def visit_Await() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1554 unit: def visit_Await_expression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1555 unit: def leave_Await_expression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1556 unit: def visit_Await_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1557 unit: def leave_Await_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1558 unit: def visit_Await_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1559 unit: def leave_Await_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1560 unit: def visit_Await_whitespace_after_await() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1561 unit: def leave_Await_whitespace_after_await() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1562 unit: def visit_BinaryOperation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1563 unit: def visit_BinaryOperation_left() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1564 unit: def leave_BinaryOperation_left() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1565 unit: def visit_BinaryOperation_operator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1566 unit: def leave_BinaryOperation_operator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1567 unit: def visit_BinaryOperation_right() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1568 unit: def leave_BinaryOperation_right() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1569 unit: def visit_BinaryOperation_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1570 unit: def leave_BinaryOperation_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1571 unit: def visit_BinaryOperation_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1572 unit: def leave_BinaryOperation_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1573 unit: def visit_BitAnd() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1574 unit: def visit_BitAnd_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1575 unit: def leave_BitAnd_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1576 unit: def visit_BitAnd_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1577 unit: def leave_BitAnd_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1578 unit: def visit_BitAndAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1579 unit: def visit_BitAndAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1580 unit: def leave_BitAndAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1581 unit: def visit_BitAndAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1582 unit: def leave_BitAndAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1583 unit: def visit_BitInvert() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1584 unit: def visit_BitInvert_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1585 unit: def leave_BitInvert_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1586 unit: def visit_BitOr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1587 unit: def visit_BitOr_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1588 unit: def leave_BitOr_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1589 unit: def visit_BitOr_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1590 unit: def leave_BitOr_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1591 unit: def visit_BitOrAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1592 unit: def visit_BitOrAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1593 unit: def leave_BitOrAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1594 unit: def visit_BitOrAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1595 unit: def leave_BitOrAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1596 unit: def visit_BitXor() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1597 unit: def visit_BitXor_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1598 unit: def leave_BitXor_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1599 unit: def visit_BitXor_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1600 unit: def leave_BitXor_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1601 unit: def visit_BitXorAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1602 unit: def visit_BitXorAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1603 unit: def leave_BitXorAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1604 unit: def visit_BitXorAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1605 unit: def leave_BitXorAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1606 unit: def visit_BooleanOperation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1607 unit: def visit_BooleanOperation_left() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1608 unit: def leave_BooleanOperation_left() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1609 unit: def visit_BooleanOperation_operator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1610 unit: def leave_BooleanOperation_operator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1611 unit: def visit_BooleanOperation_right() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1612 unit: def leave_BooleanOperation_right() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1613 unit: def visit_BooleanOperation_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1614 unit: def leave_BooleanOperation_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1615 unit: def visit_BooleanOperation_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1616 unit: def leave_BooleanOperation_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1617 unit: def visit_Break() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1618 unit: def visit_Break_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1619 unit: def leave_Break_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1620 unit: def visit_Call() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1621 unit: def visit_Call_func() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1622 unit: def leave_Call_func() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1623 unit: def visit_Call_args() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1624 unit: def leave_Call_args() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1625 unit: def visit_Call_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1626 unit: def leave_Call_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1627 unit: def visit_Call_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1628 unit: def leave_Call_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1629 unit: def visit_Call_whitespace_after_func() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1630 unit: def leave_Call_whitespace_after_func() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1631 unit: def visit_Call_whitespace_before_args() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1632 unit: def leave_Call_whitespace_before_args() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1633 unit: def visit_ClassDef() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1634 unit: def visit_ClassDef_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1635 unit: def leave_ClassDef_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1636 unit: def visit_ClassDef_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1637 unit: def leave_ClassDef_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1638 unit: def visit_ClassDef_bases() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1639 unit: def leave_ClassDef_bases() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1640 unit: def visit_ClassDef_keywords() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1641 unit: def leave_ClassDef_keywords() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1642 unit: def visit_ClassDef_decorators() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1643 unit: def leave_ClassDef_decorators() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1644 unit: def visit_ClassDef_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1645 unit: def leave_ClassDef_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1646 unit: def visit_ClassDef_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1647 unit: def leave_ClassDef_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1648 unit: def visit_ClassDef_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1649 unit: def leave_ClassDef_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1650 unit: def visit_ClassDef_lines_after_decorators() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1651 unit: def leave_ClassDef_lines_after_decorators() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1652 unit: def visit_ClassDef_whitespace_after_class() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1653 unit: def leave_ClassDef_whitespace_after_class() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1654 unit: def visit_ClassDef_whitespace_after_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1655 unit: def leave_ClassDef_whitespace_after_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1656 unit: def visit_ClassDef_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1657 unit: def leave_ClassDef_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1658 unit: def visit_Colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1659 unit: def visit_Colon_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1660 unit: def leave_Colon_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1661 unit: def visit_Colon_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1662 unit: def leave_Colon_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1663 unit: def visit_Comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1664 unit: def visit_Comma_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1665 unit: def leave_Comma_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1666 unit: def visit_Comma_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1667 unit: def leave_Comma_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1668 unit: def visit_Comment() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1669 unit: def visit_Comment_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1670 unit: def leave_Comment_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1671 unit: def visit_CompFor() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1672 unit: def visit_CompFor_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1673 unit: def leave_CompFor_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1674 unit: def visit_CompFor_iter() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1675 unit: def leave_CompFor_iter() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1676 unit: def visit_CompFor_ifs() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1677 unit: def leave_CompFor_ifs() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1678 unit: def visit_CompFor_inner_for_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1679 unit: def leave_CompFor_inner_for_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1680 unit: def visit_CompFor_asynchronous() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1681 unit: def leave_CompFor_asynchronous() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1682 unit: def visit_CompFor_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1683 unit: def leave_CompFor_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1684 unit: def visit_CompFor_whitespace_after_for() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1685 unit: def leave_CompFor_whitespace_after_for() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1686 unit: def visit_CompFor_whitespace_before_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1687 unit: def leave_CompFor_whitespace_before_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1688 unit: def visit_CompFor_whitespace_after_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1689 unit: def leave_CompFor_whitespace_after_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1690 unit: def visit_CompIf() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1691 unit: def visit_CompIf_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1692 unit: def leave_CompIf_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1693 unit: def visit_CompIf_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1694 unit: def leave_CompIf_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1695 unit: def visit_CompIf_whitespace_before_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1696 unit: def leave_CompIf_whitespace_before_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1697 unit: def visit_Comparison() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1698 unit: def visit_Comparison_left() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1699 unit: def leave_Comparison_left() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1700 unit: def visit_Comparison_comparisons() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1701 unit: def leave_Comparison_comparisons() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1702 unit: def visit_Comparison_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1703 unit: def leave_Comparison_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1704 unit: def visit_Comparison_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1705 unit: def leave_Comparison_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1706 unit: def visit_ComparisonTarget() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1707 unit: def visit_ComparisonTarget_operator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1708 unit: def leave_ComparisonTarget_operator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1709 unit: def visit_ComparisonTarget_comparator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1710 unit: def leave_ComparisonTarget_comparator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1711 unit: def visit_ConcatenatedString() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1712 unit: def visit_ConcatenatedString_left() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1713 unit: def leave_ConcatenatedString_left() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1714 unit: def visit_ConcatenatedString_right() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1715 unit: def leave_ConcatenatedString_right() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1716 unit: def visit_ConcatenatedString_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1717 unit: def leave_ConcatenatedString_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1718 unit: def visit_ConcatenatedString_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1719 unit: def leave_ConcatenatedString_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1720 unit: def visit_ConcatenatedString_whitespace_between() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1721 unit: def leave_ConcatenatedString_whitespace_between() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1722 unit: def visit_Continue() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1723 unit: def visit_Continue_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1724 unit: def leave_Continue_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1725 unit: def visit_Decorator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1726 unit: def visit_Decorator_decorator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1727 unit: def leave_Decorator_decorator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1728 unit: def visit_Decorator_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1729 unit: def leave_Decorator_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1730 unit: def visit_Decorator_whitespace_after_at() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1731 unit: def leave_Decorator_whitespace_after_at() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1732 unit: def visit_Decorator_trailing_whitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1733 unit: def leave_Decorator_trailing_whitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1734 unit: def visit_Del() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1735 unit: def visit_Del_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1736 unit: def leave_Del_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1737 unit: def visit_Del_whitespace_after_del() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1738 unit: def leave_Del_whitespace_after_del() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1739 unit: def visit_Del_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1740 unit: def leave_Del_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1741 unit: def visit_Dict() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1742 unit: def visit_Dict_elements() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1743 unit: def leave_Dict_elements() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1744 unit: def visit_Dict_lbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1745 unit: def leave_Dict_lbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1746 unit: def visit_Dict_rbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1747 unit: def leave_Dict_rbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1748 unit: def visit_Dict_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1749 unit: def leave_Dict_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1750 unit: def visit_Dict_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1751 unit: def leave_Dict_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1752 unit: def visit_DictComp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1753 unit: def visit_DictComp_key() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1754 unit: def leave_DictComp_key() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1755 unit: def visit_DictComp_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1756 unit: def leave_DictComp_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1757 unit: def visit_DictComp_for_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1758 unit: def leave_DictComp_for_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1759 unit: def visit_DictComp_lbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1760 unit: def leave_DictComp_lbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1761 unit: def visit_DictComp_rbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1762 unit: def leave_DictComp_rbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1763 unit: def visit_DictComp_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1764 unit: def leave_DictComp_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1765 unit: def visit_DictComp_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1766 unit: def leave_DictComp_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1767 unit: def visit_DictComp_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1768 unit: def leave_DictComp_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1769 unit: def visit_DictComp_whitespace_after_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1770 unit: def leave_DictComp_whitespace_after_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1771 unit: def visit_DictElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1772 unit: def visit_DictElement_key() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1773 unit: def leave_DictElement_key() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1774 unit: def visit_DictElement_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1775 unit: def leave_DictElement_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1776 unit: def visit_DictElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1777 unit: def leave_DictElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1778 unit: def visit_DictElement_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1779 unit: def leave_DictElement_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1780 unit: def visit_DictElement_whitespace_after_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1781 unit: def leave_DictElement_whitespace_after_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1782 unit: def visit_Divide() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1783 unit: def visit_Divide_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1784 unit: def leave_Divide_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1785 unit: def visit_Divide_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1786 unit: def leave_Divide_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1787 unit: def visit_DivideAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1788 unit: def visit_DivideAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1789 unit: def leave_DivideAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1790 unit: def visit_DivideAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1791 unit: def leave_DivideAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1792 unit: def visit_Dot() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1793 unit: def visit_Dot_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1794 unit: def leave_Dot_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1795 unit: def visit_Dot_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1796 unit: def leave_Dot_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1797 unit: def visit_Element() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1798 unit: def visit_Element_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1799 unit: def leave_Element_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1800 unit: def visit_Element_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1801 unit: def leave_Element_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1802 unit: def visit_Ellipsis() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1803 unit: def visit_Ellipsis_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1804 unit: def leave_Ellipsis_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1805 unit: def visit_Ellipsis_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1806 unit: def leave_Ellipsis_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1807 unit: def visit_Else() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1808 unit: def visit_Else_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1809 unit: def leave_Else_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1810 unit: def visit_Else_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1811 unit: def leave_Else_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1812 unit: def visit_Else_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1813 unit: def leave_Else_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1814 unit: def visit_EmptyLine() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1815 unit: def visit_EmptyLine_indent() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1816 unit: def leave_EmptyLine_indent() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1817 unit: def visit_EmptyLine_whitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1818 unit: def leave_EmptyLine_whitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1819 unit: def visit_EmptyLine_comment() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1820 unit: def leave_EmptyLine_comment() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1821 unit: def visit_EmptyLine_newline() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1822 unit: def leave_EmptyLine_newline() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1823 unit: def visit_Equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1824 unit: def visit_Equal_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1825 unit: def leave_Equal_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1826 unit: def visit_Equal_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1827 unit: def leave_Equal_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1828 unit: def visit_ExceptHandler() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1829 unit: def visit_ExceptHandler_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1830 unit: def leave_ExceptHandler_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1831 unit: def visit_ExceptHandler_type() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1832 unit: def leave_ExceptHandler_type() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1833 unit: def visit_ExceptHandler_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1834 unit: def leave_ExceptHandler_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1835 unit: def visit_ExceptHandler_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1836 unit: def leave_ExceptHandler_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1837 unit: def visit_ExceptHandler_whitespace_after_except() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1838 unit: def leave_ExceptHandler_whitespace_after_except() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1839 unit: def visit_ExceptHandler_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1840 unit: def leave_ExceptHandler_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1841 unit: def visit_ExceptStarHandler() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1842 unit: def visit_ExceptStarHandler_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1843 unit: def leave_ExceptStarHandler_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1844 unit: def visit_ExceptStarHandler_type() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1845 unit: def leave_ExceptStarHandler_type() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1846 unit: def visit_ExceptStarHandler_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1847 unit: def leave_ExceptStarHandler_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1848 unit: def visit_ExceptStarHandler_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1849 unit: def leave_ExceptStarHandler_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1850 unit: def visit_ExceptStarHandler_whitespace_after_except() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1851 unit: def leave_ExceptStarHandler_whitespace_after_except() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1852 unit: def visit_ExceptStarHandler_whitespace_after_star() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1853 unit: def leave_ExceptStarHandler_whitespace_after_star() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1854 unit: def visit_ExceptStarHandler_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1855 unit: def leave_ExceptStarHandler_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1856 unit: def visit_Expr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1857 unit: def visit_Expr_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1858 unit: def leave_Expr_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1859 unit: def visit_Expr_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1860 unit: def leave_Expr_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1861 unit: def visit_Finally() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1862 unit: def visit_Finally_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1863 unit: def leave_Finally_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1864 unit: def visit_Finally_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1865 unit: def leave_Finally_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1866 unit: def visit_Finally_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1867 unit: def leave_Finally_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1868 unit: def visit_Float() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1869 unit: def visit_Float_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1870 unit: def leave_Float_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1871 unit: def visit_Float_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1872 unit: def leave_Float_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1873 unit: def visit_Float_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1874 unit: def leave_Float_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1875 unit: def visit_FloorDivide() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1876 unit: def visit_FloorDivide_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1877 unit: def leave_FloorDivide_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1878 unit: def visit_FloorDivide_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1879 unit: def leave_FloorDivide_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1880 unit: def visit_FloorDivideAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1881 unit: def visit_FloorDivideAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1882 unit: def leave_FloorDivideAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1883 unit: def visit_FloorDivideAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1884 unit: def leave_FloorDivideAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1885 unit: def visit_For() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1886 unit: def visit_For_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1887 unit: def leave_For_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1888 unit: def visit_For_iter() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1889 unit: def leave_For_iter() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1890 unit: def visit_For_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1891 unit: def leave_For_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1892 unit: def visit_For_orelse() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1893 unit: def leave_For_orelse() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1894 unit: def visit_For_asynchronous() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1895 unit: def leave_For_asynchronous() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1896 unit: def visit_For_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1897 unit: def leave_For_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1898 unit: def visit_For_whitespace_after_for() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1899 unit: def leave_For_whitespace_after_for() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1900 unit: def visit_For_whitespace_before_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1901 unit: def leave_For_whitespace_before_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1902 unit: def visit_For_whitespace_after_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1903 unit: def leave_For_whitespace_after_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1904 unit: def visit_For_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1905 unit: def leave_For_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1906 unit: def visit_FormattedString() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1907 unit: def visit_FormattedString_parts() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1908 unit: def leave_FormattedString_parts() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1909 unit: def visit_FormattedString_start() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1910 unit: def leave_FormattedString_start() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1911 unit: def visit_FormattedString_end() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1912 unit: def leave_FormattedString_end() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1913 unit: def visit_FormattedString_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1914 unit: def leave_FormattedString_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1915 unit: def visit_FormattedString_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1916 unit: def leave_FormattedString_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1917 unit: def visit_FormattedStringExpression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1918 unit: def visit_FormattedStringExpression_expression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1919 unit: def leave_FormattedStringExpression_expression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1920 unit: def visit_FormattedStringExpression_conversion() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1921 unit: def leave_FormattedStringExpression_conversion() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1922 unit: def visit_FormattedStringExpression_format_spec() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1923 unit: def leave_FormattedStringExpression_format_spec() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1924 unit: def visit_FormattedStringExpression_whitespace_before_expression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1925 unit: def leave_FormattedStringExpression_whitespace_before_expression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1926 unit: def visit_FormattedStringExpression_whitespace_after_expression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1927 unit: def leave_FormattedStringExpression_whitespace_after_expression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1928 unit: def visit_FormattedStringExpression_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1929 unit: def leave_FormattedStringExpression_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1930 unit: def visit_FormattedStringText() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1931 unit: def visit_FormattedStringText_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1932 unit: def leave_FormattedStringText_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1933 unit: def visit_From() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1934 unit: def visit_From_item() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1935 unit: def leave_From_item() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1936 unit: def visit_From_whitespace_before_from() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1937 unit: def leave_From_whitespace_before_from() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1938 unit: def visit_From_whitespace_after_from() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1939 unit: def leave_From_whitespace_after_from() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1940 unit: def visit_FunctionDef() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1941 unit: def visit_FunctionDef_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1942 unit: def leave_FunctionDef_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1943 unit: def visit_FunctionDef_params() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1944 unit: def leave_FunctionDef_params() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1945 unit: def visit_FunctionDef_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1946 unit: def leave_FunctionDef_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1947 unit: def visit_FunctionDef_decorators() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1948 unit: def leave_FunctionDef_decorators() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1949 unit: def visit_FunctionDef_returns() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1950 unit: def leave_FunctionDef_returns() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1951 unit: def visit_FunctionDef_asynchronous() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1952 unit: def leave_FunctionDef_asynchronous() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1953 unit: def visit_FunctionDef_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1954 unit: def leave_FunctionDef_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1955 unit: def visit_FunctionDef_lines_after_decorators() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1956 unit: def leave_FunctionDef_lines_after_decorators() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1957 unit: def visit_FunctionDef_whitespace_after_def() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1958 unit: def leave_FunctionDef_whitespace_after_def() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1959 unit: def visit_FunctionDef_whitespace_after_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1960 unit: def leave_FunctionDef_whitespace_after_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1961 unit: def visit_FunctionDef_whitespace_before_params() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1962 unit: def leave_FunctionDef_whitespace_before_params() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1963 unit: def visit_FunctionDef_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1964 unit: def leave_FunctionDef_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1965 unit: def visit_GeneratorExp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1966 unit: def visit_GeneratorExp_elt() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1967 unit: def leave_GeneratorExp_elt() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1968 unit: def visit_GeneratorExp_for_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1969 unit: def leave_GeneratorExp_for_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1970 unit: def visit_GeneratorExp_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1971 unit: def leave_GeneratorExp_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1972 unit: def visit_GeneratorExp_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1973 unit: def leave_GeneratorExp_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1974 unit: def visit_Global() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1975 unit: def visit_Global_names() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1976 unit: def leave_Global_names() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1977 unit: def visit_Global_whitespace_after_global() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1978 unit: def leave_Global_whitespace_after_global() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1979 unit: def visit_Global_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1980 unit: def leave_Global_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1981 unit: def visit_GreaterThan() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1982 unit: def visit_GreaterThan_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1983 unit: def leave_GreaterThan_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1984 unit: def visit_GreaterThan_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1985 unit: def leave_GreaterThan_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1986 unit: def visit_GreaterThanEqual() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1987 unit: def visit_GreaterThanEqual_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1988 unit: def leave_GreaterThanEqual_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 1989 unit: def visit_GreaterThanEqual_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1990 unit: def leave_GreaterThanEqual_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1991 unit: def visit_If() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1992 unit: def visit_If_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1993 unit: def leave_If_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1994 unit: def visit_If_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1995 unit: def leave_If_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1996 unit: def visit_If_orelse() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1997 unit: def leave_If_orelse() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1998 unit: def visit_If_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 1999 unit: def leave_If_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2000 unit: def visit_If_whitespace_before_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2001 unit: def leave_If_whitespace_before_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2002 unit: def visit_If_whitespace_after_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2003 unit: def leave_If_whitespace_after_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2004 unit: def visit_IfExp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2005 unit: def visit_IfExp_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2006 unit: def leave_IfExp_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2007 unit: def visit_IfExp_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2008 unit: def leave_IfExp_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2009 unit: def visit_IfExp_orelse() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2010 unit: def leave_IfExp_orelse() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2011 unit: def visit_IfExp_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2012 unit: def leave_IfExp_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2013 unit: def visit_IfExp_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2014 unit: def leave_IfExp_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2015 unit: def visit_IfExp_whitespace_before_if() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2016 unit: def leave_IfExp_whitespace_before_if() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2017 unit: def visit_IfExp_whitespace_after_if() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2018 unit: def leave_IfExp_whitespace_after_if() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2019 unit: def visit_IfExp_whitespace_before_else() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2020 unit: def leave_IfExp_whitespace_before_else() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2021 unit: def visit_IfExp_whitespace_after_else() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2022 unit: def leave_IfExp_whitespace_after_else() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2023 unit: def visit_Imaginary() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2024 unit: def visit_Imaginary_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2025 unit: def leave_Imaginary_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2026 unit: def visit_Imaginary_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2027 unit: def leave_Imaginary_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2028 unit: def visit_Imaginary_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2029 unit: def leave_Imaginary_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2030 unit: def visit_Import() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2031 unit: def visit_Import_names() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2032 unit: def leave_Import_names() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2033 unit: def visit_Import_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2034 unit: def leave_Import_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2035 unit: def visit_Import_whitespace_after_import() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2036 unit: def leave_Import_whitespace_after_import() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2037 unit: def visit_ImportAlias() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2038 unit: def visit_ImportAlias_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2039 unit: def leave_ImportAlias_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2040 unit: def visit_ImportAlias_asname() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2041 unit: def leave_ImportAlias_asname() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2042 unit: def visit_ImportAlias_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2043 unit: def leave_ImportAlias_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2044 unit: def visit_ImportFrom() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2045 unit: def visit_ImportFrom_module() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2046 unit: def leave_ImportFrom_module() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2047 unit: def visit_ImportFrom_names() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2048 unit: def leave_ImportFrom_names() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2049 unit: def visit_ImportFrom_relative() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2050 unit: def leave_ImportFrom_relative() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2051 unit: def visit_ImportFrom_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2052 unit: def leave_ImportFrom_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2053 unit: def visit_ImportFrom_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2054 unit: def leave_ImportFrom_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2055 unit: def visit_ImportFrom_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2056 unit: def leave_ImportFrom_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2057 unit: def visit_ImportFrom_whitespace_after_from() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2058 unit: def leave_ImportFrom_whitespace_after_from() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2059 unit: def visit_ImportFrom_whitespace_before_import() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2060 unit: def leave_ImportFrom_whitespace_before_import() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2061 unit: def visit_ImportFrom_whitespace_after_import() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2062 unit: def leave_ImportFrom_whitespace_after_import() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2063 unit: def visit_ImportStar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2064 unit: def visit_In() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2065 unit: def visit_In_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2066 unit: def leave_In_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2067 unit: def visit_In_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2068 unit: def leave_In_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2069 unit: def visit_IndentedBlock() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2070 unit: def visit_IndentedBlock_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2071 unit: def leave_IndentedBlock_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2072 unit: def visit_IndentedBlock_header() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2073 unit: def leave_IndentedBlock_header() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2074 unit: def visit_IndentedBlock_indent() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2075 unit: def leave_IndentedBlock_indent() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2076 unit: def visit_IndentedBlock_footer() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2077 unit: def leave_IndentedBlock_footer() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2078 unit: def visit_Index() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2079 unit: def visit_Index_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2080 unit: def leave_Index_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2081 unit: def visit_Integer() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2082 unit: def visit_Integer_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2083 unit: def leave_Integer_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2084 unit: def visit_Integer_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2085 unit: def leave_Integer_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2086 unit: def visit_Integer_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2087 unit: def leave_Integer_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2088 unit: def visit_Is() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2089 unit: def visit_Is_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2090 unit: def leave_Is_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2091 unit: def visit_Is_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2092 unit: def leave_Is_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2093 unit: def visit_IsNot() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2094 unit: def visit_IsNot_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2095 unit: def leave_IsNot_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2096 unit: def visit_IsNot_whitespace_between() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2097 unit: def leave_IsNot_whitespace_between() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2098 unit: def visit_IsNot_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2099 unit: def leave_IsNot_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2100 unit: def visit_Lambda() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2101 unit: def visit_Lambda_params() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2102 unit: def leave_Lambda_params() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2103 unit: def visit_Lambda_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2104 unit: def leave_Lambda_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2105 unit: def visit_Lambda_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2106 unit: def leave_Lambda_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2107 unit: def visit_Lambda_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2108 unit: def leave_Lambda_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2109 unit: def visit_Lambda_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2110 unit: def leave_Lambda_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2111 unit: def visit_Lambda_whitespace_after_lambda() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2112 unit: def leave_Lambda_whitespace_after_lambda() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2113 unit: def visit_LeftCurlyBrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2114 unit: def visit_LeftCurlyBrace_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2115 unit: def leave_LeftCurlyBrace_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2116 unit: def visit_LeftParen() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2117 unit: def visit_LeftParen_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2118 unit: def leave_LeftParen_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2119 unit: def visit_LeftShift() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2120 unit: def visit_LeftShift_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2121 unit: def leave_LeftShift_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2122 unit: def visit_LeftShift_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2123 unit: def leave_LeftShift_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2124 unit: def visit_LeftShiftAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2125 unit: def visit_LeftShiftAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2126 unit: def leave_LeftShiftAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2127 unit: def visit_LeftShiftAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2128 unit: def leave_LeftShiftAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2129 unit: def visit_LeftSquareBracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2130 unit: def visit_LeftSquareBracket_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2131 unit: def leave_LeftSquareBracket_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2132 unit: def visit_LessThan() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2133 unit: def visit_LessThan_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2134 unit: def leave_LessThan_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2135 unit: def visit_LessThan_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2136 unit: def leave_LessThan_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2137 unit: def visit_LessThanEqual() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2138 unit: def visit_LessThanEqual_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2139 unit: def leave_LessThanEqual_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2140 unit: def visit_LessThanEqual_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2141 unit: def leave_LessThanEqual_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2142 unit: def visit_List() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2143 unit: def visit_List_elements() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2144 unit: def leave_List_elements() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2145 unit: def visit_List_lbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2146 unit: def leave_List_lbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2147 unit: def visit_List_rbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2148 unit: def leave_List_rbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2149 unit: def visit_List_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2150 unit: def leave_List_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2151 unit: def visit_List_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2152 unit: def leave_List_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2153 unit: def visit_ListComp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2154 unit: def visit_ListComp_elt() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2155 unit: def leave_ListComp_elt() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2156 unit: def visit_ListComp_for_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2157 unit: def leave_ListComp_for_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2158 unit: def visit_ListComp_lbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2159 unit: def leave_ListComp_lbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2160 unit: def visit_ListComp_rbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2161 unit: def leave_ListComp_rbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2162 unit: def visit_ListComp_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2163 unit: def leave_ListComp_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2164 unit: def visit_ListComp_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2165 unit: def leave_ListComp_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2166 unit: def visit_Match() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2167 unit: def visit_Match_subject() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2168 unit: def leave_Match_subject() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2169 unit: def visit_Match_cases() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2170 unit: def leave_Match_cases() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2171 unit: def visit_Match_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2172 unit: def leave_Match_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2173 unit: def visit_Match_whitespace_after_match() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2174 unit: def leave_Match_whitespace_after_match() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2175 unit: def visit_Match_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2176 unit: def leave_Match_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2177 unit: def visit_Match_whitespace_after_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2178 unit: def leave_Match_whitespace_after_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2179 unit: def visit_Match_indent() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2180 unit: def leave_Match_indent() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2181 unit: def visit_Match_footer() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2182 unit: def leave_Match_footer() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2183 unit: def visit_MatchAs() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2184 unit: def visit_MatchAs_pattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2185 unit: def leave_MatchAs_pattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2186 unit: def visit_MatchAs_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2187 unit: def leave_MatchAs_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2188 unit: def visit_MatchAs_whitespace_before_as() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2189 unit: def leave_MatchAs_whitespace_before_as() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2190 unit: def visit_MatchAs_whitespace_after_as() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2191 unit: def leave_MatchAs_whitespace_after_as() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2192 unit: def visit_MatchAs_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2193 unit: def leave_MatchAs_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2194 unit: def visit_MatchAs_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2195 unit: def leave_MatchAs_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2196 unit: def visit_MatchCase() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2197 unit: def visit_MatchCase_pattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2198 unit: def leave_MatchCase_pattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2199 unit: def visit_MatchCase_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2200 unit: def leave_MatchCase_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2201 unit: def visit_MatchCase_guard() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2202 unit: def leave_MatchCase_guard() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2203 unit: def visit_MatchCase_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2204 unit: def leave_MatchCase_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2205 unit: def visit_MatchCase_whitespace_after_case() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2206 unit: def leave_MatchCase_whitespace_after_case() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2207 unit: def visit_MatchCase_whitespace_before_if() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2208 unit: def leave_MatchCase_whitespace_before_if() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2209 unit: def visit_MatchCase_whitespace_after_if() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2210 unit: def leave_MatchCase_whitespace_after_if() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2211 unit: def visit_MatchCase_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2212 unit: def leave_MatchCase_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2213 unit: def visit_MatchClass() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2214 unit: def visit_MatchClass_cls() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2215 unit: def leave_MatchClass_cls() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2216 unit: def visit_MatchClass_patterns() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2217 unit: def leave_MatchClass_patterns() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2218 unit: def visit_MatchClass_kwds() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2219 unit: def leave_MatchClass_kwds() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2220 unit: def visit_MatchClass_whitespace_after_cls() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2221 unit: def leave_MatchClass_whitespace_after_cls() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2222 unit: def visit_MatchClass_whitespace_before_patterns() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2223 unit: def leave_MatchClass_whitespace_before_patterns() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2224 unit: def visit_MatchClass_whitespace_after_kwds() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2225 unit: def leave_MatchClass_whitespace_after_kwds() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2226 unit: def visit_MatchClass_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2227 unit: def leave_MatchClass_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2228 unit: def visit_MatchClass_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2229 unit: def leave_MatchClass_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2230 unit: def visit_MatchKeywordElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2231 unit: def visit_MatchKeywordElement_key() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2232 unit: def leave_MatchKeywordElement_key() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2233 unit: def visit_MatchKeywordElement_pattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2234 unit: def leave_MatchKeywordElement_pattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2235 unit: def visit_MatchKeywordElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2236 unit: def leave_MatchKeywordElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2237 unit: def visit_MatchKeywordElement_whitespace_before_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2238 unit: def leave_MatchKeywordElement_whitespace_before_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2239 unit: def visit_MatchKeywordElement_whitespace_after_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2240 unit: def leave_MatchKeywordElement_whitespace_after_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2241 unit: def visit_MatchList() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2242 unit: def visit_MatchList_patterns() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2243 unit: def leave_MatchList_patterns() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2244 unit: def visit_MatchList_lbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2245 unit: def leave_MatchList_lbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2246 unit: def visit_MatchList_rbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2247 unit: def leave_MatchList_rbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2248 unit: def visit_MatchList_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2249 unit: def leave_MatchList_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2250 unit: def visit_MatchList_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2251 unit: def leave_MatchList_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2252 unit: def visit_MatchMapping() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2253 unit: def visit_MatchMapping_elements() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2254 unit: def leave_MatchMapping_elements() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2255 unit: def visit_MatchMapping_lbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2256 unit: def leave_MatchMapping_lbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2257 unit: def visit_MatchMapping_rbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2258 unit: def leave_MatchMapping_rbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2259 unit: def visit_MatchMapping_rest() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2260 unit: def leave_MatchMapping_rest() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2261 unit: def visit_MatchMapping_whitespace_before_rest() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2262 unit: def leave_MatchMapping_whitespace_before_rest() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2263 unit: def visit_MatchMapping_trailing_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2264 unit: def leave_MatchMapping_trailing_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2265 unit: def visit_MatchMapping_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2266 unit: def leave_MatchMapping_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2267 unit: def visit_MatchMapping_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2268 unit: def leave_MatchMapping_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2269 unit: def visit_MatchMappingElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2270 unit: def visit_MatchMappingElement_key() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2271 unit: def leave_MatchMappingElement_key() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2272 unit: def visit_MatchMappingElement_pattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2273 unit: def leave_MatchMappingElement_pattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2274 unit: def visit_MatchMappingElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2275 unit: def leave_MatchMappingElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2276 unit: def visit_MatchMappingElement_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2277 unit: def leave_MatchMappingElement_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2278 unit: def visit_MatchMappingElement_whitespace_after_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2279 unit: def leave_MatchMappingElement_whitespace_after_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2280 unit: def visit_MatchOr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2281 unit: def visit_MatchOr_patterns() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2282 unit: def leave_MatchOr_patterns() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2283 unit: def visit_MatchOr_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2284 unit: def leave_MatchOr_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2285 unit: def visit_MatchOr_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2286 unit: def leave_MatchOr_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2287 unit: def visit_MatchOrElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2288 unit: def visit_MatchOrElement_pattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2289 unit: def leave_MatchOrElement_pattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2290 unit: def visit_MatchOrElement_separator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2291 unit: def leave_MatchOrElement_separator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2292 unit: def visit_MatchPattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2293 unit: def visit_MatchSequence() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2294 unit: def visit_MatchSequenceElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2295 unit: def visit_MatchSequenceElement_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2296 unit: def leave_MatchSequenceElement_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2297 unit: def visit_MatchSequenceElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2298 unit: def leave_MatchSequenceElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2299 unit: def visit_MatchSingleton() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2300 unit: def visit_MatchSingleton_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2301 unit: def leave_MatchSingleton_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2302 unit: def visit_MatchStar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2303 unit: def visit_MatchStar_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2304 unit: def leave_MatchStar_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2305 unit: def visit_MatchStar_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2306 unit: def leave_MatchStar_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2307 unit: def visit_MatchStar_whitespace_before_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2308 unit: def leave_MatchStar_whitespace_before_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2309 unit: def visit_MatchTuple() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2310 unit: def visit_MatchTuple_patterns() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2311 unit: def leave_MatchTuple_patterns() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2312 unit: def visit_MatchTuple_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2313 unit: def leave_MatchTuple_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2314 unit: def visit_MatchTuple_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2315 unit: def leave_MatchTuple_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2316 unit: def visit_MatchValue() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2317 unit: def visit_MatchValue_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2318 unit: def leave_MatchValue_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2319 unit: def visit_MatrixMultiply() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2320 unit: def visit_MatrixMultiply_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2321 unit: def leave_MatrixMultiply_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2322 unit: def visit_MatrixMultiply_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2323 unit: def leave_MatrixMultiply_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2324 unit: def visit_MatrixMultiplyAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2325 unit: def visit_MatrixMultiplyAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2326 unit: def leave_MatrixMultiplyAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2327 unit: def visit_MatrixMultiplyAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2328 unit: def leave_MatrixMultiplyAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2329 unit: def visit_Minus() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2330 unit: def visit_Minus_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2331 unit: def leave_Minus_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2332 unit: def visit_Module() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2333 unit: def visit_Module_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2334 unit: def leave_Module_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2335 unit: def visit_Module_header() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2336 unit: def leave_Module_header() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2337 unit: def visit_Module_footer() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2338 unit: def leave_Module_footer() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2339 unit: def visit_Module_encoding() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2340 unit: def leave_Module_encoding() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2341 unit: def visit_Module_default_indent() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2342 unit: def leave_Module_default_indent() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2343 unit: def visit_Module_default_newline() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2344 unit: def leave_Module_default_newline() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2345 unit: def visit_Module_has_trailing_newline() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2346 unit: def leave_Module_has_trailing_newline() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2347 unit: def visit_Modulo() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2348 unit: def visit_Modulo_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2349 unit: def leave_Modulo_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2350 unit: def visit_Modulo_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2351 unit: def leave_Modulo_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2352 unit: def visit_ModuloAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2353 unit: def visit_ModuloAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2354 unit: def leave_ModuloAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2355 unit: def visit_ModuloAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2356 unit: def leave_ModuloAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2357 unit: def visit_Multiply() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2358 unit: def visit_Multiply_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2359 unit: def leave_Multiply_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2360 unit: def visit_Multiply_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2361 unit: def leave_Multiply_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2362 unit: def visit_MultiplyAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2363 unit: def visit_MultiplyAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2364 unit: def leave_MultiplyAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2365 unit: def visit_MultiplyAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2366 unit: def leave_MultiplyAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2367 unit: def visit_Name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2368 unit: def visit_Name_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2369 unit: def leave_Name_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2370 unit: def visit_Name_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2371 unit: def leave_Name_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2372 unit: def visit_Name_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2373 unit: def leave_Name_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2374 unit: def visit_NameItem() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2375 unit: def visit_NameItem_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2376 unit: def leave_NameItem_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2377 unit: def visit_NameItem_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2378 unit: def leave_NameItem_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2379 unit: def visit_NamedExpr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2380 unit: def visit_NamedExpr_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2381 unit: def leave_NamedExpr_target() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2382 unit: def visit_NamedExpr_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2383 unit: def leave_NamedExpr_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2384 unit: def visit_NamedExpr_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2385 unit: def leave_NamedExpr_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2386 unit: def visit_NamedExpr_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2387 unit: def leave_NamedExpr_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2388 unit: def visit_NamedExpr_whitespace_before_walrus() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2389 unit: def leave_NamedExpr_whitespace_before_walrus() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2390 unit: def visit_NamedExpr_whitespace_after_walrus() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2391 unit: def leave_NamedExpr_whitespace_after_walrus() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2392 unit: def visit_Newline() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2393 unit: def visit_Newline_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2394 unit: def leave_Newline_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2395 unit: def visit_Nonlocal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2396 unit: def visit_Nonlocal_names() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2397 unit: def leave_Nonlocal_names() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2398 unit: def visit_Nonlocal_whitespace_after_nonlocal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2399 unit: def leave_Nonlocal_whitespace_after_nonlocal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2400 unit: def visit_Nonlocal_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2401 unit: def leave_Nonlocal_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2402 unit: def visit_Not() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2403 unit: def visit_Not_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2404 unit: def leave_Not_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2405 unit: def visit_NotEqual() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2406 unit: def visit_NotEqual_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2407 unit: def leave_NotEqual_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2408 unit: def visit_NotEqual_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2409 unit: def leave_NotEqual_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2410 unit: def visit_NotEqual_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2411 unit: def leave_NotEqual_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2412 unit: def visit_NotIn() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2413 unit: def visit_NotIn_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2414 unit: def leave_NotIn_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2415 unit: def visit_NotIn_whitespace_between() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2416 unit: def leave_NotIn_whitespace_between() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2417 unit: def visit_NotIn_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2418 unit: def leave_NotIn_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2419 unit: def visit_Or() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2420 unit: def visit_Or_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2421 unit: def leave_Or_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2422 unit: def visit_Or_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2423 unit: def leave_Or_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2424 unit: def visit_Param() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2425 unit: def visit_Param_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2426 unit: def leave_Param_name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2427 unit: def visit_Param_annotation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2428 unit: def leave_Param_annotation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2429 unit: def visit_Param_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2430 unit: def leave_Param_equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2431 unit: def visit_Param_default() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2432 unit: def leave_Param_default() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2433 unit: def visit_Param_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2434 unit: def leave_Param_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2435 unit: def visit_Param_star() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2436 unit: def leave_Param_star() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2437 unit: def visit_Param_whitespace_after_star() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2438 unit: def leave_Param_whitespace_after_star() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2439 unit: def visit_Param_whitespace_after_param() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2440 unit: def leave_Param_whitespace_after_param() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2441 unit: def visit_ParamSlash() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2442 unit: def visit_ParamSlash_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2443 unit: def leave_ParamSlash_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2444 unit: def visit_ParamStar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2445 unit: def visit_ParamStar_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2446 unit: def leave_ParamStar_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2447 unit: def visit_Parameters() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2448 unit: def visit_Parameters_params() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2449 unit: def leave_Parameters_params() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2450 unit: def visit_Parameters_star_arg() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2451 unit: def leave_Parameters_star_arg() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2452 unit: def visit_Parameters_kwonly_params() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2453 unit: def leave_Parameters_kwonly_params() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2454 unit: def visit_Parameters_star_kwarg() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2455 unit: def leave_Parameters_star_kwarg() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2456 unit: def visit_Parameters_posonly_params() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2457 unit: def leave_Parameters_posonly_params() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2458 unit: def visit_Parameters_posonly_ind() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2459 unit: def leave_Parameters_posonly_ind() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2460 unit: def visit_ParenthesizedWhitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2461 unit: def visit_ParenthesizedWhitespace_first_line() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2462 unit: def leave_ParenthesizedWhitespace_first_line() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2463 unit: def visit_ParenthesizedWhitespace_empty_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2464 unit: def leave_ParenthesizedWhitespace_empty_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2465 unit: def visit_ParenthesizedWhitespace_indent() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2466 unit: def leave_ParenthesizedWhitespace_indent() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2467 unit: def visit_ParenthesizedWhitespace_last_line() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2468 unit: def leave_ParenthesizedWhitespace_last_line() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2469 unit: def visit_Pass() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2470 unit: def visit_Pass_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2471 unit: def leave_Pass_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2472 unit: def visit_Plus() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2473 unit: def visit_Plus_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2474 unit: def leave_Plus_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2475 unit: def visit_Power() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2476 unit: def visit_Power_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2477 unit: def leave_Power_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2478 unit: def visit_Power_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2479 unit: def leave_Power_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2480 unit: def visit_PowerAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2481 unit: def visit_PowerAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2482 unit: def leave_PowerAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2483 unit: def visit_PowerAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2484 unit: def leave_PowerAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2485 unit: def visit_Raise() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2486 unit: def visit_Raise_exc() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2487 unit: def leave_Raise_exc() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2488 unit: def visit_Raise_cause() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2489 unit: def leave_Raise_cause() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2490 unit: def visit_Raise_whitespace_after_raise() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2491 unit: def leave_Raise_whitespace_after_raise() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2492 unit: def visit_Raise_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2493 unit: def leave_Raise_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2494 unit: def visit_Return() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2495 unit: def visit_Return_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2496 unit: def leave_Return_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2497 unit: def visit_Return_whitespace_after_return() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2498 unit: def leave_Return_whitespace_after_return() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2499 unit: def visit_Return_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2500 unit: def leave_Return_semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2501 unit: def visit_RightCurlyBrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2502 unit: def visit_RightCurlyBrace_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2503 unit: def leave_RightCurlyBrace_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2504 unit: def visit_RightParen() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2505 unit: def visit_RightParen_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2506 unit: def leave_RightParen_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2507 unit: def visit_RightShift() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2508 unit: def visit_RightShift_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2509 unit: def leave_RightShift_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2510 unit: def visit_RightShift_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2511 unit: def leave_RightShift_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2512 unit: def visit_RightShiftAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2513 unit: def visit_RightShiftAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2514 unit: def leave_RightShiftAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2515 unit: def visit_RightShiftAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2516 unit: def leave_RightShiftAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2517 unit: def visit_RightSquareBracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2518 unit: def visit_RightSquareBracket_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2519 unit: def leave_RightSquareBracket_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2520 unit: def visit_Semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2521 unit: def visit_Semicolon_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2522 unit: def leave_Semicolon_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2523 unit: def visit_Semicolon_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2524 unit: def leave_Semicolon_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2525 unit: def visit_Set() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2526 unit: def visit_Set_elements() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2527 unit: def leave_Set_elements() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2528 unit: def visit_Set_lbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2529 unit: def leave_Set_lbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2530 unit: def visit_Set_rbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2531 unit: def leave_Set_rbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2532 unit: def visit_Set_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2533 unit: def leave_Set_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2534 unit: def visit_Set_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2535 unit: def leave_Set_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2536 unit: def visit_SetComp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2537 unit: def visit_SetComp_elt() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2538 unit: def leave_SetComp_elt() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2539 unit: def visit_SetComp_for_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2540 unit: def leave_SetComp_for_in() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2541 unit: def visit_SetComp_lbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2542 unit: def leave_SetComp_lbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2543 unit: def visit_SetComp_rbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2544 unit: def leave_SetComp_rbrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2545 unit: def visit_SetComp_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2546 unit: def leave_SetComp_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2547 unit: def visit_SetComp_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2548 unit: def leave_SetComp_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2549 unit: def visit_SimpleStatementLine() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2550 unit: def visit_SimpleStatementLine_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2551 unit: def leave_SimpleStatementLine_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2552 unit: def visit_SimpleStatementLine_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2553 unit: def leave_SimpleStatementLine_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2554 unit: def visit_SimpleStatementLine_trailing_whitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2555 unit: def leave_SimpleStatementLine_trailing_whitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2556 unit: def visit_SimpleStatementSuite() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2557 unit: def visit_SimpleStatementSuite_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2558 unit: def leave_SimpleStatementSuite_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2559 unit: def visit_SimpleStatementSuite_leading_whitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2560 unit: def leave_SimpleStatementSuite_leading_whitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2561 unit: def visit_SimpleStatementSuite_trailing_whitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2562 unit: def leave_SimpleStatementSuite_trailing_whitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2563 unit: def visit_SimpleString() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2564 unit: def visit_SimpleString_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2565 unit: def leave_SimpleString_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2566 unit: def visit_SimpleString_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2567 unit: def leave_SimpleString_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2568 unit: def visit_SimpleString_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2569 unit: def leave_SimpleString_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2570 unit: def visit_SimpleWhitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2571 unit: def visit_SimpleWhitespace_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2572 unit: def leave_SimpleWhitespace_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2573 unit: def visit_Slice() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2574 unit: def visit_Slice_lower() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2575 unit: def leave_Slice_lower() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2576 unit: def visit_Slice_upper() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2577 unit: def leave_Slice_upper() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2578 unit: def visit_Slice_step() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2579 unit: def leave_Slice_step() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2580 unit: def visit_Slice_first_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2581 unit: def leave_Slice_first_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2582 unit: def visit_Slice_second_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2583 unit: def leave_Slice_second_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2584 unit: def visit_StarredDictElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2585 unit: def visit_StarredDictElement_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2586 unit: def leave_StarredDictElement_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2587 unit: def visit_StarredDictElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2588 unit: def leave_StarredDictElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2589 unit: def visit_StarredDictElement_whitespace_before_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2590 unit: def leave_StarredDictElement_whitespace_before_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2591 unit: def visit_StarredElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2592 unit: def visit_StarredElement_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2593 unit: def leave_StarredElement_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2594 unit: def visit_StarredElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2595 unit: def leave_StarredElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2596 unit: def visit_StarredElement_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2597 unit: def leave_StarredElement_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2598 unit: def visit_StarredElement_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2599 unit: def leave_StarredElement_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2600 unit: def visit_StarredElement_whitespace_before_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2601 unit: def leave_StarredElement_whitespace_before_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2602 unit: def visit_Subscript() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2603 unit: def visit_Subscript_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2604 unit: def leave_Subscript_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2605 unit: def visit_Subscript_slice() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2606 unit: def leave_Subscript_slice() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2607 unit: def visit_Subscript_lbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2608 unit: def leave_Subscript_lbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2609 unit: def visit_Subscript_rbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2610 unit: def leave_Subscript_rbracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2611 unit: def visit_Subscript_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2612 unit: def leave_Subscript_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2613 unit: def visit_Subscript_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2614 unit: def leave_Subscript_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2615 unit: def visit_Subscript_whitespace_after_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2616 unit: def leave_Subscript_whitespace_after_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2617 unit: def visit_SubscriptElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2618 unit: def visit_SubscriptElement_slice() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2619 unit: def leave_SubscriptElement_slice() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2620 unit: def visit_SubscriptElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2621 unit: def leave_SubscriptElement_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2622 unit: def visit_Subtract() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2623 unit: def visit_Subtract_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2624 unit: def leave_Subtract_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2625 unit: def visit_Subtract_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2626 unit: def leave_Subtract_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2627 unit: def visit_SubtractAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2628 unit: def visit_SubtractAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2629 unit: def leave_SubtractAssign_whitespace_before() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2630 unit: def visit_SubtractAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2631 unit: def leave_SubtractAssign_whitespace_after() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2632 unit: def visit_TrailingWhitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2633 unit: def visit_TrailingWhitespace_whitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2634 unit: def leave_TrailingWhitespace_whitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2635 unit: def visit_TrailingWhitespace_comment() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2636 unit: def leave_TrailingWhitespace_comment() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2637 unit: def visit_TrailingWhitespace_newline() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2638 unit: def leave_TrailingWhitespace_newline() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2639 unit: def visit_Try() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2640 unit: def visit_Try_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2641 unit: def leave_Try_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2642 unit: def visit_Try_handlers() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2643 unit: def leave_Try_handlers() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2644 unit: def visit_Try_orelse() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2645 unit: def leave_Try_orelse() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2646 unit: def visit_Try_finalbody() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2647 unit: def leave_Try_finalbody() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2648 unit: def visit_Try_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2649 unit: def leave_Try_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2650 unit: def visit_Try_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2651 unit: def leave_Try_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2652 unit: def visit_TryStar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2653 unit: def visit_TryStar_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2654 unit: def leave_TryStar_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2655 unit: def visit_TryStar_handlers() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2656 unit: def leave_TryStar_handlers() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2657 unit: def visit_TryStar_orelse() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2658 unit: def leave_TryStar_orelse() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2659 unit: def visit_TryStar_finalbody() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2660 unit: def leave_TryStar_finalbody() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2661 unit: def visit_TryStar_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2662 unit: def leave_TryStar_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2663 unit: def visit_TryStar_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2664 unit: def leave_TryStar_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2665 unit: def visit_Tuple() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2666 unit: def visit_Tuple_elements() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2667 unit: def leave_Tuple_elements() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2668 unit: def visit_Tuple_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2669 unit: def leave_Tuple_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2670 unit: def visit_Tuple_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2671 unit: def leave_Tuple_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2672 unit: def visit_UnaryOperation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2673 unit: def visit_UnaryOperation_operator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2674 unit: def leave_UnaryOperation_operator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2675 unit: def visit_UnaryOperation_expression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2676 unit: def leave_UnaryOperation_expression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2677 unit: def visit_UnaryOperation_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2678 unit: def leave_UnaryOperation_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2679 unit: def visit_UnaryOperation_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2680 unit: def leave_UnaryOperation_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2681 unit: def visit_While() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2682 unit: def visit_While_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2683 unit: def leave_While_test() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2684 unit: def visit_While_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2685 unit: def leave_While_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2686 unit: def visit_While_orelse() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2687 unit: def leave_While_orelse() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2688 unit: def visit_While_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2689 unit: def leave_While_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2690 unit: def visit_While_whitespace_after_while() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2691 unit: def leave_While_whitespace_after_while() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2692 unit: def visit_While_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2693 unit: def leave_While_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2694 unit: def visit_With() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2695 unit: def visit_With_items() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2696 unit: def leave_With_items() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2697 unit: def visit_With_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2698 unit: def leave_With_body() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2699 unit: def visit_With_asynchronous() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2700 unit: def leave_With_asynchronous() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2701 unit: def visit_With_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2702 unit: def leave_With_leading_lines() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2703 unit: def visit_With_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2704 unit: def leave_With_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2705 unit: def visit_With_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2706 unit: def leave_With_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2707 unit: def visit_With_whitespace_after_with() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2708 unit: def leave_With_whitespace_after_with() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2709 unit: def visit_With_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2710 unit: def leave_With_whitespace_before_colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2711 unit: def visit_WithItem() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2712 unit: def visit_WithItem_item() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2713 unit: def leave_WithItem_item() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2714 unit: def visit_WithItem_asname() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2715 unit: def leave_WithItem_asname() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2716 unit: def visit_WithItem_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2717 unit: def leave_WithItem_comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2718 unit: def visit_Yield() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2719 unit: def visit_Yield_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2720 unit: def leave_Yield_value() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2721 unit: def visit_Yield_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2722 unit: def leave_Yield_lpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2723 unit: def visit_Yield_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2724 unit: def leave_Yield_rpar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2725 unit: def visit_Yield_whitespace_after_yield() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2726 unit: def leave_Yield_whitespace_after_yield() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2727 unit: def leave_Add() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2728 unit: def leave_AddAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2729 unit: def leave_And() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2730 unit: def leave_AnnAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2731 unit: def leave_Annotation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2732 unit: def leave_Arg() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2733 unit: def leave_AsName() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2734 unit: def leave_Assert() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2735 unit: def leave_Assign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2736 unit: def leave_AssignEqual() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2737 unit: def leave_AssignTarget() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2738 unit: def leave_Asynchronous() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2739 unit: def leave_Attribute() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2740 unit: def leave_AugAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2741 unit: def leave_Await() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2742 unit: def leave_BinaryOperation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2743 unit: def leave_BitAnd() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2744 unit: def leave_BitAndAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2745 unit: def leave_BitInvert() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2746 unit: def leave_BitOr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2747 unit: def leave_BitOrAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2748 unit: def leave_BitXor() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2749 unit: def leave_BitXorAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2750 unit: def leave_BooleanOperation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2751 unit: def leave_Break() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2752 unit: def leave_Call() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2753 unit: def leave_ClassDef() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2754 unit: def leave_Colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2755 unit: def leave_Comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2756 unit: def leave_Comment() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2757 unit: def leave_CompFor() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2758 unit: def leave_CompIf() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2759 unit: def leave_Comparison() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2760 unit: def leave_ComparisonTarget() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2761 unit: def leave_ConcatenatedString() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2762 unit: def leave_Continue() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2763 unit: def leave_Decorator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2764 unit: def leave_Del() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2765 unit: def leave_Dict() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2766 unit: def leave_DictComp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2767 unit: def leave_DictElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2768 unit: def leave_Divide() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2769 unit: def leave_DivideAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2770 unit: def leave_Dot() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2771 unit: def leave_Element() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2772 unit: def leave_Ellipsis() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2773 unit: def leave_Else() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2774 unit: def leave_EmptyLine() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2775 unit: def leave_Equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2776 unit: def leave_ExceptHandler() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2777 unit: def leave_ExceptStarHandler() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2778 unit: def leave_Expr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2779 unit: def leave_Finally() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2780 unit: def leave_Float() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2781 unit: def leave_FloorDivide() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2782 unit: def leave_FloorDivideAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2783 unit: def leave_For() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2784 unit: def leave_FormattedString() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2785 unit: def leave_FormattedStringExpression() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2786 unit: def leave_FormattedStringText() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2787 unit: def leave_From() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2788 unit: def leave_FunctionDef() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2789 unit: def leave_GeneratorExp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2790 unit: def leave_Global() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2791 unit: def leave_GreaterThan() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2792 unit: def leave_GreaterThanEqual() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2793 unit: def leave_If() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2794 unit: def leave_IfExp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2795 unit: def leave_Imaginary() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2796 unit: def leave_Import() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2797 unit: def leave_ImportAlias() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2798 unit: def leave_ImportFrom() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2799 unit: def leave_ImportStar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2800 unit: def leave_In() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2801 unit: def leave_IndentedBlock() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2802 unit: def leave_Index() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2803 unit: def leave_Integer() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2804 unit: def leave_Is() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2805 unit: def leave_IsNot() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2806 unit: def leave_Lambda() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2807 unit: def leave_LeftCurlyBrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2808 unit: def leave_LeftParen() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2809 unit: def leave_LeftShift() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2810 unit: def leave_LeftShiftAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2811 unit: def leave_LeftSquareBracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2812 unit: def leave_LessThan() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2813 unit: def leave_LessThanEqual() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2814 unit: def leave_List() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2815 unit: def leave_ListComp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2816 unit: def leave_Match() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2817 unit: def leave_MatchAs() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2818 unit: def leave_MatchCase() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2819 unit: def leave_MatchClass() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2820 unit: def leave_MatchKeywordElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2821 unit: def leave_MatchList() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2822 unit: def leave_MatchMapping() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2823 unit: def leave_MatchMappingElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2824 unit: def leave_MatchOr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2825 unit: def leave_MatchOrElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2826 unit: def leave_MatchPattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2827 unit: def leave_MatchSequence() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2828 unit: def leave_MatchSequenceElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2829 unit: def leave_MatchSingleton() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2830 unit: def leave_MatchStar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2831 unit: def leave_MatchTuple() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2832 unit: def leave_MatchValue() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2833 unit: def leave_MatrixMultiply() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2834 unit: def leave_MatrixMultiplyAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2835 unit: def leave_Minus() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2836 unit: def leave_Module() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2837 unit: def leave_Modulo() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2838 unit: def leave_ModuloAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2839 unit: def leave_Multiply() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2840 unit: def leave_MultiplyAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2841 unit: def leave_Name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2842 unit: def leave_NameItem() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2843 unit: def leave_NamedExpr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2844 unit: def leave_Newline() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2845 unit: def leave_Nonlocal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2846 unit: def leave_Not() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2847 unit: def leave_NotEqual() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2848 unit: def leave_NotIn() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2849 unit: def leave_Or() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2850 unit: def leave_Param() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2851 unit: def leave_ParamSlash() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2852 unit: def leave_ParamStar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2853 unit: def leave_Parameters() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2854 unit: def leave_ParenthesizedWhitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2855 unit: def leave_Pass() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2856 unit: def leave_Plus() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2857 unit: def leave_Power() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2858 unit: def leave_PowerAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2859 unit: def leave_Raise() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2860 unit: def leave_Return() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2861 unit: def leave_RightCurlyBrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2862 unit: def leave_RightParen() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2863 unit: def leave_RightShift() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2864 unit: def leave_RightShiftAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2865 unit: def leave_RightSquareBracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2866 unit: def leave_Semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2867 unit: def leave_Set() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2868 unit: def leave_SetComp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2869 unit: def leave_SimpleStatementLine() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2870 unit: def leave_SimpleStatementSuite() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2871 unit: def leave_SimpleString() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2872 unit: def leave_SimpleWhitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2873 unit: def leave_Slice() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2874 unit: def leave_StarredDictElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2875 unit: def leave_StarredElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2876 unit: def leave_Subscript() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2877 unit: def leave_SubscriptElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2878 unit: def leave_Subtract() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2879 unit: def leave_SubtractAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2880 unit: def leave_TrailingWhitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2881 unit: def leave_Try() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2882 unit: def leave_TryStar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2883 unit: def leave_Tuple() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2884 unit: def leave_UnaryOperation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2885 unit: def leave_While() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2886 unit: def leave_With() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2887 unit: def leave_WithItem() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2888 unit: def leave_Yield() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 2889 unit: def leave_Add() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 2890 unit: def leave_AddAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2891 unit: def leave_And() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 2892 unit: def leave_AnnAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2893 unit: def leave_Annotation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2894 unit: def leave_Arg() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2895 unit: def leave_AsName() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 2896 unit: def leave_Assert() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2897 unit: def leave_Assign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2898 unit: def leave_AssignEqual() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2899 unit: def leave_AssignTarget() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2900 unit: def leave_Asynchronous() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2901 unit: def leave_Attribute() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2902 unit: def leave_AugAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2903 unit: def leave_Await() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2904 unit: def leave_BinaryOperation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2905 unit: def leave_BitAnd() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2906 unit: def leave_BitAndAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2907 unit: def leave_BitInvert() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2908 unit: def leave_BitOr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2909 unit: def leave_BitOrAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2910 unit: def leave_BitXor() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2911 unit: def leave_BitXorAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2912 unit: def leave_BooleanOperation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2913 unit: def leave_Break() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2914 unit: def leave_Call() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2915 unit: def leave_ClassDef() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2916 unit: def leave_Colon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2917 unit: def leave_Comma() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2918 unit: def leave_Comment() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2919 unit: def leave_CompFor() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2920 unit: def leave_CompIf() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 2921 unit: def leave_Comparison() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2922 unit: def leave_ComparisonTarget() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2923 unit: def leave_ConcatenatedString() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2924 unit: def leave_Continue() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2925 unit: def leave_Decorator() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2926 unit: def leave_Del() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2927 unit: def leave_Dict() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2928 unit: def leave_DictComp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2929 unit: def leave_DictElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2930 unit: def leave_Divide() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2931 unit: def leave_DivideAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2932 unit: def leave_Dot() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2933 unit: def leave_Element() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2934 unit: def leave_Ellipsis() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2935 unit: def leave_Else() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 2936 unit: def leave_EmptyLine() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2937 unit: def leave_Equal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2938 unit: def leave_ExceptHandler() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2939 unit: def leave_ExceptStarHandler() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2940 unit: def leave_Expr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2941 unit: def leave_Finally() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2942 unit: def leave_Float() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2943 unit: def leave_FloorDivide() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2944 unit: def leave_FloorDivideAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2945 unit: def leave_For() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2946 unit: def leave_FormattedString() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2947 unit: def leave_FormattedStringText() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2948 unit: def leave_From() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 2949 unit: def leave_FunctionDef() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2950 unit: def leave_GeneratorExp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2951 unit: def leave_Global() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2952 unit: def leave_GreaterThan() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2953 unit: def leave_GreaterThanEqual() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2954 unit: def leave_If() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2955 unit: def leave_IfExp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2956 unit: def leave_Imaginary() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2957 unit: def leave_Import() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2958 unit: def leave_ImportAlias() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2959 unit: def leave_ImportFrom() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2960 unit: def leave_ImportStar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2961 unit: def leave_In() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 2962 unit: def leave_IndentedBlock() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2963 unit: def leave_Index() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 2964 unit: def leave_Integer() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2965 unit: def leave_Is() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 2966 unit: def leave_IsNot() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2967 unit: def leave_Lambda() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2968 unit: def leave_LeftCurlyBrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2969 unit: def leave_LeftParen() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2970 unit: def leave_LeftShift() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2971 unit: def leave_LeftShiftAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2972 unit: def leave_LeftSquareBracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2973 unit: def leave_LessThan() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2974 unit: def leave_LessThanEqual() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2975 unit: def leave_List() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2976 unit: def leave_ListComp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2977 unit: def leave_Match() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2978 unit: def leave_MatchAs() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2979 unit: def leave_MatchCase() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2980 unit: def leave_MatchClass() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2981 unit: def leave_MatchKeywordElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2982 unit: def leave_MatchList() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2983 unit: def leave_MatchMapping() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2984 unit: def leave_MatchMappingElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2985 unit: def leave_MatchOr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2986 unit: def leave_MatchOrElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2987 unit: def leave_MatchPattern() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2988 unit: def leave_MatchSequence() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2989 unit: def leave_MatchSingleton() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2990 unit: def leave_MatchStar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2991 unit: def leave_MatchTuple() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2992 unit: def leave_MatchValue() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2993 unit: def leave_MatrixMultiply() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2994 unit: def leave_Minus() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2995 unit: def leave_Module() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 2996 unit: def leave_Modulo() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2997 unit: def leave_ModuloAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2998 unit: def leave_Multiply() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 2999 unit: def leave_MultiplyAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3000 unit: def leave_Name() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3001 unit: def leave_NameItem() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3002 unit: def leave_NamedExpr() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3003 unit: def leave_Newline() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3004 unit: def leave_Nonlocal() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3005 unit: def leave_Not() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3006 unit: def leave_NotEqual() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3007 unit: def leave_NotIn() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3008 unit: def leave_Or() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3009 unit: def leave_Param() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3010 unit: def leave_ParamSlash() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3011 unit: def leave_ParamStar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3012 unit: def leave_Parameters() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3013 unit: def leave_Pass() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3014 unit: def leave_Plus() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3015 unit: def leave_Power() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3016 unit: def leave_PowerAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3017 unit: def leave_Raise() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3018 unit: def leave_Return() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3019 unit: def leave_RightCurlyBrace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3020 unit: def leave_RightParen() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3021 unit: def leave_RightShift() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3022 unit: def leave_RightShiftAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3023 unit: def leave_RightSquareBracket() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3024 unit: def leave_Semicolon() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3025 unit: def leave_Set() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3026 unit: def leave_SetComp() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3027 unit: def leave_SimpleStatementLine() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3028 unit: def leave_SimpleString() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3029 unit: def leave_SimpleWhitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3030 unit: def leave_Slice() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3031 unit: def leave_StarredDictElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3032 unit: def leave_StarredElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3033 unit: def leave_Subscript() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3034 unit: def leave_SubscriptElement() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3035 unit: def leave_Subtract() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3036 unit: def leave_SubtractAssign() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3037 unit: def leave_TrailingWhitespace() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3038 unit: def leave_Try() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3039 unit: def leave_TryStar() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3040 unit: def leave_Tuple() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3041 unit: def leave_UnaryOperation() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3042 unit: def leave_While() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3043 unit: def leave_With() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3044 unit: def leave_WithItem() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3045 unit: def leave_Yield() file: libcst/_typed_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3046 unit: def _get_visitor_methods() file: libcst/_batched_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3047 unit: def RemoveFromParent() file: libcst/_removal_sentinel.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3048 unit: def increase_indent() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3049 unit: def decrease_indent() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3050 unit: def add_indent_tokens() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3051 unit: def add_token() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3052 unit: def before_codegen() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3053 unit: def after_codegen() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3054 unit: def visit_required() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3055 unit: def visit_optional() file: libcst/_nodes/internal.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3056 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3057 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3058 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3059 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3060 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3061 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3062 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3063 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3064 unit: def _is_removable() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3065 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3066 unit: def evaluated_name() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3067 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3068 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3069 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3070 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3071 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3072 unit: def get_docstring() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3073 unit: def get_docstring() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3074 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3075 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3076 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3077 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3078 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3079 unit: def lpar() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3080 unit: def lpar() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3081 unit: def rpar() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3082 unit: def rpar() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3083 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3084 unit: def lpar() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3085 unit: def lpar() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3086 unit: def rpar() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3087 unit: def rpar() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3088 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3089 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3090 unit: def _visit_and_replace_children() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3091 unit: def _codegen_impl() file: libcst/_nodes/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3092 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3093 unit: def _get_tokens() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3094 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3095 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3096 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3097 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3098 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3099 unit: def _codegen_impl() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3100 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3101 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3102 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3103 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3104 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3105 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3106 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3107 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3108 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3109 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3110 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3111 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3112 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3113 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3114 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3115 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3116 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3117 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3118 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3119 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3120 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3121 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3122 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3123 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3124 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3125 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3126 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3127 unit: def _get_tokens() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3128 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3129 unit: def _get_tokens() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3130 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3131 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3132 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3133 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3134 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3135 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3136 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3137 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3138 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3139 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3140 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3141 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3142 unit: def _get_token() file: libcst/_nodes/op.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3143 unit: def code() file: libcst/_nodes/module.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3144 unit: def bytes() file: libcst/_nodes/module.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3145 unit: def get_docstring() file: libcst/_nodes/module.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3146 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 2 id: 3147 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3148 unit: def evaluated_value() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3149 unit: def evaluated_value() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3150 unit: def evaluated_value() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3151 unit: def prefix() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3152 unit: def quote() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 1 id: 3153 unit: def evaluated_value() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3154 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3155 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3156 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3157 unit: def quote() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 1 id: 3158 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3159 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3160 unit: def _codegen_impl() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3161 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3162 unit: def _visit_and_replace_children() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3163 unit: def _check_starred_or_keywords() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3164 unit: def _check_positional() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3165 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3166 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3167 unit: def _safe_to_use_with_word_operator() file: libcst/_nodes/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3168 unit: def __init__() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3169 unit: def __init__() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3170 unit: def on_visit() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3171 unit: def on_leave() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3172 unit: def on_visit() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3173 unit: def _indent() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 1 id: 3174 unit: def __post_init__() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3175 unit: def _validate() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3176 unit: def visit() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3177 unit: def _visit_and_replace_children() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3178 unit: def _is_removable() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3179 unit: def _codegen_impl() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3180 unit: def with_changes() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3181 unit: def deep_replace() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3182 unit: def deep_remove() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3183 unit: def with_deep_changes() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3184 unit: def __eq__() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3185 unit: def __hash__() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3186 unit: def field() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3187 unit: def children() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3188 unit: def _visit_and_replace_children() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3189 unit: def _codegen_impl() file: libcst/_nodes/base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3190 unit: def empty() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3191 unit: def empty() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3192 unit: def _visit_and_replace_children() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3193 unit: def empty() file: libcst/_nodes/whitespace.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3194 unit: def on_leave() file: libcst/_visitors.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3195 unit: def _leave_union() file: libcst/codegen/transforms.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3196 unit: def leave_SimpleString() file: libcst/codegen/transforms.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3197 unit: def _is_union() file: libcst/codegen/gather.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3198 unit: def leave_Call() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3199 unit: def leave_Attribute() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3200 unit: def leave_Name() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3201 unit: def leave_SubscriptElement() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3202 unit: def __init__() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3203 unit: def leave_SubscriptElement() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3204 unit: def _remove_types() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3205 unit: def leave_SimpleString() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3206 unit: def _convert_match_nodes_to_cst_nodes() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3207 unit: def _add_generic() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3208 unit: def leave_Subscript() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3209 unit: def leave_Subscript() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3210 unit: def _get_do_not_care() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3211 unit: def _get_match_metadata() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3212 unit: def _wrap_clean_type() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3213 unit: def _get_clean_type_from_expression() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3214 unit: def _maybe_fix_sequence_in_union() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3215 unit: def _get_clean_type_from_union() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3216 unit: def _get_clean_type_from_subscript() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3217 unit: def _get_clean_type_and_aliases() file: libcst/codegen/gen_matcher_classes.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3218 unit: def try_get_provider_attr() file: libcst/testing/utils.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3219 unit: def data_provider() file: libcst/testing/utils.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3220 unit: def __init__() file: libcst/_position.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3221 unit: def __init__() file: libcst/_position.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 5 id: 3222 unit: def parser_config_asdict() file: libcst/_parser/types/py_config.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3223 unit: def __repr__() file: libcst/_parser/types/config.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3224 unit: def __str__() file: libcst/_parser/types/production.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3225 unit: def convert_to_utf8() file: libcst/_parser/detect_config.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3226 unit: def convert_argslist() file: libcst/_parser/conversions/params.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3227 unit: def add_param() file: libcst/_parser/conversions/params.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3228 unit: def convert_fpdef_slash() file: libcst/_parser/conversions/params.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3229 unit: def convert_NAME() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3230 unit: def convert_NUMBER() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3231 unit: def convert_STRING() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3232 unit: def convert_OP() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3233 unit: def convert_NEWLINE() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 2 LOC McCabe index: 3 number of parameters: 2 id: 3234 unit: def convert_INDENT() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3235 unit: def convert_DEDENT() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3236 unit: def convert_FSTRING_START() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3237 unit: def convert_FSTRING_END() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3238 unit: def convert_FSTRING_STRING() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3239 unit: def convert_ASYNC() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3240 unit: def convert_AWAIT() file: libcst/_parser/conversions/terminals.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3241 unit: def convert_import_as_names() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3242 unit: def convert_dotted_as_names() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3243 unit: def _gather_import_names() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3244 unit: def convert_if_stmt_elif() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 2 id: 3245 unit: def _extract_async() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3246 unit: def convert_decorators() file: libcst/_parser/conversions/statement.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3247 unit: def convert_expression_input() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3248 unit: def convert_namedexpr_test() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3249 unit: def convert_test() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3250 unit: def convert_test_nocond() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3251 unit: def convert_lambda() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3252 unit: def convert_boolop() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3253 unit: def convert_not_test() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3254 unit: def convert_comparison() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3255 unit: def convert_comp_op() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3256 unit: def convert_star_expr() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3257 unit: def convert_binop() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3258 unit: def convert_factor() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3259 unit: def convert_power() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3260 unit: def convert_atom_expr() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3261 unit: def convert_atom_expr_await() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3262 unit: def convert_atom_expr_trailer() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3263 unit: def convert_trailer() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3264 unit: def convert_trailer_arglist() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3265 unit: def convert_trailer_subscriptlist() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3266 unit: def convert_subscriptlist() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3267 unit: def convert_subscript() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3268 unit: def convert_sliceop() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3269 unit: def convert_trailer_attribute() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3270 unit: def convert_atom() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3271 unit: def convert_atom_basic() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3272 unit: def convert_atom_squarebrackets() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3273 unit: def convert_atom_curlybraces() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3274 unit: def convert_atom_parens() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3275 unit: def convert_atom_ellipses() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3276 unit: def convert_atom_string() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3277 unit: def convert_fstring() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3278 unit: def convert_fstring_content() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3279 unit: def convert_fstring_conversion() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3280 unit: def convert_fstring_equality() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3281 unit: def convert_fstring_expr() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3282 unit: def convert_fstring_format_spec() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3283 unit: def convert_testlist_comp_tuple() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3284 unit: def convert_testlist_comp_list() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3285 unit: def convert_test_or_expr_list() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3286 unit: def convert_dictorsetmaker() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3287 unit: def _convert_dict() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3288 unit: def _convert_set() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3289 unit: def convert_arglist() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3290 unit: def convert_argument() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3291 unit: def convert_arg_assign_comp_for() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3292 unit: def convert_star_arg() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3293 unit: def convert_sync_comp_for() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3294 unit: def convert_comp_for() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3295 unit: def convert_comp_if() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3296 unit: def convert_yield_expr() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3297 unit: def convert_yield_arg() file: libcst/_parser/conversions/expression.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3298 unit: def tokenize_lines() file: libcst/_parser/wrapped_tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3299 unit: def tokenize_lines_py() file: libcst/_parser/wrapped_tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3300 unit: def _convert_token() file: libcst/_parser/wrapped_tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3301 unit: def _should_include() file: libcst/_parser/grammar.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3302 unit: def get_nonterminal_productions() file: libcst/_parser/grammar.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3303 unit: def convert_nonterminal() file: libcst/_parser/python_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3304 unit: def convert_terminal() file: libcst/_parser/python_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3305 unit: def nonterminal() file: libcst/_parser/base_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3306 unit: def _token_to_transition() file: libcst/_parser/base_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3307 unit: def convert_nonterminal() file: libcst/_parser/base_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3308 unit: def convert_terminal() file: libcst/_parser/base_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3309 unit: def parse_simple_whitespace() file: libcst/_parser/py_whitespace_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3310 unit: def parse_trailing_whitespace() file: libcst/_parser/py_whitespace_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3311 unit: def parse_parenthesizable_whitespace() file: libcst/_parser/py_whitespace_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3312 unit: def _parse_comment() file: libcst/_parser/py_whitespace_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3313 unit: def _parse_newline() file: libcst/_parser/py_whitespace_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3314 unit: def _parse_trailing_whitespace() file: libcst/_parser/py_whitespace_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3315 unit: def _parse_parenthesized_whitespace() file: libcst/_parser/py_whitespace_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3316 unit: def get_productions() file: libcst/_parser/production_decorator.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3317 unit: def parse_statement() file: libcst/_parser/entrypoints.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3318 unit: def parse_expression() file: libcst/_parser/entrypoints.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3319 unit: def __repr__() file: libcst/_parser/parso/python/py_token.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3320 unit: def maybe() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3321 unit: def _compile() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3322 unit: def _create_token_collection() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3323 unit: def open_parentheses() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3324 unit: def allow_multiline() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3325 unit: def is_in_expr() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3326 unit: def is_in_format_spec() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 1 id: 3327 unit: def tokenize() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 5 id: 3328 unit: def _split_illegal_unicode_name() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3329 unit: def create_token() file: libcst/_parser/parso/python/tokenize.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 0 id: 3330 unit: def python_bytes_to_unicode() file: libcst/_parser/parso/utils.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3331 unit: def __ge__() file: libcst/_parser/parso/utils.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 4 id: 3332 unit: def __le__() file: libcst/_parser/parso/utils.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 4 id: 3333 unit: def __ne__() file: libcst/_parser/parso/utils.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 4 id: 3334 unit: def __hash__() file: libcst/_parser/parso/utils.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3335 unit: def __init__() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3336 unit: def __repr__() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3337 unit: def __init__() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3338 unit: def __repr__() file: libcst/_parser/parso/pgen2/generator.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3339 unit: def __repr__() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3340 unit: def add_arc() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3341 unit: def __repr__() file: libcst/_parser/parso/pgen2/grammar_parser.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3342 unit: def _match_decorator_unpickler() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3343 unit: def __reduce__() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3344 unit: def _get_valid_leave_annotations_for_classes() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3345 unit: def _assert_not_concrete() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3346 unit: def _gather_constructed_visit_funcs() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3347 unit: def _gather_constructed_leave_funcs() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3348 unit: def _leave_matchers() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3349 unit: def _all_positive_matchers_true() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3350 unit: def _all_negative_matchers_false() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3351 unit: def _should_allow_visit() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3352 unit: def on_leave() file: libcst/matchers/_visitors.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3353 unit: def call_if_inside() file: libcst/matchers/_decorators.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3354 unit: def call_if_not_inside() file: libcst/matchers/_decorators.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3355 unit: def __repr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3356 unit: def __or__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3357 unit: def __or__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3358 unit: def __and__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3359 unit: def __invert__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3360 unit: def DoNotCare() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3361 unit: def initalized() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3362 unit: def __or__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3363 unit: def __invert__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3364 unit: def options() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3365 unit: def __or__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3366 unit: def __and__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3367 unit: def __invert__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 1 id: 3368 unit: def __repr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3369 unit: def options() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3370 unit: def __or__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3371 unit: def __and__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3372 unit: def __invert__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 1 id: 3373 unit: def __repr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3374 unit: def __init__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3375 unit: def matcher() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3376 unit: def __or__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3377 unit: def __and__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3378 unit: def __getattr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 2 id: 3379 unit: def __invert__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3380 unit: def __repr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3381 unit: def matcher() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3382 unit: def name() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3383 unit: def __or__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3384 unit: def __getattr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 2 id: 3385 unit: def __init__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3386 unit: def func() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3387 unit: def __or__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3388 unit: def __and__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3389 unit: def __invert__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 1 id: 3390 unit: def __repr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3391 unit: def key() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3392 unit: def value() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3393 unit: def __or__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3394 unit: def __and__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3395 unit: def __invert__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 3 number of parameters: 1 id: 3396 unit: def __repr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3397 unit: def key() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3398 unit: def func() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3399 unit: def __or__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3400 unit: def __and__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3401 unit: def __invert__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 1 id: 3402 unit: def __repr__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3403 unit: def n() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3404 unit: def matcher() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3405 unit: def __or__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3406 unit: def __and__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3407 unit: def __invert__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3408 unit: def ZeroOrMore() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3409 unit: def n() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3410 unit: def matcher() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3411 unit: def __or__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3412 unit: def __and__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3413 unit: def __invert__() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3414 unit: def ZeroOrOne() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3415 unit: def SaveMatchedNode() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3416 unit: def _construct_metadata_fetcher_null() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3417 unit: def _fetch() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3418 unit: def _construct_metadata_fetcher_dependent() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3419 unit: def _fetch() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3420 unit: def _construct_metadata_fetcher_wrapper() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3421 unit: def _node_translate() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3422 unit: def _extraction_translate() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3423 unit: def on_leave() file: libcst/matchers/_matcher_base.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3424 unit: def __init__() file: libcst/_flatten_sentinel.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3425 unit: def __getitem__() file: libcst/_flatten_sentinel.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3426 unit: def __len__() file: libcst/_flatten_sentinel.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3427 unit: def _parser_syntax_error_unpickle() file: libcst/_exceptions.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3428 unit: def __init__() file: libcst/_exceptions.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3429 unit: def __init__() file: libcst/_exceptions.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3430 unit: def __reduce__() file: libcst/_exceptions.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3431 unit: def editor_line() file: libcst/_exceptions.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3432 unit: def __init__() file: libcst/tool.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3433 unit: def _serialize_impl() file: libcst/tool.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3434 unit: def _serialize_impl() file: libcst/tool.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3435 unit: def get_original_module_code() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3436 unit: def get_original_module_bytes() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3437 unit: def get_original_statement_code() file: libcst/metadata/reentrant_codegen.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3438 unit: def _gather_providers() file: libcst/metadata/wrapper.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3439 unit: def _resolve_impl() file: libcst/metadata/wrapper.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3440 unit: def __repr__() file: libcst/metadata/wrapper.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3441 unit: def module() file: libcst/metadata/wrapper.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3442 unit: def resolve() file: libcst/metadata/wrapper.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3443 unit: def resolve_many() file: libcst/metadata/wrapper.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3444 unit: def _gen() file: libcst/metadata/base_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3445 unit: def _gen_impl() file: libcst/metadata/base_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3446 unit: def set_metadata() file: libcst/metadata/base_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3447 unit: def _gen_impl() file: libcst/metadata/base_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3448 unit: def _gen_impl() file: libcst/metadata/base_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3449 unit: def before_codegen() file: libcst/metadata/span_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3450 unit: def byte_length_in_utf8() file: libcst/metadata/span_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3451 unit: def visit_Module() file: libcst/metadata/parent_node_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3452 unit: def before_codegen() file: libcst/metadata/position_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3453 unit: def gen_cache() file: libcst/metadata/type_inference_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3454 unit: def visit_Name() file: libcst/metadata/type_inference_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3455 unit: def visit_Attribute() file: libcst/metadata/type_inference_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3456 unit: def visit_Call() file: libcst/metadata/type_inference_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3457 unit: def run_command() file: libcst/metadata/type_inference_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3458 unit: def _process_pyre_data() file: libcst/metadata/type_inference_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3459 unit: def __init__() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3460 unit: def visit_Tuple() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3461 unit: def visit_List() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3462 unit: def visit_StarredElement() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3463 unit: def visit_Module() file: libcst/metadata/expression_context_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3464 unit: def has_name() file: libcst/metadata/name_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3465 unit: def __init__() file: libcst/metadata/name_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3466 unit: def gen_cache() file: libcst/metadata/name_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3467 unit: def _fully_qualify() file: libcst/metadata/name_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3468 unit: def __init__() file: libcst/metadata/name_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3469 unit: def __init__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3470 unit: def __hash__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3471 unit: def referents() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3472 unit: def _index() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3473 unit: def references() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3474 unit: def __hash__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3475 unit: def _index() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3476 unit: def get_qualified_names_for() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3477 unit: def __init__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3478 unit: def _index() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3479 unit: def get_qualified_names_for() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3480 unit: def __init__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3481 unit: def __contains__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3482 unit: def __init__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3483 unit: def __contains__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3484 unit: def record_import_assignment() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3485 unit: def _find_assignment_target() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3486 unit: def _find_assignment_target_parent() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3487 unit: def record_access() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 3488 unit: def _getitem_from_self_or_parent() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3489 unit: def _contains_in_self_or_parent() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3490 unit: def __contains__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3491 unit: def __getitem__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3492 unit: def __hash__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3493 unit: def record_global_overwrite() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3494 unit: def record_nonlocal_overwrite() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3495 unit: def get_qualified_names_for() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3496 unit: def assignments() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3497 unit: def accesses() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3498 unit: def __contains__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3499 unit: def record_global_overwrite() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3500 unit: def record_nonlocal_overwrite() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3501 unit: def _find_assignment_target() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3502 unit: def __init__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3503 unit: def record_global_overwrite() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3504 unit: def record_nonlocal_overwrite() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3505 unit: def __init__() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3506 unit: def record_global_overwrite() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3507 unit: def record_nonlocal_overwrite() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3508 unit: def _find_assignment_target_parent() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3509 unit: def _getitem_from_self_or_parent() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3510 unit: def _contains_in_self_or_parent() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3511 unit: def _gen_dotted_names() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3512 unit: def _new_scope() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3513 unit: def visit_Import() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3514 unit: def visit_ImportFrom() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3515 unit: def visit_Annotation() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3516 unit: def leave_Annotation() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3517 unit: def visit_ConcatenatedString() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3518 unit: def _handle_string_annotation() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3519 unit: def visit_ClassDef_bases() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3520 unit: def leave_ClassDef_bases() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3521 unit: def visit_ListComp() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3522 unit: def visit_SetComp() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3523 unit: def visit_DictComp() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3524 unit: def visit_GeneratorExp() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3525 unit: def _visit_comp_alike() file: libcst/metadata/scope_provider.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3526 unit: def mangled_name() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3527 unit: def __init__() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3528 unit: def leave_Name() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3529 unit: def leave_Decorator() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3530 unit: def __init__() file: libcst/helpers/_template.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3531 unit: def get_absolute_module() file: libcst/helpers/module.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3532 unit: def get_absolute_module_for_import() file: libcst/helpers/module.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3533 unit: def get_absolute_module_for_import_or_raise() file: libcst/helpers/module.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3534 unit: def __repr__() file: libcst/_maybe_sentinel.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3535 unit: def leave_Module() file: libcst/codemod/visitors/_gather_unused_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3536 unit: def leave_ClassDef() file: libcst/codemod/visitors/_gather_global_names.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3537 unit: def leave_FunctionDef() file: libcst/codemod/visitors/_gather_global_names.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3538 unit: def handle_comment() file: libcst/codemod/visitors/_gather_comments.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3539 unit: def module() file: libcst/codemod/visitors/_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3540 unit: def leave_Annotation() file: libcst/codemod/visitors/_gather_string_annotation_names.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3541 unit: def handle_any_string() file: libcst/codemod/visitors/_gather_string_annotation_names.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3542 unit: def _get_import_alias_names() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3543 unit: def _get_imported_names() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3544 unit: def _is_non_sentinel() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3545 unit: def _get_string_value() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3546 unit: def _find_generic_base() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3547 unit: def empty() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3548 unit: def finish() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 2 LOC McCabe index: 3 number of parameters: 1 id: 3549 unit: def update_annotations() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3550 unit: def _qualifier_name() file: libcst/codemod/visitors/_apply_type_annotations.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3551 unit: def _handle_assign_target() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3552 unit: def _handle_string_export() file: libcst/codemod/visitors/_gather_exports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3553 unit: def _get_imports_from_context() file: libcst/codemod/visitors/_add_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3554 unit: def leave_ImportFrom() file: libcst/codemod/visitors/_add_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3555 unit: def _split_module() file: libcst/codemod/visitors/_add_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3556 unit: def leave_Module() file: libcst/codemod/visitors/_add_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3557 unit: def _remove_imports_from_import_stmt() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3558 unit: def _remove_imports_from_importfrom_stmt() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3559 unit: def visit_Name() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3560 unit: def visit_Attribute() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3561 unit: def _get_imports_from_context() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3562 unit: def remove_unused_import_by_node() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3563 unit: def leave_Import() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3564 unit: def leave_ImportFrom() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3565 unit: def _merge_whitespace_after() file: libcst/codemod/visitors/_remove_imports.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3566 unit: def should_allow_multiple_passes() file: libcst/codemod/_codemod.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3567 unit: def warn() file: libcst/codemod/_codemod.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3568 unit: def transform_module_impl() file: libcst/codemod/_codemod.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3569 unit: def _handle_metadata_reference() file: libcst/codemod/_codemod.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3570 unit: def add_args() file: libcst/codemod/_command.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3571 unit: def transform_module_impl() file: libcst/codemod/_command.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3572 unit: def get_transforms() file: libcst/codemod/_command.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3573 unit: def __init__() file: libcst/codemod/_dummy_pool.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3574 unit: def __enter__() file: libcst/codemod/_dummy_pool.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3575 unit: def gather_files() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3576 unit: def diff_code() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3577 unit: def estimate_completion() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3578 unit: def _execute_transform_wrap() file: libcst/codemod/_cli.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3579 unit: def transform_module_impl() file: libcst/codemod/_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3580 unit: def warn() file: libcst/codemod/_visitor.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3581 unit: def leave_Module() file: libcst/codemod/commands/add_pyre_directive.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3582 unit: def leave_import_decorator() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3583 unit: def leave_Import() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3584 unit: def leave_ImportFrom() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3585 unit: def leave_Name() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3586 unit: def leave_Attribute() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3587 unit: def leave_Module() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3588 unit: def gen_replacement_module() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 2 id: 3589 unit: def gen_name_or_attr_node() file: libcst/codemod/commands/rename.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3590 unit: def leave_EmptyLine() file: libcst/codemod/commands/remove_pyre_directive.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3591 unit: def leave_SimpleString() file: libcst/codemod/commands/strip_strings_from_types.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3592 unit: def leave_EmptyLine() file: libcst/codemod/commands/fix_pyre_directives.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3593 unit: def leave_Module() file: libcst/codemod/commands/fix_pyre_directives.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3594 unit: def leave_ClassDef() file: libcst/codemod/commands/convert_namedtuple_to_dataclass.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3595 unit: def transform_module_impl() file: libcst/codemod/commands/noop.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3596 unit: def _empty_module() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3597 unit: def _code_for_node() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3598 unit: def _parse_type_comment() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3599 unit: def _annotation_for_statement() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3600 unit: def _parse_func_type_comment() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3601 unit: def _builtins() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3602 unit: def _is_builtin() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3603 unit: def unpack_annotation() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3604 unit: def unpack_target() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3605 unit: def is_empty() file: libcst/codemod/commands/convert_type_comments.py start line: 0 end line: 0 size: 2 LOC McCabe index: 2 number of parameters: 1 id: 3606 unit: def _find_expr_from_field_name() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3607 unit: def _get_tokens() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3608 unit: def visit_SimpleString() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 3609 unit: def leave_SimpleString() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3610 unit: def leave_Call() file: libcst/codemod/commands/convert_format_to_fstring.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3611 unit: def leave_SimpleString() file: libcst/codemod/commands/convert_percent_format_to_fstring.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3612 unit: def leave_BinaryOperation() file: libcst/codemod/commands/convert_percent_format_to_fstring.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3613 unit: def transform_module() file: libcst/codemod/_runner.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 3614 unit: def no_local_scheme() file: setup.py start line: 0 end line: 0 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 3615 unit: def tokenize() file: stubs/libcst_native/tokenize.pyi start line: 0 end line: 0 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 3616 unit: def parse_simple_whitespace() file: stubs/libcst_native/whitespace_parser.pyi start line: 0 end line: 0 size: 1 LOC McCabe index: 1 number of parameters: 2 id: 3617 unit: def parse_trailing_whitespace() file: stubs/libcst_native/whitespace_parser.pyi start line: 0 end line: 0 size: 1 LOC McCabe index: 1 number of parameters: 2 id: 3618 unit: def parser_config_asdict() file: stubs/libcst_native/parser_config.pyi start line: 0 end line: 0 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 3619 unit: def __repr__() file: stubs/tokenize.pyi start line: 0 end line: 0 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 3620 unit: def detect_encoding() file: stubs/tokenize.pyi start line: 0 end line: 0 size: 1 LOC McCabe index: 1 number of parameters: 2 id: 3621 unit: def tokenize() file: stubs/tokenize.pyi start line: 0 end line: 0 size: 1 LOC McCabe index: 1 number of parameters: 2 id: 3622 unit: def parse_module() file: stubs/libcst/native.pyi start line: 0 end line: 0 size: 1 LOC McCabe index: 1 number of parameters: 2 id: 3623 unit: def parse_expression() file: stubs/libcst/native.pyi start line: 0 end line: 0 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 3624 unit: def parse_statement() file: stubs/libcst/native.pyi start line: 0 end line: 0 size: 1 LOC McCabe index: 1 number of parameters: 1