-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvulture_whitelist.py
More file actions
57 lines (52 loc) · 1.33 KB
/
Copy pathvulture_whitelist.py
File metadata and controls
57 lines (52 loc) · 1.33 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
"""Vulture whitelist for CueWeaver false positives."""
# PySubtrans project attributes are accessed dynamically.
_.write_translation
# HTTP application contracts are public adapter APIs.
CueWeaverApplication
TranslateRequest.subtitle_path
TranslateRequest.term_map_path
create_app
create_development_app_from_env
create_product_app
create_product_app_from_env
# FastAPI middleware callbacks are registered dynamically by the decorator.
require_json_content_type
list_term_maps
get_term_map
create_term_map
post_term_map_item_not_found
rename_term_map
replace_term_map
delete_term_map
get_directory_term_map
bind_directory_term_map
remove_directory_term_map
product_status
api_not_found_handler
product_not_found
browse
create_job
list_jobs
get_job
retry_job
cancel_job
clear_completed_jobs
delete_job
# Pydantic reads request-model configuration dynamically.
RequestBody.model_config
BrowseBody.model_config
JobOptionsBody.validate_term_map_id
CreateJobBody.validate_term_map_id
CreateBatchItem.validate_subtitle_source
expat.ParserCreate().StartDoctypeDeclHandler
expat.ParserCreate().EntityDeclHandler
expat.ParserCreate().ExternalEntityRefHandler
# SQLAlchemy and Alembic consume these declarations through reflection.
TermMapRow.name_folded
_OrderedTermMapEntryFields.source_folded
name_folded
revision
down_revision
branch_labels
depends_on
downgrade