-
Notifications
You must be signed in to change notification settings - Fork 9
/
vulture_whitelist.txt
26 lines (26 loc) · 2.07 KB
/
vulture_whitelist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
_.visit_AnnAssign # unused method (handsdown/ast_parser/analyzers/class_analyzer.py:141)
_.generic_visit # unused method (handsdown/ast_parser/analyzers/class_analyzer.py:170)
_.visit_Ellipsis # unused method (handsdown/ast_parser/analyzers/expression_analyzer.py:525)
_.visit_JoinedStr # unused method (handsdown/ast_parser/analyzers/expression_analyzer.py:562)
_.visit_FormattedValue # unused method (handsdown/ast_parser/analyzers/expression_analyzer.py:584)
_.generic_visit # unused method (handsdown/ast_parser/analyzers/expression_analyzer.py:754)
_.generic_visit # unused method (handsdown/ast_parser/analyzers/function_analyzer.py:161)
_.visit_AnnAssign # unused method (handsdown/ast_parser/analyzers/module_analyzer.py:180)
_.required # unused property (handsdown/ast_parser/node_records/argument_record.py:49)
_.init_method # unused property (handsdown/ast_parser/node_records/class_record.py:126)
_.render_str # unused method (handsdown/ast_parser/node_records/expression_record.py:54)
_.is_async # unused attribute (handsdown/ast_parser/node_records/function_record.py:35)
_.get_documented_attribute_strings # unused method (handsdown/ast_parser/node_records/node_record.py:138)
_.class_name # unused property (handsdown/ast_parser/node_records/node_record.py:156)
_._docstring_links_re # unused attribute (handsdown/generators/base.py:108)
_.replace_links # unused method (handsdown/generators/base.py:270)
_.get_see_also_links # unused method (handsdown/generators/base.py:329)
_.get_children_module_records # unused method (handsdown/generators/base.py:415)
_.update_globals # unused method (handsdown/jinja_manager.py:28)
exc_type # unused variable (handsdown/md_document.py:77)
_.source_file_name # unused property (handsdown/md_document.py:86)
_.get_doc_link # unused method (handsdown/md_document.py:220)
_._escape_title # unused method (handsdown/md_document.py:330)
_.add_line_indent # unused method (handsdown/processors/section_map.py:26)
_.get_parents # unused method (handsdown/utils/import_string.py:164)
_.length # unused property (handsdown/utils/import_string.py:183)