Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +3 -0
- Project-MONAI__MONAI-2446/blocks_by_class_name.json +0 -0
- Project-MONAI__MONAI-2446/blocks_by_function_name.json +0 -0
- Project-MONAI__MONAI-2446/docstore.json +0 -0
- Project-MONAI__MONAI-2446/settings.json +10 -0
- Project-MONAI__MONAI-2446/vector_index.json +0 -0
- conan-io__conan-14177/vector_index.json +0 -0
- django__django-11999/blocks_by_class_name.json +0 -0
- django__django-11999/blocks_by_function_name.json +0 -0
- django__django-11999/settings.json +10 -0
- django__django-12856/blocks_by_class_name.json +0 -0
- django__django-12856/blocks_by_function_name.json +0 -0
- django__django-12856/settings.json +10 -0
- django__django-13401/vector_index.json +3 -0
- django__django-16408/blocks_by_class_name.json +0 -0
- django__django-16408/blocks_by_function_name.json +0 -0
- django__django-16408/settings.json +10 -0
- facebookresearch__hydra-1551/vector_index.faiss +3 -0
- getmoto__moto-5545/blocks_by_function_name.json +0 -0
- getmoto__moto-5865/blocks_by_class_name.json +0 -0
- getmoto__moto-5865/blocks_by_function_name.json +0 -0
- getmoto__moto-6469/blocks_by_class_name.json +0 -0
- getmoto__moto-6469/blocks_by_function_name.json +0 -0
- getmoto__moto-6469/settings.json +10 -0
- iterative__dvc-3677/blocks_by_class_name.json +4151 -0
- iterative__dvc-3677/blocks_by_function_name.json +0 -0
- iterative__dvc-3677/docstore.json +0 -0
- iterative__dvc-3677/settings.json +10 -0
- iterative__dvc-3677/vector_index.faiss +3 -0
- iterative__dvc-3677/vector_index.json +0 -0
- iterative__dvc-3794/blocks_by_class_name.json +4355 -0
- iterative__dvc-3794/blocks_by_function_name.json +0 -0
- iterative__dvc-3794/docstore.json +0 -0
- iterative__dvc-3794/settings.json +10 -0
- iterative__dvc-3794/vector_index.json +0 -0
- mwaskom__seaborn-3010/settings.json +10 -0
- pandas-dev__pandas-50319/blocks_by_class_name.json +0 -0
- pandas-dev__pandas-50319/blocks_by_function_name.json +0 -0
- pandas-dev__pandas-50319/settings.json +10 -0
- pydantic__pydantic-5386/blocks_by_class_name.json +0 -0
- pydantic__pydantic-5386/blocks_by_function_name.json +0 -0
- pydantic__pydantic-5386/docstore.json +0 -0
- pydantic__pydantic-5386/settings.json +10 -0
- pydantic__pydantic-5386/vector_index.json +0 -0
- pydantic__pydantic-8977/blocks_by_class_name.json +0 -0
- pydantic__pydantic-8977/blocks_by_function_name.json +0 -0
- pydantic__pydantic-8977/docstore.json +0 -0
- pydantic__pydantic-8977/settings.json +10 -0
- pydantic__pydantic-8977/vector_index.json +0 -0
- python__mypy-10284/blocks_by_class_name.json +5965 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
django__django-13401/vector_index.json filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
facebookresearch__hydra-1551/vector_index.faiss filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
iterative__dvc-3677/vector_index.faiss filter=lfs diff=lfs merge=lfs -text
|
Project-MONAI__MONAI-2446/blocks_by_class_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Project-MONAI__MONAI-2446/blocks_by_function_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Project-MONAI__MONAI-2446/docstore.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Project-MONAI__MONAI-2446/settings.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_model": "voyage-code-2",
|
| 3 |
+
"dimensions": 1536,
|
| 4 |
+
"language": "python",
|
| 5 |
+
"min_chunk_size": 100,
|
| 6 |
+
"chunk_size": 750,
|
| 7 |
+
"hard_token_limit": 2000,
|
| 8 |
+
"max_chunks": 200,
|
| 9 |
+
"comment_strategy": "associate"
|
| 10 |
+
}
|
Project-MONAI__MONAI-2446/vector_index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
conan-io__conan-14177/vector_index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
django__django-11999/blocks_by_class_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
django__django-11999/blocks_by_function_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
django__django-11999/settings.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_model": "voyage-code-2",
|
| 3 |
+
"dimensions": 1536,
|
| 4 |
+
"language": "python",
|
| 5 |
+
"min_chunk_size": 100,
|
| 6 |
+
"chunk_size": 750,
|
| 7 |
+
"hard_token_limit": 2000,
|
| 8 |
+
"max_chunks": 200,
|
| 9 |
+
"comment_strategy": "associate"
|
| 10 |
+
}
|
django__django-12856/blocks_by_class_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
django__django-12856/blocks_by_function_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
django__django-12856/settings.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_model": "voyage-code-2",
|
| 3 |
+
"dimensions": 1536,
|
| 4 |
+
"language": "python",
|
| 5 |
+
"min_chunk_size": 100,
|
| 6 |
+
"chunk_size": 750,
|
| 7 |
+
"hard_token_limit": 2000,
|
| 8 |
+
"max_chunks": 200,
|
| 9 |
+
"comment_strategy": "associate"
|
| 10 |
+
}
|
django__django-13401/vector_index.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:996f214411e0b1f2ee65d40b4bf9d798d8a54b5cc927581e498bfc3d5b5f0a8f
|
| 3 |
+
size 13400504
|
django__django-16408/blocks_by_class_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
django__django-16408/blocks_by_function_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
django__django-16408/settings.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_model": "voyage-code-2",
|
| 3 |
+
"dimensions": 1536,
|
| 4 |
+
"language": "python",
|
| 5 |
+
"min_chunk_size": 100,
|
| 6 |
+
"chunk_size": 750,
|
| 7 |
+
"hard_token_limit": 2000,
|
| 8 |
+
"max_chunks": 200,
|
| 9 |
+
"comment_strategy": "associate"
|
| 10 |
+
}
|
facebookresearch__hydra-1551/vector_index.faiss
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25cdc61136bcbdfc9b6776fdfff9af2715e4e9b8ad8c918d1cec6fe3eac3e097
|
| 3 |
+
size 7019522
|
getmoto__moto-5545/blocks_by_function_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
getmoto__moto-5865/blocks_by_class_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
getmoto__moto-5865/blocks_by_function_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
getmoto__moto-6469/blocks_by_class_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
getmoto__moto-6469/blocks_by_function_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
getmoto__moto-6469/settings.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_model": "voyage-code-2",
|
| 3 |
+
"dimensions": 1536,
|
| 4 |
+
"language": "python",
|
| 5 |
+
"min_chunk_size": 100,
|
| 6 |
+
"chunk_size": 750,
|
| 7 |
+
"hard_token_limit": 2000,
|
| 8 |
+
"max_chunks": 200,
|
| 9 |
+
"comment_strategy": "associate"
|
| 10 |
+
}
|
iterative__dvc-3677/blocks_by_class_name.json
ADDED
|
@@ -0,0 +1,4151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"UrlNotDvcRepoError": [
|
| 3 |
+
[
|
| 4 |
+
"dvc/api.py",
|
| 5 |
+
[
|
| 6 |
+
"UrlNotDvcRepoError"
|
| 7 |
+
]
|
| 8 |
+
]
|
| 9 |
+
],
|
| 10 |
+
"_OpenContextManager": [
|
| 11 |
+
[
|
| 12 |
+
"dvc/api.py",
|
| 13 |
+
[
|
| 14 |
+
"_OpenContextManager"
|
| 15 |
+
]
|
| 16 |
+
]
|
| 17 |
+
],
|
| 18 |
+
"Cache": [
|
| 19 |
+
[
|
| 20 |
+
"dvc/cache.py",
|
| 21 |
+
[
|
| 22 |
+
"Cache"
|
| 23 |
+
]
|
| 24 |
+
]
|
| 25 |
+
],
|
| 26 |
+
"NamedCacheItem": [
|
| 27 |
+
[
|
| 28 |
+
"dvc/cache.py",
|
| 29 |
+
[
|
| 30 |
+
"NamedCacheItem"
|
| 31 |
+
]
|
| 32 |
+
]
|
| 33 |
+
],
|
| 34 |
+
"NamedCache": [
|
| 35 |
+
[
|
| 36 |
+
"dvc/cache.py",
|
| 37 |
+
[
|
| 38 |
+
"NamedCache"
|
| 39 |
+
]
|
| 40 |
+
]
|
| 41 |
+
],
|
| 42 |
+
"DvcParser": [
|
| 43 |
+
[
|
| 44 |
+
"dvc/cli.py",
|
| 45 |
+
[
|
| 46 |
+
"DvcParser"
|
| 47 |
+
]
|
| 48 |
+
]
|
| 49 |
+
],
|
| 50 |
+
"VersionAction": [
|
| 51 |
+
[
|
| 52 |
+
"dvc/cli.py",
|
| 53 |
+
[
|
| 54 |
+
"VersionAction"
|
| 55 |
+
]
|
| 56 |
+
]
|
| 57 |
+
],
|
| 58 |
+
"CmdAdd": [
|
| 59 |
+
[
|
| 60 |
+
"dvc/command/add.py",
|
| 61 |
+
[
|
| 62 |
+
"CmdAdd"
|
| 63 |
+
]
|
| 64 |
+
]
|
| 65 |
+
],
|
| 66 |
+
"CmdBase": [
|
| 67 |
+
[
|
| 68 |
+
"dvc/command/base.py",
|
| 69 |
+
[
|
| 70 |
+
"CmdBase"
|
| 71 |
+
]
|
| 72 |
+
]
|
| 73 |
+
],
|
| 74 |
+
"CmdBaseNoRepo": [
|
| 75 |
+
[
|
| 76 |
+
"dvc/command/base.py",
|
| 77 |
+
[
|
| 78 |
+
"CmdBaseNoRepo"
|
| 79 |
+
]
|
| 80 |
+
]
|
| 81 |
+
],
|
| 82 |
+
"CmdCacheDir": [
|
| 83 |
+
[
|
| 84 |
+
"dvc/command/cache.py",
|
| 85 |
+
[
|
| 86 |
+
"CmdCacheDir"
|
| 87 |
+
]
|
| 88 |
+
]
|
| 89 |
+
],
|
| 90 |
+
"CmdCheckout": [
|
| 91 |
+
[
|
| 92 |
+
"dvc/command/checkout.py",
|
| 93 |
+
[
|
| 94 |
+
"CmdCheckout"
|
| 95 |
+
]
|
| 96 |
+
]
|
| 97 |
+
],
|
| 98 |
+
"CmdCommit": [
|
| 99 |
+
[
|
| 100 |
+
"dvc/command/commit.py",
|
| 101 |
+
[
|
| 102 |
+
"CmdCommit"
|
| 103 |
+
]
|
| 104 |
+
]
|
| 105 |
+
],
|
| 106 |
+
"CmdConfig": [
|
| 107 |
+
[
|
| 108 |
+
"dvc/command/config.py",
|
| 109 |
+
[
|
| 110 |
+
"CmdConfig"
|
| 111 |
+
]
|
| 112 |
+
]
|
| 113 |
+
],
|
| 114 |
+
"CmdDaemonBase": [
|
| 115 |
+
[
|
| 116 |
+
"dvc/command/daemon.py",
|
| 117 |
+
[
|
| 118 |
+
"CmdDaemonBase"
|
| 119 |
+
]
|
| 120 |
+
]
|
| 121 |
+
],
|
| 122 |
+
"CmdDaemonUpdater": [
|
| 123 |
+
[
|
| 124 |
+
"dvc/command/daemon.py",
|
| 125 |
+
[
|
| 126 |
+
"CmdDaemonUpdater"
|
| 127 |
+
]
|
| 128 |
+
]
|
| 129 |
+
],
|
| 130 |
+
"CmdDaemonAnalytics": [
|
| 131 |
+
[
|
| 132 |
+
"dvc/command/daemon.py",
|
| 133 |
+
[
|
| 134 |
+
"CmdDaemonAnalytics"
|
| 135 |
+
]
|
| 136 |
+
]
|
| 137 |
+
],
|
| 138 |
+
"CmdDataBase": [
|
| 139 |
+
[
|
| 140 |
+
"dvc/command/data_sync.py",
|
| 141 |
+
[
|
| 142 |
+
"CmdDataBase"
|
| 143 |
+
]
|
| 144 |
+
]
|
| 145 |
+
],
|
| 146 |
+
"CmdDataPull": [
|
| 147 |
+
[
|
| 148 |
+
"dvc/command/data_sync.py",
|
| 149 |
+
[
|
| 150 |
+
"CmdDataPull"
|
| 151 |
+
]
|
| 152 |
+
]
|
| 153 |
+
],
|
| 154 |
+
"CmdDataPush": [
|
| 155 |
+
[
|
| 156 |
+
"dvc/command/data_sync.py",
|
| 157 |
+
[
|
| 158 |
+
"CmdDataPush"
|
| 159 |
+
]
|
| 160 |
+
]
|
| 161 |
+
],
|
| 162 |
+
"CmdDataFetch": [
|
| 163 |
+
[
|
| 164 |
+
"dvc/command/data_sync.py",
|
| 165 |
+
[
|
| 166 |
+
"CmdDataFetch"
|
| 167 |
+
]
|
| 168 |
+
]
|
| 169 |
+
],
|
| 170 |
+
"CmdDestroy": [
|
| 171 |
+
[
|
| 172 |
+
"dvc/command/destroy.py",
|
| 173 |
+
[
|
| 174 |
+
"CmdDestroy"
|
| 175 |
+
]
|
| 176 |
+
]
|
| 177 |
+
],
|
| 178 |
+
"CmdDiff": [
|
| 179 |
+
[
|
| 180 |
+
"dvc/command/diff.py",
|
| 181 |
+
[
|
| 182 |
+
"CmdDiff"
|
| 183 |
+
]
|
| 184 |
+
]
|
| 185 |
+
],
|
| 186 |
+
"CmdGC": [
|
| 187 |
+
[
|
| 188 |
+
"dvc/command/gc.py",
|
| 189 |
+
[
|
| 190 |
+
"CmdGC"
|
| 191 |
+
]
|
| 192 |
+
]
|
| 193 |
+
],
|
| 194 |
+
"CmdGet": [
|
| 195 |
+
[
|
| 196 |
+
"dvc/command/get.py",
|
| 197 |
+
[
|
| 198 |
+
"CmdGet"
|
| 199 |
+
]
|
| 200 |
+
]
|
| 201 |
+
],
|
| 202 |
+
"CmdGetUrl": [
|
| 203 |
+
[
|
| 204 |
+
"dvc/command/get_url.py",
|
| 205 |
+
[
|
| 206 |
+
"CmdGetUrl"
|
| 207 |
+
]
|
| 208 |
+
]
|
| 209 |
+
],
|
| 210 |
+
"CmdHookBase": [
|
| 211 |
+
[
|
| 212 |
+
"dvc/command/git_hook.py",
|
| 213 |
+
[
|
| 214 |
+
"CmdHookBase"
|
| 215 |
+
]
|
| 216 |
+
]
|
| 217 |
+
],
|
| 218 |
+
"CmdPreCommit": [
|
| 219 |
+
[
|
| 220 |
+
"dvc/command/git_hook.py",
|
| 221 |
+
[
|
| 222 |
+
"CmdPreCommit"
|
| 223 |
+
]
|
| 224 |
+
]
|
| 225 |
+
],
|
| 226 |
+
"CmdPostCheckout": [
|
| 227 |
+
[
|
| 228 |
+
"dvc/command/git_hook.py",
|
| 229 |
+
[
|
| 230 |
+
"CmdPostCheckout"
|
| 231 |
+
]
|
| 232 |
+
]
|
| 233 |
+
],
|
| 234 |
+
"CmdPrePush": [
|
| 235 |
+
[
|
| 236 |
+
"dvc/command/git_hook.py",
|
| 237 |
+
[
|
| 238 |
+
"CmdPrePush"
|
| 239 |
+
]
|
| 240 |
+
]
|
| 241 |
+
],
|
| 242 |
+
"CmdImport": [
|
| 243 |
+
[
|
| 244 |
+
"dvc/command/imp.py",
|
| 245 |
+
[
|
| 246 |
+
"CmdImport"
|
| 247 |
+
]
|
| 248 |
+
]
|
| 249 |
+
],
|
| 250 |
+
"CmdImportUrl": [
|
| 251 |
+
[
|
| 252 |
+
"dvc/command/imp_url.py",
|
| 253 |
+
[
|
| 254 |
+
"CmdImportUrl"
|
| 255 |
+
]
|
| 256 |
+
]
|
| 257 |
+
],
|
| 258 |
+
"CmdInit": [
|
| 259 |
+
[
|
| 260 |
+
"dvc/command/init.py",
|
| 261 |
+
[
|
| 262 |
+
"CmdInit"
|
| 263 |
+
]
|
| 264 |
+
]
|
| 265 |
+
],
|
| 266 |
+
"CmdInstall": [
|
| 267 |
+
[
|
| 268 |
+
"dvc/command/install.py",
|
| 269 |
+
[
|
| 270 |
+
"CmdInstall"
|
| 271 |
+
]
|
| 272 |
+
]
|
| 273 |
+
],
|
| 274 |
+
"CmdLockBase": [
|
| 275 |
+
[
|
| 276 |
+
"dvc/command/lock.py",
|
| 277 |
+
[
|
| 278 |
+
"CmdLockBase"
|
| 279 |
+
]
|
| 280 |
+
]
|
| 281 |
+
],
|
| 282 |
+
"CmdLock": [
|
| 283 |
+
[
|
| 284 |
+
"dvc/command/lock.py",
|
| 285 |
+
[
|
| 286 |
+
"CmdLock"
|
| 287 |
+
]
|
| 288 |
+
]
|
| 289 |
+
],
|
| 290 |
+
"CmdUnlock": [
|
| 291 |
+
[
|
| 292 |
+
"dvc/command/lock.py",
|
| 293 |
+
[
|
| 294 |
+
"CmdUnlock"
|
| 295 |
+
]
|
| 296 |
+
]
|
| 297 |
+
],
|
| 298 |
+
"CmdList": [
|
| 299 |
+
[
|
| 300 |
+
"dvc/command/ls/__init__.py",
|
| 301 |
+
[
|
| 302 |
+
"CmdList"
|
| 303 |
+
]
|
| 304 |
+
]
|
| 305 |
+
],
|
| 306 |
+
"LsColors": [
|
| 307 |
+
[
|
| 308 |
+
"dvc/command/ls/ls_colors.py",
|
| 309 |
+
[
|
| 310 |
+
"LsColors"
|
| 311 |
+
]
|
| 312 |
+
]
|
| 313 |
+
],
|
| 314 |
+
"CmdMetricsShow": [
|
| 315 |
+
[
|
| 316 |
+
"dvc/command/metrics.py",
|
| 317 |
+
[
|
| 318 |
+
"CmdMetricsShow"
|
| 319 |
+
]
|
| 320 |
+
]
|
| 321 |
+
],
|
| 322 |
+
"CmdMetricsAdd": [
|
| 323 |
+
[
|
| 324 |
+
"dvc/command/metrics.py",
|
| 325 |
+
[
|
| 326 |
+
"CmdMetricsAdd"
|
| 327 |
+
]
|
| 328 |
+
]
|
| 329 |
+
],
|
| 330 |
+
"CmdMetricsRemove": [
|
| 331 |
+
[
|
| 332 |
+
"dvc/command/metrics.py",
|
| 333 |
+
[
|
| 334 |
+
"CmdMetricsRemove"
|
| 335 |
+
]
|
| 336 |
+
]
|
| 337 |
+
],
|
| 338 |
+
"CmdMetricsDiff": [
|
| 339 |
+
[
|
| 340 |
+
"dvc/command/metrics.py",
|
| 341 |
+
[
|
| 342 |
+
"CmdMetricsDiff"
|
| 343 |
+
]
|
| 344 |
+
]
|
| 345 |
+
],
|
| 346 |
+
"CmdMove": [
|
| 347 |
+
[
|
| 348 |
+
"dvc/command/move.py",
|
| 349 |
+
[
|
| 350 |
+
"CmdMove"
|
| 351 |
+
]
|
| 352 |
+
]
|
| 353 |
+
],
|
| 354 |
+
"CmdParamsDiff": [
|
| 355 |
+
[
|
| 356 |
+
"dvc/command/params.py",
|
| 357 |
+
[
|
| 358 |
+
"CmdParamsDiff"
|
| 359 |
+
]
|
| 360 |
+
]
|
| 361 |
+
],
|
| 362 |
+
"CmdPipelineShow": [
|
| 363 |
+
[
|
| 364 |
+
"dvc/command/pipeline.py",
|
| 365 |
+
[
|
| 366 |
+
"CmdPipelineShow"
|
| 367 |
+
]
|
| 368 |
+
]
|
| 369 |
+
],
|
| 370 |
+
"CmdPipelineList": [
|
| 371 |
+
[
|
| 372 |
+
"dvc/command/pipeline.py",
|
| 373 |
+
[
|
| 374 |
+
"CmdPipelineList"
|
| 375 |
+
]
|
| 376 |
+
]
|
| 377 |
+
],
|
| 378 |
+
"CmdRemote": [
|
| 379 |
+
[
|
| 380 |
+
"dvc/command/remote.py",
|
| 381 |
+
[
|
| 382 |
+
"CmdRemote"
|
| 383 |
+
]
|
| 384 |
+
]
|
| 385 |
+
],
|
| 386 |
+
"CmdRemoteAdd": [
|
| 387 |
+
[
|
| 388 |
+
"dvc/command/remote.py",
|
| 389 |
+
[
|
| 390 |
+
"CmdRemoteAdd"
|
| 391 |
+
]
|
| 392 |
+
]
|
| 393 |
+
],
|
| 394 |
+
"CmdRemoteRemove": [
|
| 395 |
+
[
|
| 396 |
+
"dvc/command/remote.py",
|
| 397 |
+
[
|
| 398 |
+
"CmdRemoteRemove"
|
| 399 |
+
]
|
| 400 |
+
]
|
| 401 |
+
],
|
| 402 |
+
"CmdRemoteModify": [
|
| 403 |
+
[
|
| 404 |
+
"dvc/command/remote.py",
|
| 405 |
+
[
|
| 406 |
+
"CmdRemoteModify"
|
| 407 |
+
]
|
| 408 |
+
]
|
| 409 |
+
],
|
| 410 |
+
"CmdRemoteDefault": [
|
| 411 |
+
[
|
| 412 |
+
"dvc/command/remote.py",
|
| 413 |
+
[
|
| 414 |
+
"CmdRemoteDefault"
|
| 415 |
+
]
|
| 416 |
+
]
|
| 417 |
+
],
|
| 418 |
+
"CmdRemoteList": [
|
| 419 |
+
[
|
| 420 |
+
"dvc/command/remote.py",
|
| 421 |
+
[
|
| 422 |
+
"CmdRemoteList"
|
| 423 |
+
]
|
| 424 |
+
]
|
| 425 |
+
],
|
| 426 |
+
"CmdRemove": [
|
| 427 |
+
[
|
| 428 |
+
"dvc/command/remove.py",
|
| 429 |
+
[
|
| 430 |
+
"CmdRemove"
|
| 431 |
+
]
|
| 432 |
+
]
|
| 433 |
+
],
|
| 434 |
+
"CmdRepro": [
|
| 435 |
+
[
|
| 436 |
+
"dvc/command/repro.py",
|
| 437 |
+
[
|
| 438 |
+
"CmdRepro"
|
| 439 |
+
]
|
| 440 |
+
]
|
| 441 |
+
],
|
| 442 |
+
"CmdRoot": [
|
| 443 |
+
[
|
| 444 |
+
"dvc/command/root.py",
|
| 445 |
+
[
|
| 446 |
+
"CmdRoot"
|
| 447 |
+
]
|
| 448 |
+
]
|
| 449 |
+
],
|
| 450 |
+
"CmdRun": [
|
| 451 |
+
[
|
| 452 |
+
"dvc/command/run.py",
|
| 453 |
+
[
|
| 454 |
+
"CmdRun"
|
| 455 |
+
]
|
| 456 |
+
]
|
| 457 |
+
],
|
| 458 |
+
"CmdDataStatus": [
|
| 459 |
+
[
|
| 460 |
+
"dvc/command/status.py",
|
| 461 |
+
[
|
| 462 |
+
"CmdDataStatus"
|
| 463 |
+
]
|
| 464 |
+
]
|
| 465 |
+
],
|
| 466 |
+
"CmdTagAdd": [
|
| 467 |
+
[
|
| 468 |
+
"dvc/command/tag.py",
|
| 469 |
+
[
|
| 470 |
+
"CmdTagAdd"
|
| 471 |
+
]
|
| 472 |
+
]
|
| 473 |
+
],
|
| 474 |
+
"CmdTagRemove": [
|
| 475 |
+
[
|
| 476 |
+
"dvc/command/tag.py",
|
| 477 |
+
[
|
| 478 |
+
"CmdTagRemove"
|
| 479 |
+
]
|
| 480 |
+
]
|
| 481 |
+
],
|
| 482 |
+
"CmdTagList": [
|
| 483 |
+
[
|
| 484 |
+
"dvc/command/tag.py",
|
| 485 |
+
[
|
| 486 |
+
"CmdTagList"
|
| 487 |
+
]
|
| 488 |
+
]
|
| 489 |
+
],
|
| 490 |
+
"CmdUnprotect": [
|
| 491 |
+
[
|
| 492 |
+
"dvc/command/unprotect.py",
|
| 493 |
+
[
|
| 494 |
+
"CmdUnprotect"
|
| 495 |
+
]
|
| 496 |
+
]
|
| 497 |
+
],
|
| 498 |
+
"CmdUpdate": [
|
| 499 |
+
[
|
| 500 |
+
"dvc/command/update.py",
|
| 501 |
+
[
|
| 502 |
+
"CmdUpdate"
|
| 503 |
+
]
|
| 504 |
+
]
|
| 505 |
+
],
|
| 506 |
+
"CmdVersion": [
|
| 507 |
+
[
|
| 508 |
+
"dvc/command/version.py",
|
| 509 |
+
[
|
| 510 |
+
"CmdVersion"
|
| 511 |
+
]
|
| 512 |
+
]
|
| 513 |
+
],
|
| 514 |
+
"ConfigError": [
|
| 515 |
+
[
|
| 516 |
+
"dvc/config.py",
|
| 517 |
+
[
|
| 518 |
+
"ConfigError"
|
| 519 |
+
]
|
| 520 |
+
]
|
| 521 |
+
],
|
| 522 |
+
"NoRemoteError": [
|
| 523 |
+
[
|
| 524 |
+
"dvc/config.py",
|
| 525 |
+
[
|
| 526 |
+
"NoRemoteError"
|
| 527 |
+
]
|
| 528 |
+
]
|
| 529 |
+
],
|
| 530 |
+
"RelPath": [
|
| 531 |
+
[
|
| 532 |
+
"dvc/config.py",
|
| 533 |
+
[
|
| 534 |
+
"RelPath"
|
| 535 |
+
]
|
| 536 |
+
]
|
| 537 |
+
],
|
| 538 |
+
"Config": [
|
| 539 |
+
[
|
| 540 |
+
"dvc/config.py",
|
| 541 |
+
[
|
| 542 |
+
"Config"
|
| 543 |
+
]
|
| 544 |
+
]
|
| 545 |
+
],
|
| 546 |
+
"VertexViewer": [
|
| 547 |
+
[
|
| 548 |
+
"dvc/dagascii.py",
|
| 549 |
+
[
|
| 550 |
+
"VertexViewer"
|
| 551 |
+
]
|
| 552 |
+
]
|
| 553 |
+
],
|
| 554 |
+
"AsciiCanvas": [
|
| 555 |
+
[
|
| 556 |
+
"dvc/dagascii.py",
|
| 557 |
+
[
|
| 558 |
+
"AsciiCanvas"
|
| 559 |
+
]
|
| 560 |
+
]
|
| 561 |
+
],
|
| 562 |
+
"DataCloud": [
|
| 563 |
+
[
|
| 564 |
+
"dvc/data_cloud.py",
|
| 565 |
+
[
|
| 566 |
+
"DataCloud"
|
| 567 |
+
]
|
| 568 |
+
]
|
| 569 |
+
],
|
| 570 |
+
"DependencyDoesNotExistError": [
|
| 571 |
+
[
|
| 572 |
+
"dvc/dependency/base.py",
|
| 573 |
+
[
|
| 574 |
+
"DependencyDoesNotExistError"
|
| 575 |
+
]
|
| 576 |
+
]
|
| 577 |
+
],
|
| 578 |
+
"DependencyIsNotFileOrDirError": [
|
| 579 |
+
[
|
| 580 |
+
"dvc/dependency/base.py",
|
| 581 |
+
[
|
| 582 |
+
"DependencyIsNotFileOrDirError"
|
| 583 |
+
]
|
| 584 |
+
]
|
| 585 |
+
],
|
| 586 |
+
"DependencyIsStageFileError": [
|
| 587 |
+
[
|
| 588 |
+
"dvc/dependency/base.py",
|
| 589 |
+
[
|
| 590 |
+
"DependencyIsStageFileError"
|
| 591 |
+
]
|
| 592 |
+
]
|
| 593 |
+
],
|
| 594 |
+
"DependencyBase": [
|
| 595 |
+
[
|
| 596 |
+
"dvc/dependency/base.py",
|
| 597 |
+
[
|
| 598 |
+
"DependencyBase"
|
| 599 |
+
]
|
| 600 |
+
]
|
| 601 |
+
],
|
| 602 |
+
"DependencyGS": [
|
| 603 |
+
[
|
| 604 |
+
"dvc/dependency/gs.py",
|
| 605 |
+
[
|
| 606 |
+
"DependencyGS"
|
| 607 |
+
]
|
| 608 |
+
]
|
| 609 |
+
],
|
| 610 |
+
"DependencyHDFS": [
|
| 611 |
+
[
|
| 612 |
+
"dvc/dependency/hdfs.py",
|
| 613 |
+
[
|
| 614 |
+
"DependencyHDFS"
|
| 615 |
+
]
|
| 616 |
+
]
|
| 617 |
+
],
|
| 618 |
+
"DependencyHTTP": [
|
| 619 |
+
[
|
| 620 |
+
"dvc/dependency/http.py",
|
| 621 |
+
[
|
| 622 |
+
"DependencyHTTP"
|
| 623 |
+
]
|
| 624 |
+
]
|
| 625 |
+
],
|
| 626 |
+
"DependencyHTTPS": [
|
| 627 |
+
[
|
| 628 |
+
"dvc/dependency/https.py",
|
| 629 |
+
[
|
| 630 |
+
"DependencyHTTPS"
|
| 631 |
+
]
|
| 632 |
+
]
|
| 633 |
+
],
|
| 634 |
+
"DependencyLOCAL": [
|
| 635 |
+
[
|
| 636 |
+
"dvc/dependency/local.py",
|
| 637 |
+
[
|
| 638 |
+
"DependencyLOCAL"
|
| 639 |
+
]
|
| 640 |
+
]
|
| 641 |
+
],
|
| 642 |
+
"MissingParamsError": [
|
| 643 |
+
[
|
| 644 |
+
"dvc/dependency/param.py",
|
| 645 |
+
[
|
| 646 |
+
"MissingParamsError"
|
| 647 |
+
]
|
| 648 |
+
]
|
| 649 |
+
],
|
| 650 |
+
"BadParamFileError": [
|
| 651 |
+
[
|
| 652 |
+
"dvc/dependency/param.py",
|
| 653 |
+
[
|
| 654 |
+
"BadParamFileError"
|
| 655 |
+
]
|
| 656 |
+
]
|
| 657 |
+
],
|
| 658 |
+
"DependencyPARAMS": [
|
| 659 |
+
[
|
| 660 |
+
"dvc/dependency/param.py",
|
| 661 |
+
[
|
| 662 |
+
"DependencyPARAMS"
|
| 663 |
+
]
|
| 664 |
+
]
|
| 665 |
+
],
|
| 666 |
+
"DependencyREPO": [
|
| 667 |
+
[
|
| 668 |
+
"dvc/dependency/repo.py",
|
| 669 |
+
[
|
| 670 |
+
"DependencyREPO"
|
| 671 |
+
]
|
| 672 |
+
]
|
| 673 |
+
],
|
| 674 |
+
"DependencyS3": [
|
| 675 |
+
[
|
| 676 |
+
"dvc/dependency/s3.py",
|
| 677 |
+
[
|
| 678 |
+
"DependencyS3"
|
| 679 |
+
]
|
| 680 |
+
]
|
| 681 |
+
],
|
| 682 |
+
"DependencySSH": [
|
| 683 |
+
[
|
| 684 |
+
"dvc/dependency/ssh.py",
|
| 685 |
+
[
|
| 686 |
+
"DependencySSH"
|
| 687 |
+
]
|
| 688 |
+
]
|
| 689 |
+
],
|
| 690 |
+
"MultiStageFileLoadError": [
|
| 691 |
+
[
|
| 692 |
+
"dvc/dvcfile.py",
|
| 693 |
+
[
|
| 694 |
+
"MultiStageFileLoadError"
|
| 695 |
+
]
|
| 696 |
+
]
|
| 697 |
+
],
|
| 698 |
+
"Dvcfile": [
|
| 699 |
+
[
|
| 700 |
+
"dvc/dvcfile.py",
|
| 701 |
+
[
|
| 702 |
+
"Dvcfile"
|
| 703 |
+
]
|
| 704 |
+
]
|
| 705 |
+
],
|
| 706 |
+
"DvcException": [
|
| 707 |
+
[
|
| 708 |
+
"dvc/exceptions.py",
|
| 709 |
+
[
|
| 710 |
+
"DvcException"
|
| 711 |
+
]
|
| 712 |
+
]
|
| 713 |
+
],
|
| 714 |
+
"InvalidArgumentError": [
|
| 715 |
+
[
|
| 716 |
+
"dvc/exceptions.py",
|
| 717 |
+
[
|
| 718 |
+
"InvalidArgumentError"
|
| 719 |
+
]
|
| 720 |
+
]
|
| 721 |
+
],
|
| 722 |
+
"OutputDuplicationError": [
|
| 723 |
+
[
|
| 724 |
+
"dvc/exceptions.py",
|
| 725 |
+
[
|
| 726 |
+
"OutputDuplicationError"
|
| 727 |
+
]
|
| 728 |
+
]
|
| 729 |
+
],
|
| 730 |
+
"OutputNotFoundError": [
|
| 731 |
+
[
|
| 732 |
+
"dvc/exceptions.py",
|
| 733 |
+
[
|
| 734 |
+
"OutputNotFoundError"
|
| 735 |
+
]
|
| 736 |
+
]
|
| 737 |
+
],
|
| 738 |
+
"StagePathAsOutputError": [
|
| 739 |
+
[
|
| 740 |
+
"dvc/exceptions.py",
|
| 741 |
+
[
|
| 742 |
+
"StagePathAsOutputError"
|
| 743 |
+
]
|
| 744 |
+
]
|
| 745 |
+
],
|
| 746 |
+
"CircularDependencyError": [
|
| 747 |
+
[
|
| 748 |
+
"dvc/exceptions.py",
|
| 749 |
+
[
|
| 750 |
+
"CircularDependencyError"
|
| 751 |
+
]
|
| 752 |
+
]
|
| 753 |
+
],
|
| 754 |
+
"ArgumentDuplicationError": [
|
| 755 |
+
[
|
| 756 |
+
"dvc/exceptions.py",
|
| 757 |
+
[
|
| 758 |
+
"ArgumentDuplicationError"
|
| 759 |
+
]
|
| 760 |
+
]
|
| 761 |
+
],
|
| 762 |
+
"MoveNotDataSourceError": [
|
| 763 |
+
[
|
| 764 |
+
"dvc/exceptions.py",
|
| 765 |
+
[
|
| 766 |
+
"MoveNotDataSourceError"
|
| 767 |
+
]
|
| 768 |
+
]
|
| 769 |
+
],
|
| 770 |
+
"NotDvcRepoError": [
|
| 771 |
+
[
|
| 772 |
+
"dvc/exceptions.py",
|
| 773 |
+
[
|
| 774 |
+
"NotDvcRepoError"
|
| 775 |
+
]
|
| 776 |
+
]
|
| 777 |
+
],
|
| 778 |
+
"DvcParserError": [
|
| 779 |
+
[
|
| 780 |
+
"dvc/exceptions.py",
|
| 781 |
+
[
|
| 782 |
+
"DvcParserError"
|
| 783 |
+
]
|
| 784 |
+
]
|
| 785 |
+
],
|
| 786 |
+
"CyclicGraphError": [
|
| 787 |
+
[
|
| 788 |
+
"dvc/exceptions.py",
|
| 789 |
+
[
|
| 790 |
+
"CyclicGraphError"
|
| 791 |
+
]
|
| 792 |
+
]
|
| 793 |
+
],
|
| 794 |
+
"ConfirmRemoveError": [
|
| 795 |
+
[
|
| 796 |
+
"dvc/exceptions.py",
|
| 797 |
+
[
|
| 798 |
+
"ConfirmRemoveError"
|
| 799 |
+
]
|
| 800 |
+
]
|
| 801 |
+
],
|
| 802 |
+
"InitError": [
|
| 803 |
+
[
|
| 804 |
+
"dvc/exceptions.py",
|
| 805 |
+
[
|
| 806 |
+
"InitError"
|
| 807 |
+
]
|
| 808 |
+
]
|
| 809 |
+
],
|
| 810 |
+
"ReproductionError": [
|
| 811 |
+
[
|
| 812 |
+
"dvc/exceptions.py",
|
| 813 |
+
[
|
| 814 |
+
"ReproductionError"
|
| 815 |
+
]
|
| 816 |
+
]
|
| 817 |
+
],
|
| 818 |
+
"BadMetricError": [
|
| 819 |
+
[
|
| 820 |
+
"dvc/exceptions.py",
|
| 821 |
+
[
|
| 822 |
+
"BadMetricError"
|
| 823 |
+
]
|
| 824 |
+
]
|
| 825 |
+
],
|
| 826 |
+
"NoMetricsError": [
|
| 827 |
+
[
|
| 828 |
+
"dvc/exceptions.py",
|
| 829 |
+
[
|
| 830 |
+
"NoMetricsError"
|
| 831 |
+
]
|
| 832 |
+
]
|
| 833 |
+
],
|
| 834 |
+
"StageFileCorruptedError": [
|
| 835 |
+
[
|
| 836 |
+
"dvc/exceptions.py",
|
| 837 |
+
[
|
| 838 |
+
"StageFileCorruptedError"
|
| 839 |
+
]
|
| 840 |
+
]
|
| 841 |
+
],
|
| 842 |
+
"RecursiveAddingWhileUsingFilename": [
|
| 843 |
+
[
|
| 844 |
+
"dvc/exceptions.py",
|
| 845 |
+
[
|
| 846 |
+
"RecursiveAddingWhileUsingFilename"
|
| 847 |
+
]
|
| 848 |
+
]
|
| 849 |
+
],
|
| 850 |
+
"OverlappingOutputPathsError": [
|
| 851 |
+
[
|
| 852 |
+
"dvc/exceptions.py",
|
| 853 |
+
[
|
| 854 |
+
"OverlappingOutputPathsError"
|
| 855 |
+
]
|
| 856 |
+
]
|
| 857 |
+
],
|
| 858 |
+
"CheckoutErrorSuggestGit": [
|
| 859 |
+
[
|
| 860 |
+
"dvc/exceptions.py",
|
| 861 |
+
[
|
| 862 |
+
"CheckoutErrorSuggestGit"
|
| 863 |
+
]
|
| 864 |
+
]
|
| 865 |
+
],
|
| 866 |
+
"ETagMismatchError": [
|
| 867 |
+
[
|
| 868 |
+
"dvc/exceptions.py",
|
| 869 |
+
[
|
| 870 |
+
"ETagMismatchError"
|
| 871 |
+
]
|
| 872 |
+
]
|
| 873 |
+
],
|
| 874 |
+
"FileMissingError": [
|
| 875 |
+
[
|
| 876 |
+
"dvc/exceptions.py",
|
| 877 |
+
[
|
| 878 |
+
"FileMissingError"
|
| 879 |
+
]
|
| 880 |
+
]
|
| 881 |
+
],
|
| 882 |
+
"DvcIgnoreInCollectedDirError": [
|
| 883 |
+
[
|
| 884 |
+
"dvc/exceptions.py",
|
| 885 |
+
[
|
| 886 |
+
"DvcIgnoreInCollectedDirError"
|
| 887 |
+
]
|
| 888 |
+
]
|
| 889 |
+
],
|
| 890 |
+
"GitHookAlreadyExistsError": [
|
| 891 |
+
[
|
| 892 |
+
"dvc/exceptions.py",
|
| 893 |
+
[
|
| 894 |
+
"GitHookAlreadyExistsError"
|
| 895 |
+
]
|
| 896 |
+
]
|
| 897 |
+
],
|
| 898 |
+
"DownloadError": [
|
| 899 |
+
[
|
| 900 |
+
"dvc/exceptions.py",
|
| 901 |
+
[
|
| 902 |
+
"DownloadError"
|
| 903 |
+
]
|
| 904 |
+
]
|
| 905 |
+
],
|
| 906 |
+
"UploadError": [
|
| 907 |
+
[
|
| 908 |
+
"dvc/exceptions.py",
|
| 909 |
+
[
|
| 910 |
+
"UploadError"
|
| 911 |
+
]
|
| 912 |
+
]
|
| 913 |
+
],
|
| 914 |
+
"CheckoutError": [
|
| 915 |
+
[
|
| 916 |
+
"dvc/exceptions.py",
|
| 917 |
+
[
|
| 918 |
+
"CheckoutError"
|
| 919 |
+
]
|
| 920 |
+
]
|
| 921 |
+
],
|
| 922 |
+
"CollectCacheError": [
|
| 923 |
+
[
|
| 924 |
+
"dvc/exceptions.py",
|
| 925 |
+
[
|
| 926 |
+
"CollectCacheError"
|
| 927 |
+
]
|
| 928 |
+
]
|
| 929 |
+
],
|
| 930 |
+
"NoRemoteInExternalRepoError": [
|
| 931 |
+
[
|
| 932 |
+
"dvc/exceptions.py",
|
| 933 |
+
[
|
| 934 |
+
"NoRemoteInExternalRepoError"
|
| 935 |
+
]
|
| 936 |
+
]
|
| 937 |
+
],
|
| 938 |
+
"NoOutputInExternalRepoError": [
|
| 939 |
+
[
|
| 940 |
+
"dvc/exceptions.py",
|
| 941 |
+
[
|
| 942 |
+
"NoOutputInExternalRepoError"
|
| 943 |
+
]
|
| 944 |
+
]
|
| 945 |
+
],
|
| 946 |
+
"HTTPError": [
|
| 947 |
+
[
|
| 948 |
+
"dvc/exceptions.py",
|
| 949 |
+
[
|
| 950 |
+
"HTTPError"
|
| 951 |
+
]
|
| 952 |
+
]
|
| 953 |
+
],
|
| 954 |
+
"PathMissingError": [
|
| 955 |
+
[
|
| 956 |
+
"dvc/exceptions.py",
|
| 957 |
+
[
|
| 958 |
+
"PathMissingError"
|
| 959 |
+
]
|
| 960 |
+
]
|
| 961 |
+
],
|
| 962 |
+
"RemoteCacheRequiredError": [
|
| 963 |
+
[
|
| 964 |
+
"dvc/exceptions.py",
|
| 965 |
+
[
|
| 966 |
+
"RemoteCacheRequiredError"
|
| 967 |
+
]
|
| 968 |
+
]
|
| 969 |
+
],
|
| 970 |
+
"IsADirectoryError": [
|
| 971 |
+
[
|
| 972 |
+
"dvc/exceptions.py",
|
| 973 |
+
[
|
| 974 |
+
"IsADirectoryError"
|
| 975 |
+
]
|
| 976 |
+
]
|
| 977 |
+
],
|
| 978 |
+
"ExternalRepo": [
|
| 979 |
+
[
|
| 980 |
+
"dvc/external_repo.py",
|
| 981 |
+
[
|
| 982 |
+
"ExternalRepo"
|
| 983 |
+
]
|
| 984 |
+
]
|
| 985 |
+
],
|
| 986 |
+
"ExternalGitRepo": [
|
| 987 |
+
[
|
| 988 |
+
"dvc/external_repo.py",
|
| 989 |
+
[
|
| 990 |
+
"ExternalGitRepo"
|
| 991 |
+
]
|
| 992 |
+
]
|
| 993 |
+
],
|
| 994 |
+
"DvcIgnore": [
|
| 995 |
+
[
|
| 996 |
+
"dvc/ignore.py",
|
| 997 |
+
[
|
| 998 |
+
"DvcIgnore"
|
| 999 |
+
]
|
| 1000 |
+
]
|
| 1001 |
+
],
|
| 1002 |
+
"DvcIgnorePatterns": [
|
| 1003 |
+
[
|
| 1004 |
+
"dvc/ignore.py",
|
| 1005 |
+
[
|
| 1006 |
+
"DvcIgnorePatterns"
|
| 1007 |
+
]
|
| 1008 |
+
]
|
| 1009 |
+
],
|
| 1010 |
+
"DvcIgnoreDirs": [
|
| 1011 |
+
[
|
| 1012 |
+
"dvc/ignore.py",
|
| 1013 |
+
[
|
| 1014 |
+
"DvcIgnoreDirs"
|
| 1015 |
+
]
|
| 1016 |
+
]
|
| 1017 |
+
],
|
| 1018 |
+
"DvcIgnoreRepo": [
|
| 1019 |
+
[
|
| 1020 |
+
"dvc/ignore.py",
|
| 1021 |
+
[
|
| 1022 |
+
"DvcIgnoreRepo"
|
| 1023 |
+
]
|
| 1024 |
+
]
|
| 1025 |
+
],
|
| 1026 |
+
"DvcIgnoreFilter": [
|
| 1027 |
+
[
|
| 1028 |
+
"dvc/ignore.py",
|
| 1029 |
+
[
|
| 1030 |
+
"DvcIgnoreFilter"
|
| 1031 |
+
]
|
| 1032 |
+
]
|
| 1033 |
+
],
|
| 1034 |
+
"CleanTree": [
|
| 1035 |
+
[
|
| 1036 |
+
"dvc/ignore.py",
|
| 1037 |
+
[
|
| 1038 |
+
"CleanTree"
|
| 1039 |
+
]
|
| 1040 |
+
]
|
| 1041 |
+
],
|
| 1042 |
+
"StageNotFound": [
|
| 1043 |
+
[
|
| 1044 |
+
"dvc/loader.py",
|
| 1045 |
+
[
|
| 1046 |
+
"StageNotFound"
|
| 1047 |
+
]
|
| 1048 |
+
]
|
| 1049 |
+
],
|
| 1050 |
+
"StageLoader": [
|
| 1051 |
+
[
|
| 1052 |
+
"dvc/loader.py",
|
| 1053 |
+
[
|
| 1054 |
+
"StageLoader"
|
| 1055 |
+
]
|
| 1056 |
+
]
|
| 1057 |
+
],
|
| 1058 |
+
"SingleStageLoader": [
|
| 1059 |
+
[
|
| 1060 |
+
"dvc/loader.py",
|
| 1061 |
+
[
|
| 1062 |
+
"SingleStageLoader"
|
| 1063 |
+
]
|
| 1064 |
+
]
|
| 1065 |
+
],
|
| 1066 |
+
"LockError": [
|
| 1067 |
+
[
|
| 1068 |
+
"dvc/lock.py",
|
| 1069 |
+
[
|
| 1070 |
+
"LockError"
|
| 1071 |
+
]
|
| 1072 |
+
]
|
| 1073 |
+
],
|
| 1074 |
+
"Lock": [
|
| 1075 |
+
[
|
| 1076 |
+
"dvc/lock.py",
|
| 1077 |
+
[
|
| 1078 |
+
"Lock"
|
| 1079 |
+
]
|
| 1080 |
+
]
|
| 1081 |
+
],
|
| 1082 |
+
"HardlinkLock": [
|
| 1083 |
+
[
|
| 1084 |
+
"dvc/lock.py",
|
| 1085 |
+
[
|
| 1086 |
+
"HardlinkLock"
|
| 1087 |
+
]
|
| 1088 |
+
]
|
| 1089 |
+
],
|
| 1090 |
+
"LockfileCorruptedError": [
|
| 1091 |
+
[
|
| 1092 |
+
"dvc/lockfile.py",
|
| 1093 |
+
[
|
| 1094 |
+
"LockfileCorruptedError"
|
| 1095 |
+
]
|
| 1096 |
+
]
|
| 1097 |
+
],
|
| 1098 |
+
"LoggingException": [
|
| 1099 |
+
[
|
| 1100 |
+
"dvc/logger.py",
|
| 1101 |
+
[
|
| 1102 |
+
"LoggingException"
|
| 1103 |
+
]
|
| 1104 |
+
]
|
| 1105 |
+
],
|
| 1106 |
+
"ExcludeErrorsFilter": [
|
| 1107 |
+
[
|
| 1108 |
+
"dvc/logger.py",
|
| 1109 |
+
[
|
| 1110 |
+
"ExcludeErrorsFilter"
|
| 1111 |
+
]
|
| 1112 |
+
]
|
| 1113 |
+
],
|
| 1114 |
+
"ExcludeInfoFilter": [
|
| 1115 |
+
[
|
| 1116 |
+
"dvc/logger.py",
|
| 1117 |
+
[
|
| 1118 |
+
"ExcludeInfoFilter"
|
| 1119 |
+
]
|
| 1120 |
+
]
|
| 1121 |
+
],
|
| 1122 |
+
"ColorFormatter": [
|
| 1123 |
+
[
|
| 1124 |
+
"dvc/logger.py",
|
| 1125 |
+
[
|
| 1126 |
+
"ColorFormatter"
|
| 1127 |
+
]
|
| 1128 |
+
]
|
| 1129 |
+
],
|
| 1130 |
+
"LoggerHandler": [
|
| 1131 |
+
[
|
| 1132 |
+
"dvc/logger.py",
|
| 1133 |
+
[
|
| 1134 |
+
"LoggerHandler"
|
| 1135 |
+
]
|
| 1136 |
+
]
|
| 1137 |
+
],
|
| 1138 |
+
"OutputDoesNotExistError": [
|
| 1139 |
+
[
|
| 1140 |
+
"dvc/output/base.py",
|
| 1141 |
+
[
|
| 1142 |
+
"OutputDoesNotExistError"
|
| 1143 |
+
]
|
| 1144 |
+
]
|
| 1145 |
+
],
|
| 1146 |
+
"OutputIsNotFileOrDirError": [
|
| 1147 |
+
[
|
| 1148 |
+
"dvc/output/base.py",
|
| 1149 |
+
[
|
| 1150 |
+
"OutputIsNotFileOrDirError"
|
| 1151 |
+
]
|
| 1152 |
+
]
|
| 1153 |
+
],
|
| 1154 |
+
"OutputAlreadyTrackedError": [
|
| 1155 |
+
[
|
| 1156 |
+
"dvc/output/base.py",
|
| 1157 |
+
[
|
| 1158 |
+
"OutputAlreadyTrackedError"
|
| 1159 |
+
]
|
| 1160 |
+
]
|
| 1161 |
+
],
|
| 1162 |
+
"OutputIsStageFileError": [
|
| 1163 |
+
[
|
| 1164 |
+
"dvc/output/base.py",
|
| 1165 |
+
[
|
| 1166 |
+
"OutputIsStageFileError"
|
| 1167 |
+
]
|
| 1168 |
+
]
|
| 1169 |
+
],
|
| 1170 |
+
"OutputBase": [
|
| 1171 |
+
[
|
| 1172 |
+
"dvc/output/base.py",
|
| 1173 |
+
[
|
| 1174 |
+
"OutputBase"
|
| 1175 |
+
]
|
| 1176 |
+
]
|
| 1177 |
+
],
|
| 1178 |
+
"OutputGS": [
|
| 1179 |
+
[
|
| 1180 |
+
"dvc/output/gs.py",
|
| 1181 |
+
[
|
| 1182 |
+
"OutputGS"
|
| 1183 |
+
]
|
| 1184 |
+
]
|
| 1185 |
+
],
|
| 1186 |
+
"OutputHDFS": [
|
| 1187 |
+
[
|
| 1188 |
+
"dvc/output/hdfs.py",
|
| 1189 |
+
[
|
| 1190 |
+
"OutputHDFS"
|
| 1191 |
+
]
|
| 1192 |
+
]
|
| 1193 |
+
],
|
| 1194 |
+
"OutputLOCAL": [
|
| 1195 |
+
[
|
| 1196 |
+
"dvc/output/local.py",
|
| 1197 |
+
[
|
| 1198 |
+
"OutputLOCAL"
|
| 1199 |
+
]
|
| 1200 |
+
]
|
| 1201 |
+
],
|
| 1202 |
+
"OutputS3": [
|
| 1203 |
+
[
|
| 1204 |
+
"dvc/output/s3.py",
|
| 1205 |
+
[
|
| 1206 |
+
"OutputS3"
|
| 1207 |
+
]
|
| 1208 |
+
]
|
| 1209 |
+
],
|
| 1210 |
+
"OutputSSH": [
|
| 1211 |
+
[
|
| 1212 |
+
"dvc/output/ssh.py",
|
| 1213 |
+
[
|
| 1214 |
+
"OutputSSH"
|
| 1215 |
+
]
|
| 1216 |
+
]
|
| 1217 |
+
],
|
| 1218 |
+
"_BasePath": [
|
| 1219 |
+
[
|
| 1220 |
+
"dvc/path_info.py",
|
| 1221 |
+
[
|
| 1222 |
+
"_BasePath"
|
| 1223 |
+
]
|
| 1224 |
+
]
|
| 1225 |
+
],
|
| 1226 |
+
"PathInfo": [
|
| 1227 |
+
[
|
| 1228 |
+
"dvc/path_info.py",
|
| 1229 |
+
[
|
| 1230 |
+
"PathInfo"
|
| 1231 |
+
]
|
| 1232 |
+
]
|
| 1233 |
+
],
|
| 1234 |
+
"WindowsPathInfo": [
|
| 1235 |
+
[
|
| 1236 |
+
"dvc/path_info.py",
|
| 1237 |
+
[
|
| 1238 |
+
"WindowsPathInfo"
|
| 1239 |
+
]
|
| 1240 |
+
]
|
| 1241 |
+
],
|
| 1242 |
+
"PosixPathInfo": [
|
| 1243 |
+
[
|
| 1244 |
+
"dvc/path_info.py",
|
| 1245 |
+
[
|
| 1246 |
+
"PosixPathInfo"
|
| 1247 |
+
]
|
| 1248 |
+
]
|
| 1249 |
+
],
|
| 1250 |
+
"_URLPathInfo": [
|
| 1251 |
+
[
|
| 1252 |
+
"dvc/path_info.py",
|
| 1253 |
+
[
|
| 1254 |
+
"_URLPathInfo"
|
| 1255 |
+
]
|
| 1256 |
+
]
|
| 1257 |
+
],
|
| 1258 |
+
"_URLPathParents": [
|
| 1259 |
+
[
|
| 1260 |
+
"dvc/path_info.py",
|
| 1261 |
+
[
|
| 1262 |
+
"_URLPathParents"
|
| 1263 |
+
]
|
| 1264 |
+
]
|
| 1265 |
+
],
|
| 1266 |
+
"URLInfo": [
|
| 1267 |
+
[
|
| 1268 |
+
"dvc/path_info.py",
|
| 1269 |
+
[
|
| 1270 |
+
"URLInfo"
|
| 1271 |
+
]
|
| 1272 |
+
]
|
| 1273 |
+
],
|
| 1274 |
+
"CloudURLInfo": [
|
| 1275 |
+
[
|
| 1276 |
+
"dvc/path_info.py",
|
| 1277 |
+
[
|
| 1278 |
+
"CloudURLInfo"
|
| 1279 |
+
]
|
| 1280 |
+
]
|
| 1281 |
+
],
|
| 1282 |
+
"HTTPURLInfo": [
|
| 1283 |
+
[
|
| 1284 |
+
"dvc/path_info.py",
|
| 1285 |
+
[
|
| 1286 |
+
"HTTPURLInfo"
|
| 1287 |
+
]
|
| 1288 |
+
]
|
| 1289 |
+
],
|
| 1290 |
+
"Tqdm": [
|
| 1291 |
+
[
|
| 1292 |
+
"dvc/progress.py",
|
| 1293 |
+
[
|
| 1294 |
+
"Tqdm"
|
| 1295 |
+
]
|
| 1296 |
+
]
|
| 1297 |
+
],
|
| 1298 |
+
"RemoteAZURE": [
|
| 1299 |
+
[
|
| 1300 |
+
"dvc/remote/azure.py",
|
| 1301 |
+
[
|
| 1302 |
+
"RemoteAZURE"
|
| 1303 |
+
]
|
| 1304 |
+
]
|
| 1305 |
+
],
|
| 1306 |
+
"RemoteCmdError": [
|
| 1307 |
+
[
|
| 1308 |
+
"dvc/remote/base.py",
|
| 1309 |
+
[
|
| 1310 |
+
"RemoteCmdError"
|
| 1311 |
+
]
|
| 1312 |
+
]
|
| 1313 |
+
],
|
| 1314 |
+
"RemoteActionNotImplemented": [
|
| 1315 |
+
[
|
| 1316 |
+
"dvc/remote/base.py",
|
| 1317 |
+
[
|
| 1318 |
+
"RemoteActionNotImplemented"
|
| 1319 |
+
]
|
| 1320 |
+
]
|
| 1321 |
+
],
|
| 1322 |
+
"RemoteMissingDepsError": [
|
| 1323 |
+
[
|
| 1324 |
+
"dvc/remote/base.py",
|
| 1325 |
+
[
|
| 1326 |
+
"RemoteMissingDepsError"
|
| 1327 |
+
]
|
| 1328 |
+
]
|
| 1329 |
+
],
|
| 1330 |
+
"DirCacheError": [
|
| 1331 |
+
[
|
| 1332 |
+
"dvc/remote/base.py",
|
| 1333 |
+
[
|
| 1334 |
+
"DirCacheError"
|
| 1335 |
+
]
|
| 1336 |
+
]
|
| 1337 |
+
],
|
| 1338 |
+
"RemoteBASE": [
|
| 1339 |
+
[
|
| 1340 |
+
"dvc/remote/base.py",
|
| 1341 |
+
[
|
| 1342 |
+
"RemoteBASE"
|
| 1343 |
+
]
|
| 1344 |
+
]
|
| 1345 |
+
],
|
| 1346 |
+
"GDrivePathNotFound": [
|
| 1347 |
+
[
|
| 1348 |
+
"dvc/remote/gdrive.py",
|
| 1349 |
+
[
|
| 1350 |
+
"GDrivePathNotFound"
|
| 1351 |
+
]
|
| 1352 |
+
]
|
| 1353 |
+
],
|
| 1354 |
+
"GDriveAccessTokenRefreshError": [
|
| 1355 |
+
[
|
| 1356 |
+
"dvc/remote/gdrive.py",
|
| 1357 |
+
[
|
| 1358 |
+
"GDriveAccessTokenRefreshError"
|
| 1359 |
+
]
|
| 1360 |
+
]
|
| 1361 |
+
],
|
| 1362 |
+
"GDriveMissedCredentialKeyError": [
|
| 1363 |
+
[
|
| 1364 |
+
"dvc/remote/gdrive.py",
|
| 1365 |
+
[
|
| 1366 |
+
"GDriveMissedCredentialKeyError"
|
| 1367 |
+
]
|
| 1368 |
+
]
|
| 1369 |
+
],
|
| 1370 |
+
"GDriveURLInfo": [
|
| 1371 |
+
[
|
| 1372 |
+
"dvc/remote/gdrive.py",
|
| 1373 |
+
[
|
| 1374 |
+
"GDriveURLInfo"
|
| 1375 |
+
]
|
| 1376 |
+
]
|
| 1377 |
+
],
|
| 1378 |
+
"RemoteGDrive": [
|
| 1379 |
+
[
|
| 1380 |
+
"dvc/remote/gdrive.py",
|
| 1381 |
+
[
|
| 1382 |
+
"RemoteGDrive"
|
| 1383 |
+
]
|
| 1384 |
+
]
|
| 1385 |
+
],
|
| 1386 |
+
"RemoteGS": [
|
| 1387 |
+
[
|
| 1388 |
+
"dvc/remote/gs.py",
|
| 1389 |
+
[
|
| 1390 |
+
"RemoteGS"
|
| 1391 |
+
]
|
| 1392 |
+
]
|
| 1393 |
+
],
|
| 1394 |
+
"RemoteHDFS": [
|
| 1395 |
+
[
|
| 1396 |
+
"dvc/remote/hdfs.py",
|
| 1397 |
+
[
|
| 1398 |
+
"RemoteHDFS"
|
| 1399 |
+
]
|
| 1400 |
+
]
|
| 1401 |
+
],
|
| 1402 |
+
"RemoteHTTP": [
|
| 1403 |
+
[
|
| 1404 |
+
"dvc/remote/http.py",
|
| 1405 |
+
[
|
| 1406 |
+
"RemoteHTTP"
|
| 1407 |
+
]
|
| 1408 |
+
]
|
| 1409 |
+
],
|
| 1410 |
+
"RemoteHTTPS": [
|
| 1411 |
+
[
|
| 1412 |
+
"dvc/remote/https.py",
|
| 1413 |
+
[
|
| 1414 |
+
"RemoteHTTPS"
|
| 1415 |
+
]
|
| 1416 |
+
]
|
| 1417 |
+
],
|
| 1418 |
+
"RemoteIndexNoop": [
|
| 1419 |
+
[
|
| 1420 |
+
"dvc/remote/index.py",
|
| 1421 |
+
[
|
| 1422 |
+
"RemoteIndexNoop"
|
| 1423 |
+
]
|
| 1424 |
+
]
|
| 1425 |
+
],
|
| 1426 |
+
"RemoteIndex": [
|
| 1427 |
+
[
|
| 1428 |
+
"dvc/remote/index.py",
|
| 1429 |
+
[
|
| 1430 |
+
"RemoteIndex"
|
| 1431 |
+
]
|
| 1432 |
+
]
|
| 1433 |
+
],
|
| 1434 |
+
"RemoteLOCAL": [
|
| 1435 |
+
[
|
| 1436 |
+
"dvc/remote/local.py",
|
| 1437 |
+
[
|
| 1438 |
+
"RemoteLOCAL"
|
| 1439 |
+
]
|
| 1440 |
+
]
|
| 1441 |
+
],
|
| 1442 |
+
"RemoteOSS": [
|
| 1443 |
+
[
|
| 1444 |
+
"dvc/remote/oss.py",
|
| 1445 |
+
[
|
| 1446 |
+
"RemoteOSS"
|
| 1447 |
+
]
|
| 1448 |
+
]
|
| 1449 |
+
],
|
| 1450 |
+
"Pool": [
|
| 1451 |
+
[
|
| 1452 |
+
"dvc/remote/pool.py",
|
| 1453 |
+
[
|
| 1454 |
+
"Pool"
|
| 1455 |
+
]
|
| 1456 |
+
]
|
| 1457 |
+
],
|
| 1458 |
+
"RemoteS3": [
|
| 1459 |
+
[
|
| 1460 |
+
"dvc/remote/s3.py",
|
| 1461 |
+
[
|
| 1462 |
+
"RemoteS3"
|
| 1463 |
+
]
|
| 1464 |
+
]
|
| 1465 |
+
],
|
| 1466 |
+
"RemoteSSH": [
|
| 1467 |
+
[
|
| 1468 |
+
"dvc/remote/ssh/__init__.py",
|
| 1469 |
+
[
|
| 1470 |
+
"RemoteSSH"
|
| 1471 |
+
]
|
| 1472 |
+
]
|
| 1473 |
+
],
|
| 1474 |
+
"SSHConnection": [
|
| 1475 |
+
[
|
| 1476 |
+
"dvc/remote/ssh/connection.py",
|
| 1477 |
+
[
|
| 1478 |
+
"SSHConnection"
|
| 1479 |
+
]
|
| 1480 |
+
]
|
| 1481 |
+
],
|
| 1482 |
+
"Repo": [
|
| 1483 |
+
[
|
| 1484 |
+
"dvc/repo/__init__.py",
|
| 1485 |
+
[
|
| 1486 |
+
"Repo"
|
| 1487 |
+
]
|
| 1488 |
+
]
|
| 1489 |
+
],
|
| 1490 |
+
"GetDVCFileError": [
|
| 1491 |
+
[
|
| 1492 |
+
"dvc/repo/get.py",
|
| 1493 |
+
[
|
| 1494 |
+
"GetDVCFileError"
|
| 1495 |
+
]
|
| 1496 |
+
]
|
| 1497 |
+
],
|
| 1498 |
+
"Metrics": [
|
| 1499 |
+
[
|
| 1500 |
+
"dvc/repo/metrics/__init__.py",
|
| 1501 |
+
[
|
| 1502 |
+
"Metrics"
|
| 1503 |
+
]
|
| 1504 |
+
]
|
| 1505 |
+
],
|
| 1506 |
+
"Params": [
|
| 1507 |
+
[
|
| 1508 |
+
"dvc/repo/params/__init__.py",
|
| 1509 |
+
[
|
| 1510 |
+
"Params"
|
| 1511 |
+
]
|
| 1512 |
+
]
|
| 1513 |
+
],
|
| 1514 |
+
"NoParamsError": [
|
| 1515 |
+
[
|
| 1516 |
+
"dvc/repo/params/show.py",
|
| 1517 |
+
[
|
| 1518 |
+
"NoParamsError"
|
| 1519 |
+
]
|
| 1520 |
+
]
|
| 1521 |
+
],
|
| 1522 |
+
"Tag": [
|
| 1523 |
+
[
|
| 1524 |
+
"dvc/repo/tag/__init__.py",
|
| 1525 |
+
[
|
| 1526 |
+
"Tag"
|
| 1527 |
+
]
|
| 1528 |
+
]
|
| 1529 |
+
],
|
| 1530 |
+
"DvcTree": [
|
| 1531 |
+
[
|
| 1532 |
+
"dvc/repo/tree.py",
|
| 1533 |
+
[
|
| 1534 |
+
"DvcTree"
|
| 1535 |
+
]
|
| 1536 |
+
]
|
| 1537 |
+
],
|
| 1538 |
+
"RepoTree": [
|
| 1539 |
+
[
|
| 1540 |
+
"dvc/repo/tree.py",
|
| 1541 |
+
[
|
| 1542 |
+
"RepoTree"
|
| 1543 |
+
]
|
| 1544 |
+
]
|
| 1545 |
+
],
|
| 1546 |
+
"RWLockFileCorruptedError": [
|
| 1547 |
+
[
|
| 1548 |
+
"dvc/rwlock.py",
|
| 1549 |
+
[
|
| 1550 |
+
"RWLockFileCorruptedError"
|
| 1551 |
+
]
|
| 1552 |
+
]
|
| 1553 |
+
],
|
| 1554 |
+
"RWLockFileFormatError": [
|
| 1555 |
+
[
|
| 1556 |
+
"dvc/rwlock.py",
|
| 1557 |
+
[
|
| 1558 |
+
"RWLockFileFormatError"
|
| 1559 |
+
]
|
| 1560 |
+
]
|
| 1561 |
+
],
|
| 1562 |
+
"Schemes": [
|
| 1563 |
+
[
|
| 1564 |
+
"dvc/scheme.py",
|
| 1565 |
+
[
|
| 1566 |
+
"Schemes"
|
| 1567 |
+
]
|
| 1568 |
+
]
|
| 1569 |
+
],
|
| 1570 |
+
"NoSCM": [
|
| 1571 |
+
[
|
| 1572 |
+
"dvc/scm/__init__.py",
|
| 1573 |
+
[
|
| 1574 |
+
"NoSCM"
|
| 1575 |
+
]
|
| 1576 |
+
]
|
| 1577 |
+
],
|
| 1578 |
+
"SCMError": [
|
| 1579 |
+
[
|
| 1580 |
+
"dvc/scm/base.py",
|
| 1581 |
+
[
|
| 1582 |
+
"SCMError"
|
| 1583 |
+
]
|
| 1584 |
+
]
|
| 1585 |
+
],
|
| 1586 |
+
"FileNotInRepoError": [
|
| 1587 |
+
[
|
| 1588 |
+
"dvc/scm/base.py",
|
| 1589 |
+
[
|
| 1590 |
+
"FileNotInRepoError"
|
| 1591 |
+
]
|
| 1592 |
+
]
|
| 1593 |
+
],
|
| 1594 |
+
"CloneError": [
|
| 1595 |
+
[
|
| 1596 |
+
"dvc/scm/base.py",
|
| 1597 |
+
[
|
| 1598 |
+
"CloneError"
|
| 1599 |
+
]
|
| 1600 |
+
]
|
| 1601 |
+
],
|
| 1602 |
+
"RevError": [
|
| 1603 |
+
[
|
| 1604 |
+
"dvc/scm/base.py",
|
| 1605 |
+
[
|
| 1606 |
+
"RevError"
|
| 1607 |
+
]
|
| 1608 |
+
]
|
| 1609 |
+
],
|
| 1610 |
+
"NoSCMError": [
|
| 1611 |
+
[
|
| 1612 |
+
"dvc/scm/base.py",
|
| 1613 |
+
[
|
| 1614 |
+
"NoSCMError"
|
| 1615 |
+
]
|
| 1616 |
+
]
|
| 1617 |
+
],
|
| 1618 |
+
"Base": [
|
| 1619 |
+
[
|
| 1620 |
+
"dvc/scm/base.py",
|
| 1621 |
+
[
|
| 1622 |
+
"Base"
|
| 1623 |
+
]
|
| 1624 |
+
]
|
| 1625 |
+
],
|
| 1626 |
+
"TqdmGit": [
|
| 1627 |
+
[
|
| 1628 |
+
"dvc/scm/git/__init__.py",
|
| 1629 |
+
[
|
| 1630 |
+
"TqdmGit"
|
| 1631 |
+
]
|
| 1632 |
+
]
|
| 1633 |
+
],
|
| 1634 |
+
"Git": [
|
| 1635 |
+
[
|
| 1636 |
+
"dvc/scm/git/__init__.py",
|
| 1637 |
+
[
|
| 1638 |
+
"Git"
|
| 1639 |
+
]
|
| 1640 |
+
]
|
| 1641 |
+
],
|
| 1642 |
+
"GitTree": [
|
| 1643 |
+
[
|
| 1644 |
+
"dvc/scm/git/tree.py",
|
| 1645 |
+
[
|
| 1646 |
+
"GitTree"
|
| 1647 |
+
]
|
| 1648 |
+
]
|
| 1649 |
+
],
|
| 1650 |
+
"BaseTree": [
|
| 1651 |
+
[
|
| 1652 |
+
"dvc/scm/tree.py",
|
| 1653 |
+
[
|
| 1654 |
+
"BaseTree"
|
| 1655 |
+
]
|
| 1656 |
+
]
|
| 1657 |
+
],
|
| 1658 |
+
"WorkingTree": [
|
| 1659 |
+
[
|
| 1660 |
+
"dvc/scm/tree.py",
|
| 1661 |
+
[
|
| 1662 |
+
"WorkingTree"
|
| 1663 |
+
]
|
| 1664 |
+
]
|
| 1665 |
+
],
|
| 1666 |
+
"Stage": [
|
| 1667 |
+
[
|
| 1668 |
+
"dvc/stage/__init__.py",
|
| 1669 |
+
[
|
| 1670 |
+
"Stage"
|
| 1671 |
+
]
|
| 1672 |
+
]
|
| 1673 |
+
],
|
| 1674 |
+
"PipelineStage": [
|
| 1675 |
+
[
|
| 1676 |
+
"dvc/stage/__init__.py",
|
| 1677 |
+
[
|
| 1678 |
+
"PipelineStage"
|
| 1679 |
+
]
|
| 1680 |
+
]
|
| 1681 |
+
],
|
| 1682 |
+
"StageCmdFailedError": [
|
| 1683 |
+
[
|
| 1684 |
+
"dvc/stage/exceptions.py",
|
| 1685 |
+
[
|
| 1686 |
+
"StageCmdFailedError"
|
| 1687 |
+
]
|
| 1688 |
+
]
|
| 1689 |
+
],
|
| 1690 |
+
"StageFileFormatError": [
|
| 1691 |
+
[
|
| 1692 |
+
"dvc/stage/exceptions.py",
|
| 1693 |
+
[
|
| 1694 |
+
"StageFileFormatError"
|
| 1695 |
+
]
|
| 1696 |
+
]
|
| 1697 |
+
],
|
| 1698 |
+
"StageFileDoesNotExistError": [
|
| 1699 |
+
[
|
| 1700 |
+
"dvc/stage/exceptions.py",
|
| 1701 |
+
[
|
| 1702 |
+
"StageFileDoesNotExistError"
|
| 1703 |
+
]
|
| 1704 |
+
]
|
| 1705 |
+
],
|
| 1706 |
+
"StageFileAlreadyExistsError": [
|
| 1707 |
+
[
|
| 1708 |
+
"dvc/stage/exceptions.py",
|
| 1709 |
+
[
|
| 1710 |
+
"StageFileAlreadyExistsError"
|
| 1711 |
+
]
|
| 1712 |
+
]
|
| 1713 |
+
],
|
| 1714 |
+
"StageFileIsNotDvcFileError": [
|
| 1715 |
+
[
|
| 1716 |
+
"dvc/stage/exceptions.py",
|
| 1717 |
+
[
|
| 1718 |
+
"StageFileIsNotDvcFileError"
|
| 1719 |
+
]
|
| 1720 |
+
]
|
| 1721 |
+
],
|
| 1722 |
+
"StageFileBadNameError": [
|
| 1723 |
+
[
|
| 1724 |
+
"dvc/stage/exceptions.py",
|
| 1725 |
+
[
|
| 1726 |
+
"StageFileBadNameError"
|
| 1727 |
+
]
|
| 1728 |
+
]
|
| 1729 |
+
],
|
| 1730 |
+
"StagePathOutsideError": [
|
| 1731 |
+
[
|
| 1732 |
+
"dvc/stage/exceptions.py",
|
| 1733 |
+
[
|
| 1734 |
+
"StagePathOutsideError"
|
| 1735 |
+
]
|
| 1736 |
+
]
|
| 1737 |
+
],
|
| 1738 |
+
"StagePathNotFoundError": [
|
| 1739 |
+
[
|
| 1740 |
+
"dvc/stage/exceptions.py",
|
| 1741 |
+
[
|
| 1742 |
+
"StagePathNotFoundError"
|
| 1743 |
+
]
|
| 1744 |
+
]
|
| 1745 |
+
],
|
| 1746 |
+
"StagePathNotDirectoryError": [
|
| 1747 |
+
[
|
| 1748 |
+
"dvc/stage/exceptions.py",
|
| 1749 |
+
[
|
| 1750 |
+
"StagePathNotDirectoryError"
|
| 1751 |
+
]
|
| 1752 |
+
]
|
| 1753 |
+
],
|
| 1754 |
+
"StageCommitError": [
|
| 1755 |
+
[
|
| 1756 |
+
"dvc/stage/exceptions.py",
|
| 1757 |
+
[
|
| 1758 |
+
"StageCommitError"
|
| 1759 |
+
]
|
| 1760 |
+
]
|
| 1761 |
+
],
|
| 1762 |
+
"StageUpdateError": [
|
| 1763 |
+
[
|
| 1764 |
+
"dvc/stage/exceptions.py",
|
| 1765 |
+
[
|
| 1766 |
+
"StageUpdateError"
|
| 1767 |
+
]
|
| 1768 |
+
]
|
| 1769 |
+
],
|
| 1770 |
+
"MissingDep": [
|
| 1771 |
+
[
|
| 1772 |
+
"dvc/stage/exceptions.py",
|
| 1773 |
+
[
|
| 1774 |
+
"MissingDep"
|
| 1775 |
+
]
|
| 1776 |
+
]
|
| 1777 |
+
],
|
| 1778 |
+
"MissingDataSource": [
|
| 1779 |
+
[
|
| 1780 |
+
"dvc/stage/exceptions.py",
|
| 1781 |
+
[
|
| 1782 |
+
"MissingDataSource"
|
| 1783 |
+
]
|
| 1784 |
+
]
|
| 1785 |
+
],
|
| 1786 |
+
"StageParams": [
|
| 1787 |
+
[
|
| 1788 |
+
"dvc/stage/params.py",
|
| 1789 |
+
[
|
| 1790 |
+
"StageParams"
|
| 1791 |
+
]
|
| 1792 |
+
]
|
| 1793 |
+
],
|
| 1794 |
+
"OutputParams": [
|
| 1795 |
+
[
|
| 1796 |
+
"dvc/stage/params.py",
|
| 1797 |
+
[
|
| 1798 |
+
"OutputParams"
|
| 1799 |
+
]
|
| 1800 |
+
]
|
| 1801 |
+
],
|
| 1802 |
+
"StateVersionTooNewError": [
|
| 1803 |
+
[
|
| 1804 |
+
"dvc/state.py",
|
| 1805 |
+
[
|
| 1806 |
+
"StateVersionTooNewError"
|
| 1807 |
+
]
|
| 1808 |
+
]
|
| 1809 |
+
],
|
| 1810 |
+
"StateNoop": [
|
| 1811 |
+
[
|
| 1812 |
+
"dvc/state.py",
|
| 1813 |
+
[
|
| 1814 |
+
"StateNoop"
|
| 1815 |
+
]
|
| 1816 |
+
]
|
| 1817 |
+
],
|
| 1818 |
+
"State": [
|
| 1819 |
+
[
|
| 1820 |
+
"dvc/state.py",
|
| 1821 |
+
[
|
| 1822 |
+
"State"
|
| 1823 |
+
]
|
| 1824 |
+
]
|
| 1825 |
+
],
|
| 1826 |
+
"System": [
|
| 1827 |
+
[
|
| 1828 |
+
"dvc/system.py",
|
| 1829 |
+
[
|
| 1830 |
+
"System"
|
| 1831 |
+
]
|
| 1832 |
+
]
|
| 1833 |
+
],
|
| 1834 |
+
"Updater": [
|
| 1835 |
+
[
|
| 1836 |
+
"dvc/updater.py",
|
| 1837 |
+
[
|
| 1838 |
+
"Updater"
|
| 1839 |
+
]
|
| 1840 |
+
]
|
| 1841 |
+
],
|
| 1842 |
+
"BasePathNotInCheckedPathException": [
|
| 1843 |
+
[
|
| 1844 |
+
"dvc/utils/fs.py",
|
| 1845 |
+
[
|
| 1846 |
+
"BasePathNotInCheckedPathException"
|
| 1847 |
+
]
|
| 1848 |
+
]
|
| 1849 |
+
],
|
| 1850 |
+
"IterStream": [
|
| 1851 |
+
[
|
| 1852 |
+
"dvc/utils/http.py",
|
| 1853 |
+
[
|
| 1854 |
+
"IterStream"
|
| 1855 |
+
]
|
| 1856 |
+
]
|
| 1857 |
+
],
|
| 1858 |
+
"build_py": [
|
| 1859 |
+
[
|
| 1860 |
+
"setup.py",
|
| 1861 |
+
[
|
| 1862 |
+
"build_py"
|
| 1863 |
+
]
|
| 1864 |
+
]
|
| 1865 |
+
],
|
| 1866 |
+
"TestDirFixture": [
|
| 1867 |
+
[
|
| 1868 |
+
"tests/basic_env.py",
|
| 1869 |
+
[
|
| 1870 |
+
"TestDirFixture"
|
| 1871 |
+
]
|
| 1872 |
+
]
|
| 1873 |
+
],
|
| 1874 |
+
"TestGitFixture": [
|
| 1875 |
+
[
|
| 1876 |
+
"tests/basic_env.py",
|
| 1877 |
+
[
|
| 1878 |
+
"TestGitFixture"
|
| 1879 |
+
]
|
| 1880 |
+
]
|
| 1881 |
+
],
|
| 1882 |
+
"TestGitSubmoduleFixture": [
|
| 1883 |
+
[
|
| 1884 |
+
"tests/basic_env.py",
|
| 1885 |
+
[
|
| 1886 |
+
"TestGitSubmoduleFixture"
|
| 1887 |
+
]
|
| 1888 |
+
]
|
| 1889 |
+
],
|
| 1890 |
+
"TestDvcFixture": [
|
| 1891 |
+
[
|
| 1892 |
+
"tests/basic_env.py",
|
| 1893 |
+
[
|
| 1894 |
+
"TestDvcFixture"
|
| 1895 |
+
]
|
| 1896 |
+
]
|
| 1897 |
+
],
|
| 1898 |
+
"TestDvcGitFixture": [
|
| 1899 |
+
[
|
| 1900 |
+
"tests/basic_env.py",
|
| 1901 |
+
[
|
| 1902 |
+
"TestDvcGitFixture"
|
| 1903 |
+
]
|
| 1904 |
+
]
|
| 1905 |
+
],
|
| 1906 |
+
"TestDir": [
|
| 1907 |
+
[
|
| 1908 |
+
"tests/basic_env.py",
|
| 1909 |
+
[
|
| 1910 |
+
"TestDir"
|
| 1911 |
+
]
|
| 1912 |
+
]
|
| 1913 |
+
],
|
| 1914 |
+
"TestGit": [
|
| 1915 |
+
[
|
| 1916 |
+
"tests/basic_env.py",
|
| 1917 |
+
[
|
| 1918 |
+
"TestGit"
|
| 1919 |
+
]
|
| 1920 |
+
],
|
| 1921 |
+
[
|
| 1922 |
+
"tests/unit/scm/test_git.py",
|
| 1923 |
+
[
|
| 1924 |
+
"TestGit"
|
| 1925 |
+
]
|
| 1926 |
+
]
|
| 1927 |
+
],
|
| 1928 |
+
"TestGitSubmodule": [
|
| 1929 |
+
[
|
| 1930 |
+
"tests/basic_env.py",
|
| 1931 |
+
[
|
| 1932 |
+
"TestGitSubmodule"
|
| 1933 |
+
]
|
| 1934 |
+
]
|
| 1935 |
+
],
|
| 1936 |
+
"TestDvc": [
|
| 1937 |
+
[
|
| 1938 |
+
"tests/basic_env.py",
|
| 1939 |
+
[
|
| 1940 |
+
"TestDvc"
|
| 1941 |
+
]
|
| 1942 |
+
]
|
| 1943 |
+
],
|
| 1944 |
+
"TestDvcGit": [
|
| 1945 |
+
[
|
| 1946 |
+
"tests/basic_env.py",
|
| 1947 |
+
[
|
| 1948 |
+
"TestDvcGit"
|
| 1949 |
+
]
|
| 1950 |
+
]
|
| 1951 |
+
],
|
| 1952 |
+
"TmpDir": [
|
| 1953 |
+
[
|
| 1954 |
+
"tests/dir_helpers.py",
|
| 1955 |
+
[
|
| 1956 |
+
"TmpDir"
|
| 1957 |
+
]
|
| 1958 |
+
]
|
| 1959 |
+
],
|
| 1960 |
+
"WindowsTmpDir": [
|
| 1961 |
+
[
|
| 1962 |
+
"tests/dir_helpers.py",
|
| 1963 |
+
[
|
| 1964 |
+
"WindowsTmpDir"
|
| 1965 |
+
]
|
| 1966 |
+
]
|
| 1967 |
+
],
|
| 1968 |
+
"PosixTmpDir": [
|
| 1969 |
+
[
|
| 1970 |
+
"tests/dir_helpers.py",
|
| 1971 |
+
[
|
| 1972 |
+
"PosixTmpDir"
|
| 1973 |
+
]
|
| 1974 |
+
]
|
| 1975 |
+
],
|
| 1976 |
+
"TestAddDirectoryRecursive": [
|
| 1977 |
+
[
|
| 1978 |
+
"tests/func/test_add.py",
|
| 1979 |
+
[
|
| 1980 |
+
"TestAddDirectoryRecursive"
|
| 1981 |
+
]
|
| 1982 |
+
]
|
| 1983 |
+
],
|
| 1984 |
+
"TestAddCmdDirectoryRecursive": [
|
| 1985 |
+
[
|
| 1986 |
+
"tests/func/test_add.py",
|
| 1987 |
+
[
|
| 1988 |
+
"TestAddCmdDirectoryRecursive"
|
| 1989 |
+
]
|
| 1990 |
+
]
|
| 1991 |
+
],
|
| 1992 |
+
"TestAddDirectoryWithForwardSlash": [
|
| 1993 |
+
[
|
| 1994 |
+
"tests/func/test_add.py",
|
| 1995 |
+
[
|
| 1996 |
+
"TestAddDirectoryWithForwardSlash"
|
| 1997 |
+
]
|
| 1998 |
+
]
|
| 1999 |
+
],
|
| 2000 |
+
"TestAddDirWithExistingCache": [
|
| 2001 |
+
[
|
| 2002 |
+
"tests/func/test_add.py",
|
| 2003 |
+
[
|
| 2004 |
+
"TestAddDirWithExistingCache"
|
| 2005 |
+
]
|
| 2006 |
+
]
|
| 2007 |
+
],
|
| 2008 |
+
"TestAddModifiedDir": [
|
| 2009 |
+
[
|
| 2010 |
+
"tests/func/test_add.py",
|
| 2011 |
+
[
|
| 2012 |
+
"TestAddModifiedDir"
|
| 2013 |
+
]
|
| 2014 |
+
]
|
| 2015 |
+
],
|
| 2016 |
+
"TestAddExternalLocalFile": [
|
| 2017 |
+
[
|
| 2018 |
+
"tests/func/test_add.py",
|
| 2019 |
+
[
|
| 2020 |
+
"TestAddExternalLocalFile"
|
| 2021 |
+
]
|
| 2022 |
+
]
|
| 2023 |
+
],
|
| 2024 |
+
"TestAddLocalRemoteFile": [
|
| 2025 |
+
[
|
| 2026 |
+
"tests/func/test_add.py",
|
| 2027 |
+
[
|
| 2028 |
+
"TestAddLocalRemoteFile"
|
| 2029 |
+
]
|
| 2030 |
+
]
|
| 2031 |
+
],
|
| 2032 |
+
"TestCmdAdd": [
|
| 2033 |
+
[
|
| 2034 |
+
"tests/func/test_add.py",
|
| 2035 |
+
[
|
| 2036 |
+
"TestCmdAdd"
|
| 2037 |
+
]
|
| 2038 |
+
]
|
| 2039 |
+
],
|
| 2040 |
+
"TestDoubleAddUnchanged": [
|
| 2041 |
+
[
|
| 2042 |
+
"tests/func/test_add.py",
|
| 2043 |
+
[
|
| 2044 |
+
"TestDoubleAddUnchanged"
|
| 2045 |
+
]
|
| 2046 |
+
]
|
| 2047 |
+
],
|
| 2048 |
+
"TestAddCommit": [
|
| 2049 |
+
[
|
| 2050 |
+
"tests/func/test_add.py",
|
| 2051 |
+
[
|
| 2052 |
+
"TestAddCommit"
|
| 2053 |
+
]
|
| 2054 |
+
]
|
| 2055 |
+
],
|
| 2056 |
+
"SymlinkAddTestBase": [
|
| 2057 |
+
[
|
| 2058 |
+
"tests/func/test_add.py",
|
| 2059 |
+
[
|
| 2060 |
+
"SymlinkAddTestBase"
|
| 2061 |
+
]
|
| 2062 |
+
]
|
| 2063 |
+
],
|
| 2064 |
+
"TestShouldAddDataFromExternalSymlink": [
|
| 2065 |
+
[
|
| 2066 |
+
"tests/func/test_add.py",
|
| 2067 |
+
[
|
| 2068 |
+
"TestShouldAddDataFromExternalSymlink"
|
| 2069 |
+
]
|
| 2070 |
+
]
|
| 2071 |
+
],
|
| 2072 |
+
"TestShouldAddDataFromInternalSymlink": [
|
| 2073 |
+
[
|
| 2074 |
+
"tests/func/test_add.py",
|
| 2075 |
+
[
|
| 2076 |
+
"TestShouldAddDataFromInternalSymlink"
|
| 2077 |
+
]
|
| 2078 |
+
]
|
| 2079 |
+
],
|
| 2080 |
+
"TestShouldPlaceStageInDataDirIfRepositoryBelowSymlink": [
|
| 2081 |
+
[
|
| 2082 |
+
"tests/func/test_add.py",
|
| 2083 |
+
[
|
| 2084 |
+
"TestShouldPlaceStageInDataDirIfRepositoryBelowSymlink"
|
| 2085 |
+
]
|
| 2086 |
+
]
|
| 2087 |
+
],
|
| 2088 |
+
"TestShouldThrowProperExceptionOnCorruptedStageFile": [
|
| 2089 |
+
[
|
| 2090 |
+
"tests/func/test_add.py",
|
| 2091 |
+
[
|
| 2092 |
+
"TestShouldThrowProperExceptionOnCorruptedStageFile"
|
| 2093 |
+
]
|
| 2094 |
+
]
|
| 2095 |
+
],
|
| 2096 |
+
"TestAddFilename": [
|
| 2097 |
+
[
|
| 2098 |
+
"tests/func/test_add.py",
|
| 2099 |
+
[
|
| 2100 |
+
"TestAddFilename"
|
| 2101 |
+
]
|
| 2102 |
+
]
|
| 2103 |
+
],
|
| 2104 |
+
"TestAddUnprotected": [
|
| 2105 |
+
[
|
| 2106 |
+
"tests/func/test_add.py",
|
| 2107 |
+
[
|
| 2108 |
+
"TestAddUnprotected"
|
| 2109 |
+
]
|
| 2110 |
+
]
|
| 2111 |
+
],
|
| 2112 |
+
"TestCache": [
|
| 2113 |
+
[
|
| 2114 |
+
"tests/func/test_cache.py",
|
| 2115 |
+
[
|
| 2116 |
+
"TestCache"
|
| 2117 |
+
]
|
| 2118 |
+
]
|
| 2119 |
+
],
|
| 2120 |
+
"TestCacheLoadBadDirCache": [
|
| 2121 |
+
[
|
| 2122 |
+
"tests/func/test_cache.py",
|
| 2123 |
+
[
|
| 2124 |
+
"TestCacheLoadBadDirCache"
|
| 2125 |
+
]
|
| 2126 |
+
]
|
| 2127 |
+
],
|
| 2128 |
+
"TestExternalCacheDir": [
|
| 2129 |
+
[
|
| 2130 |
+
"tests/func/test_cache.py",
|
| 2131 |
+
[
|
| 2132 |
+
"TestExternalCacheDir"
|
| 2133 |
+
]
|
| 2134 |
+
]
|
| 2135 |
+
],
|
| 2136 |
+
"TestSharedCacheDir": [
|
| 2137 |
+
[
|
| 2138 |
+
"tests/func/test_cache.py",
|
| 2139 |
+
[
|
| 2140 |
+
"TestSharedCacheDir"
|
| 2141 |
+
]
|
| 2142 |
+
]
|
| 2143 |
+
],
|
| 2144 |
+
"TestCacheLinkType": [
|
| 2145 |
+
[
|
| 2146 |
+
"tests/func/test_cache.py",
|
| 2147 |
+
[
|
| 2148 |
+
"TestCacheLinkType"
|
| 2149 |
+
]
|
| 2150 |
+
]
|
| 2151 |
+
],
|
| 2152 |
+
"TestCmdCacheDir": [
|
| 2153 |
+
[
|
| 2154 |
+
"tests/func/test_cache.py",
|
| 2155 |
+
[
|
| 2156 |
+
"TestCmdCacheDir"
|
| 2157 |
+
]
|
| 2158 |
+
]
|
| 2159 |
+
],
|
| 2160 |
+
"TestCheckout": [
|
| 2161 |
+
[
|
| 2162 |
+
"tests/func/test_checkout.py",
|
| 2163 |
+
[
|
| 2164 |
+
"TestCheckout"
|
| 2165 |
+
]
|
| 2166 |
+
],
|
| 2167 |
+
[
|
| 2168 |
+
"tests/func/test_cli.py",
|
| 2169 |
+
[
|
| 2170 |
+
"TestCheckout"
|
| 2171 |
+
]
|
| 2172 |
+
]
|
| 2173 |
+
],
|
| 2174 |
+
"TestCheckoutSingleStage": [
|
| 2175 |
+
[
|
| 2176 |
+
"tests/func/test_checkout.py",
|
| 2177 |
+
[
|
| 2178 |
+
"TestCheckoutSingleStage"
|
| 2179 |
+
]
|
| 2180 |
+
]
|
| 2181 |
+
],
|
| 2182 |
+
"TestCheckoutCorruptedCacheFile": [
|
| 2183 |
+
[
|
| 2184 |
+
"tests/func/test_checkout.py",
|
| 2185 |
+
[
|
| 2186 |
+
"TestCheckoutCorruptedCacheFile"
|
| 2187 |
+
]
|
| 2188 |
+
]
|
| 2189 |
+
],
|
| 2190 |
+
"TestCheckoutCorruptedCacheDir": [
|
| 2191 |
+
[
|
| 2192 |
+
"tests/func/test_checkout.py",
|
| 2193 |
+
[
|
| 2194 |
+
"TestCheckoutCorruptedCacheDir"
|
| 2195 |
+
]
|
| 2196 |
+
]
|
| 2197 |
+
],
|
| 2198 |
+
"TestCmdCheckout": [
|
| 2199 |
+
[
|
| 2200 |
+
"tests/func/test_checkout.py",
|
| 2201 |
+
[
|
| 2202 |
+
"TestCmdCheckout"
|
| 2203 |
+
]
|
| 2204 |
+
]
|
| 2205 |
+
],
|
| 2206 |
+
"CheckoutBase": [
|
| 2207 |
+
[
|
| 2208 |
+
"tests/func/test_checkout.py",
|
| 2209 |
+
[
|
| 2210 |
+
"CheckoutBase"
|
| 2211 |
+
]
|
| 2212 |
+
]
|
| 2213 |
+
],
|
| 2214 |
+
"TestRemoveFilesWhenCheckout": [
|
| 2215 |
+
[
|
| 2216 |
+
"tests/func/test_checkout.py",
|
| 2217 |
+
[
|
| 2218 |
+
"TestRemoveFilesWhenCheckout"
|
| 2219 |
+
]
|
| 2220 |
+
]
|
| 2221 |
+
],
|
| 2222 |
+
"TestCheckoutCleanWorkingDir": [
|
| 2223 |
+
[
|
| 2224 |
+
"tests/func/test_checkout.py",
|
| 2225 |
+
[
|
| 2226 |
+
"TestCheckoutCleanWorkingDir"
|
| 2227 |
+
]
|
| 2228 |
+
]
|
| 2229 |
+
],
|
| 2230 |
+
"TestCheckoutSelectiveRemove": [
|
| 2231 |
+
[
|
| 2232 |
+
"tests/func/test_checkout.py",
|
| 2233 |
+
[
|
| 2234 |
+
"TestCheckoutSelectiveRemove"
|
| 2235 |
+
]
|
| 2236 |
+
]
|
| 2237 |
+
],
|
| 2238 |
+
"TestGitIgnoreBasic": [
|
| 2239 |
+
[
|
| 2240 |
+
"tests/func/test_checkout.py",
|
| 2241 |
+
[
|
| 2242 |
+
"TestGitIgnoreBasic"
|
| 2243 |
+
]
|
| 2244 |
+
]
|
| 2245 |
+
],
|
| 2246 |
+
"TestGitIgnoreWhenCheckout": [
|
| 2247 |
+
[
|
| 2248 |
+
"tests/func/test_checkout.py",
|
| 2249 |
+
[
|
| 2250 |
+
"TestGitIgnoreWhenCheckout"
|
| 2251 |
+
]
|
| 2252 |
+
]
|
| 2253 |
+
],
|
| 2254 |
+
"TestCheckoutMissingMd5InStageFile": [
|
| 2255 |
+
[
|
| 2256 |
+
"tests/func/test_checkout.py",
|
| 2257 |
+
[
|
| 2258 |
+
"TestCheckoutMissingMd5InStageFile"
|
| 2259 |
+
]
|
| 2260 |
+
]
|
| 2261 |
+
],
|
| 2262 |
+
"TestCheckoutEmptyDir": [
|
| 2263 |
+
[
|
| 2264 |
+
"tests/func/test_checkout.py",
|
| 2265 |
+
[
|
| 2266 |
+
"TestCheckoutEmptyDir"
|
| 2267 |
+
]
|
| 2268 |
+
]
|
| 2269 |
+
],
|
| 2270 |
+
"TestCheckoutNotCachedFile": [
|
| 2271 |
+
[
|
| 2272 |
+
"tests/func/test_checkout.py",
|
| 2273 |
+
[
|
| 2274 |
+
"TestCheckoutNotCachedFile"
|
| 2275 |
+
]
|
| 2276 |
+
]
|
| 2277 |
+
],
|
| 2278 |
+
"TestCheckoutWithDeps": [
|
| 2279 |
+
[
|
| 2280 |
+
"tests/func/test_checkout.py",
|
| 2281 |
+
[
|
| 2282 |
+
"TestCheckoutWithDeps"
|
| 2283 |
+
]
|
| 2284 |
+
]
|
| 2285 |
+
],
|
| 2286 |
+
"TestCheckoutDirectory": [
|
| 2287 |
+
[
|
| 2288 |
+
"tests/func/test_checkout.py",
|
| 2289 |
+
[
|
| 2290 |
+
"TestCheckoutDirectory"
|
| 2291 |
+
]
|
| 2292 |
+
]
|
| 2293 |
+
],
|
| 2294 |
+
"TestCheckoutHook": [
|
| 2295 |
+
[
|
| 2296 |
+
"tests/func/test_checkout.py",
|
| 2297 |
+
[
|
| 2298 |
+
"TestCheckoutHook"
|
| 2299 |
+
]
|
| 2300 |
+
]
|
| 2301 |
+
],
|
| 2302 |
+
"TestCheckoutSuggestGit": [
|
| 2303 |
+
[
|
| 2304 |
+
"tests/func/test_checkout.py",
|
| 2305 |
+
[
|
| 2306 |
+
"TestCheckoutSuggestGit"
|
| 2307 |
+
]
|
| 2308 |
+
]
|
| 2309 |
+
],
|
| 2310 |
+
"TestCheckoutTargetRecursiveShouldNotRemoveOtherUsedFiles": [
|
| 2311 |
+
[
|
| 2312 |
+
"tests/func/test_checkout.py",
|
| 2313 |
+
[
|
| 2314 |
+
"TestCheckoutTargetRecursiveShouldNotRemoveOtherUsedFiles"
|
| 2315 |
+
]
|
| 2316 |
+
]
|
| 2317 |
+
],
|
| 2318 |
+
"TestCheckoutRecursiveNotDirectory": [
|
| 2319 |
+
[
|
| 2320 |
+
"tests/func/test_checkout.py",
|
| 2321 |
+
[
|
| 2322 |
+
"TestCheckoutRecursiveNotDirectory"
|
| 2323 |
+
]
|
| 2324 |
+
]
|
| 2325 |
+
],
|
| 2326 |
+
"TestCheckoutMovedCacheDirWithSymlinks": [
|
| 2327 |
+
[
|
| 2328 |
+
"tests/func/test_checkout.py",
|
| 2329 |
+
[
|
| 2330 |
+
"TestCheckoutMovedCacheDirWithSymlinks"
|
| 2331 |
+
]
|
| 2332 |
+
]
|
| 2333 |
+
],
|
| 2334 |
+
"TestArgParse": [
|
| 2335 |
+
[
|
| 2336 |
+
"tests/func/test_cli.py",
|
| 2337 |
+
[
|
| 2338 |
+
"TestArgParse"
|
| 2339 |
+
]
|
| 2340 |
+
]
|
| 2341 |
+
],
|
| 2342 |
+
"TestRun": [
|
| 2343 |
+
[
|
| 2344 |
+
"tests/func/test_cli.py",
|
| 2345 |
+
[
|
| 2346 |
+
"TestRun"
|
| 2347 |
+
]
|
| 2348 |
+
],
|
| 2349 |
+
[
|
| 2350 |
+
"tests/func/test_run_single_stage.py",
|
| 2351 |
+
[
|
| 2352 |
+
"TestRun"
|
| 2353 |
+
]
|
| 2354 |
+
]
|
| 2355 |
+
],
|
| 2356 |
+
"TestPull": [
|
| 2357 |
+
[
|
| 2358 |
+
"tests/func/test_cli.py",
|
| 2359 |
+
[
|
| 2360 |
+
"TestPull"
|
| 2361 |
+
]
|
| 2362 |
+
]
|
| 2363 |
+
],
|
| 2364 |
+
"TestPush": [
|
| 2365 |
+
[
|
| 2366 |
+
"tests/func/test_cli.py",
|
| 2367 |
+
[
|
| 2368 |
+
"TestPush"
|
| 2369 |
+
]
|
| 2370 |
+
]
|
| 2371 |
+
],
|
| 2372 |
+
"TestStatus": [
|
| 2373 |
+
[
|
| 2374 |
+
"tests/func/test_cli.py",
|
| 2375 |
+
[
|
| 2376 |
+
"TestStatus"
|
| 2377 |
+
]
|
| 2378 |
+
],
|
| 2379 |
+
[
|
| 2380 |
+
"tests/func/test_status.py",
|
| 2381 |
+
[
|
| 2382 |
+
"TestStatus"
|
| 2383 |
+
]
|
| 2384 |
+
]
|
| 2385 |
+
],
|
| 2386 |
+
"TestRepro": [
|
| 2387 |
+
[
|
| 2388 |
+
"tests/func/test_cli.py",
|
| 2389 |
+
[
|
| 2390 |
+
"TestRepro"
|
| 2391 |
+
]
|
| 2392 |
+
],
|
| 2393 |
+
[
|
| 2394 |
+
"tests/func/test_repro.py",
|
| 2395 |
+
[
|
| 2396 |
+
"TestRepro"
|
| 2397 |
+
]
|
| 2398 |
+
]
|
| 2399 |
+
],
|
| 2400 |
+
"TestRemove": [
|
| 2401 |
+
[
|
| 2402 |
+
"tests/func/test_cli.py",
|
| 2403 |
+
[
|
| 2404 |
+
"TestRemove"
|
| 2405 |
+
]
|
| 2406 |
+
],
|
| 2407 |
+
[
|
| 2408 |
+
"tests/func/test_remove.py",
|
| 2409 |
+
[
|
| 2410 |
+
"TestRemove"
|
| 2411 |
+
]
|
| 2412 |
+
]
|
| 2413 |
+
],
|
| 2414 |
+
"TestAdd": [
|
| 2415 |
+
[
|
| 2416 |
+
"tests/func/test_cli.py",
|
| 2417 |
+
[
|
| 2418 |
+
"TestAdd"
|
| 2419 |
+
]
|
| 2420 |
+
]
|
| 2421 |
+
],
|
| 2422 |
+
"TestGC": [
|
| 2423 |
+
[
|
| 2424 |
+
"tests/func/test_cli.py",
|
| 2425 |
+
[
|
| 2426 |
+
"TestGC"
|
| 2427 |
+
]
|
| 2428 |
+
],
|
| 2429 |
+
[
|
| 2430 |
+
"tests/func/test_gc.py",
|
| 2431 |
+
[
|
| 2432 |
+
"TestGC"
|
| 2433 |
+
]
|
| 2434 |
+
]
|
| 2435 |
+
],
|
| 2436 |
+
"TestGCMultipleDvcRepos": [
|
| 2437 |
+
[
|
| 2438 |
+
"tests/func/test_cli.py",
|
| 2439 |
+
[
|
| 2440 |
+
"TestGCMultipleDvcRepos"
|
| 2441 |
+
]
|
| 2442 |
+
],
|
| 2443 |
+
[
|
| 2444 |
+
"tests/func/test_gc.py",
|
| 2445 |
+
[
|
| 2446 |
+
"TestGCMultipleDvcRepos"
|
| 2447 |
+
]
|
| 2448 |
+
]
|
| 2449 |
+
],
|
| 2450 |
+
"TestConfig": [
|
| 2451 |
+
[
|
| 2452 |
+
"tests/func/test_cli.py",
|
| 2453 |
+
[
|
| 2454 |
+
"TestConfig"
|
| 2455 |
+
]
|
| 2456 |
+
]
|
| 2457 |
+
],
|
| 2458 |
+
"A": [
|
| 2459 |
+
[
|
| 2460 |
+
"tests/func/test_cli.py",
|
| 2461 |
+
[
|
| 2462 |
+
"TestFindRoot",
|
| 2463 |
+
"test",
|
| 2464 |
+
"A"
|
| 2465 |
+
]
|
| 2466 |
+
]
|
| 2467 |
+
],
|
| 2468 |
+
"TestFindRoot": [
|
| 2469 |
+
[
|
| 2470 |
+
"tests/func/test_cli.py",
|
| 2471 |
+
[
|
| 2472 |
+
"TestFindRoot"
|
| 2473 |
+
]
|
| 2474 |
+
]
|
| 2475 |
+
],
|
| 2476 |
+
"TestConfigCLI": [
|
| 2477 |
+
[
|
| 2478 |
+
"tests/func/test_config.py",
|
| 2479 |
+
[
|
| 2480 |
+
"TestConfigCLI"
|
| 2481 |
+
]
|
| 2482 |
+
]
|
| 2483 |
+
],
|
| 2484 |
+
"TestDataCloud": [
|
| 2485 |
+
[
|
| 2486 |
+
"tests/func/test_data_cloud.py",
|
| 2487 |
+
[
|
| 2488 |
+
"TestDataCloud"
|
| 2489 |
+
]
|
| 2490 |
+
]
|
| 2491 |
+
],
|
| 2492 |
+
"TestDataCloudBase": [
|
| 2493 |
+
[
|
| 2494 |
+
"tests/func/test_data_cloud.py",
|
| 2495 |
+
[
|
| 2496 |
+
"TestDataCloudBase"
|
| 2497 |
+
]
|
| 2498 |
+
]
|
| 2499 |
+
],
|
| 2500 |
+
"TestRemoteS3": [
|
| 2501 |
+
[
|
| 2502 |
+
"tests/func/test_data_cloud.py",
|
| 2503 |
+
[
|
| 2504 |
+
"TestRemoteS3"
|
| 2505 |
+
]
|
| 2506 |
+
]
|
| 2507 |
+
],
|
| 2508 |
+
"TestRemoteGDrive": [
|
| 2509 |
+
[
|
| 2510 |
+
"tests/func/test_data_cloud.py",
|
| 2511 |
+
[
|
| 2512 |
+
"TestRemoteGDrive"
|
| 2513 |
+
]
|
| 2514 |
+
],
|
| 2515 |
+
[
|
| 2516 |
+
"tests/unit/remote/test_gdrive.py",
|
| 2517 |
+
[
|
| 2518 |
+
"TestRemoteGDrive"
|
| 2519 |
+
]
|
| 2520 |
+
]
|
| 2521 |
+
],
|
| 2522 |
+
"TestRemoteGS": [
|
| 2523 |
+
[
|
| 2524 |
+
"tests/func/test_data_cloud.py",
|
| 2525 |
+
[
|
| 2526 |
+
"TestRemoteGS"
|
| 2527 |
+
]
|
| 2528 |
+
]
|
| 2529 |
+
],
|
| 2530 |
+
"TestRemoteAZURE": [
|
| 2531 |
+
[
|
| 2532 |
+
"tests/func/test_data_cloud.py",
|
| 2533 |
+
[
|
| 2534 |
+
"TestRemoteAZURE"
|
| 2535 |
+
]
|
| 2536 |
+
]
|
| 2537 |
+
],
|
| 2538 |
+
"TestRemoteOSS": [
|
| 2539 |
+
[
|
| 2540 |
+
"tests/func/test_data_cloud.py",
|
| 2541 |
+
[
|
| 2542 |
+
"TestRemoteOSS"
|
| 2543 |
+
]
|
| 2544 |
+
]
|
| 2545 |
+
],
|
| 2546 |
+
"TestRemoteLOCAL": [
|
| 2547 |
+
[
|
| 2548 |
+
"tests/func/test_data_cloud.py",
|
| 2549 |
+
[
|
| 2550 |
+
"TestRemoteLOCAL"
|
| 2551 |
+
]
|
| 2552 |
+
]
|
| 2553 |
+
],
|
| 2554 |
+
"TestRemoteSSHMocked": [
|
| 2555 |
+
[
|
| 2556 |
+
"tests/func/test_data_cloud.py",
|
| 2557 |
+
[
|
| 2558 |
+
"TestRemoteSSHMocked"
|
| 2559 |
+
]
|
| 2560 |
+
]
|
| 2561 |
+
],
|
| 2562 |
+
"TestRemoteHDFS": [
|
| 2563 |
+
[
|
| 2564 |
+
"tests/func/test_data_cloud.py",
|
| 2565 |
+
[
|
| 2566 |
+
"TestRemoteHDFS"
|
| 2567 |
+
]
|
| 2568 |
+
]
|
| 2569 |
+
],
|
| 2570 |
+
"TestRemoteHTTP": [
|
| 2571 |
+
[
|
| 2572 |
+
"tests/func/test_data_cloud.py",
|
| 2573 |
+
[
|
| 2574 |
+
"TestRemoteHTTP"
|
| 2575 |
+
]
|
| 2576 |
+
]
|
| 2577 |
+
],
|
| 2578 |
+
"TestDataCloudCLIBase": [
|
| 2579 |
+
[
|
| 2580 |
+
"tests/func/test_data_cloud.py",
|
| 2581 |
+
[
|
| 2582 |
+
"TestDataCloudCLIBase"
|
| 2583 |
+
]
|
| 2584 |
+
]
|
| 2585 |
+
],
|
| 2586 |
+
"TestRemoteLOCALCLI": [
|
| 2587 |
+
[
|
| 2588 |
+
"tests/func/test_data_cloud.py",
|
| 2589 |
+
[
|
| 2590 |
+
"TestRemoteLOCALCLI"
|
| 2591 |
+
]
|
| 2592 |
+
]
|
| 2593 |
+
],
|
| 2594 |
+
"TestRemoteHDFSCLI": [
|
| 2595 |
+
[
|
| 2596 |
+
"tests/func/test_data_cloud.py",
|
| 2597 |
+
[
|
| 2598 |
+
"TestRemoteHDFSCLI"
|
| 2599 |
+
]
|
| 2600 |
+
]
|
| 2601 |
+
],
|
| 2602 |
+
"TestRemoteS3CLI": [
|
| 2603 |
+
[
|
| 2604 |
+
"tests/func/test_data_cloud.py",
|
| 2605 |
+
[
|
| 2606 |
+
"TestRemoteS3CLI"
|
| 2607 |
+
]
|
| 2608 |
+
]
|
| 2609 |
+
],
|
| 2610 |
+
"TestRemoteGDriveCLI": [
|
| 2611 |
+
[
|
| 2612 |
+
"tests/func/test_data_cloud.py",
|
| 2613 |
+
[
|
| 2614 |
+
"TestRemoteGDriveCLI"
|
| 2615 |
+
]
|
| 2616 |
+
]
|
| 2617 |
+
],
|
| 2618 |
+
"TestRemoteGSCLI": [
|
| 2619 |
+
[
|
| 2620 |
+
"tests/func/test_data_cloud.py",
|
| 2621 |
+
[
|
| 2622 |
+
"TestRemoteGSCLI"
|
| 2623 |
+
]
|
| 2624 |
+
]
|
| 2625 |
+
],
|
| 2626 |
+
"TestRemoteAZURECLI": [
|
| 2627 |
+
[
|
| 2628 |
+
"tests/func/test_data_cloud.py",
|
| 2629 |
+
[
|
| 2630 |
+
"TestRemoteAZURECLI"
|
| 2631 |
+
]
|
| 2632 |
+
]
|
| 2633 |
+
],
|
| 2634 |
+
"TestRemoteOSSCLI": [
|
| 2635 |
+
[
|
| 2636 |
+
"tests/func/test_data_cloud.py",
|
| 2637 |
+
[
|
| 2638 |
+
"TestRemoteOSSCLI"
|
| 2639 |
+
]
|
| 2640 |
+
]
|
| 2641 |
+
],
|
| 2642 |
+
"TestDataCloudErrorCLI": [
|
| 2643 |
+
[
|
| 2644 |
+
"tests/func/test_data_cloud.py",
|
| 2645 |
+
[
|
| 2646 |
+
"TestDataCloudErrorCLI"
|
| 2647 |
+
]
|
| 2648 |
+
]
|
| 2649 |
+
],
|
| 2650 |
+
"TestWarnOnOutdatedStage": [
|
| 2651 |
+
[
|
| 2652 |
+
"tests/func/test_data_cloud.py",
|
| 2653 |
+
[
|
| 2654 |
+
"TestWarnOnOutdatedStage"
|
| 2655 |
+
]
|
| 2656 |
+
]
|
| 2657 |
+
],
|
| 2658 |
+
"TestRecursiveSyncOperations": [
|
| 2659 |
+
[
|
| 2660 |
+
"tests/func/test_data_cloud.py",
|
| 2661 |
+
[
|
| 2662 |
+
"TestRecursiveSyncOperations"
|
| 2663 |
+
]
|
| 2664 |
+
]
|
| 2665 |
+
],
|
| 2666 |
+
"TestShouldWarnOnNoChecksumInLocalAndRemoteCache": [
|
| 2667 |
+
[
|
| 2668 |
+
"tests/func/test_data_cloud.py",
|
| 2669 |
+
[
|
| 2670 |
+
"TestShouldWarnOnNoChecksumInLocalAndRemoteCache"
|
| 2671 |
+
]
|
| 2672 |
+
]
|
| 2673 |
+
],
|
| 2674 |
+
"TestGCBranchesTags": [
|
| 2675 |
+
[
|
| 2676 |
+
"tests/func/test_gc.py",
|
| 2677 |
+
[
|
| 2678 |
+
"TestGCBranchesTags"
|
| 2679 |
+
]
|
| 2680 |
+
]
|
| 2681 |
+
],
|
| 2682 |
+
"TestCmdImport": [
|
| 2683 |
+
[
|
| 2684 |
+
"tests/func/test_import_url.py",
|
| 2685 |
+
[
|
| 2686 |
+
"TestCmdImport"
|
| 2687 |
+
]
|
| 2688 |
+
]
|
| 2689 |
+
],
|
| 2690 |
+
"TestDefaultOutput": [
|
| 2691 |
+
[
|
| 2692 |
+
"tests/func/test_import_url.py",
|
| 2693 |
+
[
|
| 2694 |
+
"TestDefaultOutput"
|
| 2695 |
+
]
|
| 2696 |
+
]
|
| 2697 |
+
],
|
| 2698 |
+
"TestImportFilename": [
|
| 2699 |
+
[
|
| 2700 |
+
"tests/func/test_import_url.py",
|
| 2701 |
+
[
|
| 2702 |
+
"TestImportFilename"
|
| 2703 |
+
]
|
| 2704 |
+
]
|
| 2705 |
+
],
|
| 2706 |
+
"TestInit": [
|
| 2707 |
+
[
|
| 2708 |
+
"tests/func/test_init.py",
|
| 2709 |
+
[
|
| 2710 |
+
"TestInit"
|
| 2711 |
+
]
|
| 2712 |
+
]
|
| 2713 |
+
],
|
| 2714 |
+
"TestDoubleInit": [
|
| 2715 |
+
[
|
| 2716 |
+
"tests/func/test_init.py",
|
| 2717 |
+
[
|
| 2718 |
+
"TestDoubleInit"
|
| 2719 |
+
]
|
| 2720 |
+
]
|
| 2721 |
+
],
|
| 2722 |
+
"TestInitNoSCMFail": [
|
| 2723 |
+
[
|
| 2724 |
+
"tests/func/test_init.py",
|
| 2725 |
+
[
|
| 2726 |
+
"TestInitNoSCMFail"
|
| 2727 |
+
]
|
| 2728 |
+
]
|
| 2729 |
+
],
|
| 2730 |
+
"TestInstall": [
|
| 2731 |
+
[
|
| 2732 |
+
"tests/func/test_install.py",
|
| 2733 |
+
[
|
| 2734 |
+
"TestInstall"
|
| 2735 |
+
]
|
| 2736 |
+
]
|
| 2737 |
+
],
|
| 2738 |
+
"TestLock": [
|
| 2739 |
+
[
|
| 2740 |
+
"tests/func/test_lock.py",
|
| 2741 |
+
[
|
| 2742 |
+
"TestLock"
|
| 2743 |
+
]
|
| 2744 |
+
]
|
| 2745 |
+
],
|
| 2746 |
+
"TestMove": [
|
| 2747 |
+
[
|
| 2748 |
+
"tests/func/test_move.py",
|
| 2749 |
+
[
|
| 2750 |
+
"TestMove"
|
| 2751 |
+
]
|
| 2752 |
+
]
|
| 2753 |
+
],
|
| 2754 |
+
"TestMoveNonExistentFile": [
|
| 2755 |
+
[
|
| 2756 |
+
"tests/func/test_move.py",
|
| 2757 |
+
[
|
| 2758 |
+
"TestMoveNonExistentFile"
|
| 2759 |
+
]
|
| 2760 |
+
]
|
| 2761 |
+
],
|
| 2762 |
+
"TestMoveDirectory": [
|
| 2763 |
+
[
|
| 2764 |
+
"tests/func/test_move.py",
|
| 2765 |
+
[
|
| 2766 |
+
"TestMoveDirectory"
|
| 2767 |
+
]
|
| 2768 |
+
]
|
| 2769 |
+
],
|
| 2770 |
+
"TestCmdMove": [
|
| 2771 |
+
[
|
| 2772 |
+
"tests/func/test_move.py",
|
| 2773 |
+
[
|
| 2774 |
+
"TestCmdMove"
|
| 2775 |
+
]
|
| 2776 |
+
]
|
| 2777 |
+
],
|
| 2778 |
+
"TestMoveNotDataSource": [
|
| 2779 |
+
[
|
| 2780 |
+
"tests/func/test_move.py",
|
| 2781 |
+
[
|
| 2782 |
+
"TestMoveNotDataSource"
|
| 2783 |
+
]
|
| 2784 |
+
]
|
| 2785 |
+
],
|
| 2786 |
+
"TestMoveFileWithExtension": [
|
| 2787 |
+
[
|
| 2788 |
+
"tests/func/test_move.py",
|
| 2789 |
+
[
|
| 2790 |
+
"TestMoveFileWithExtension"
|
| 2791 |
+
]
|
| 2792 |
+
]
|
| 2793 |
+
],
|
| 2794 |
+
"TestMoveFileToDirectory": [
|
| 2795 |
+
[
|
| 2796 |
+
"tests/func/test_move.py",
|
| 2797 |
+
[
|
| 2798 |
+
"TestMoveFileToDirectory"
|
| 2799 |
+
]
|
| 2800 |
+
]
|
| 2801 |
+
],
|
| 2802 |
+
"TestMoveFileToDirectoryWithoutSpecifiedTargetName": [
|
| 2803 |
+
[
|
| 2804 |
+
"tests/func/test_move.py",
|
| 2805 |
+
[
|
| 2806 |
+
"TestMoveFileToDirectoryWithoutSpecifiedTargetName"
|
| 2807 |
+
]
|
| 2808 |
+
]
|
| 2809 |
+
],
|
| 2810 |
+
"TestMoveDirectoryShouldNotOverwriteExisting": [
|
| 2811 |
+
[
|
| 2812 |
+
"tests/func/test_move.py",
|
| 2813 |
+
[
|
| 2814 |
+
"TestMoveDirectoryShouldNotOverwriteExisting"
|
| 2815 |
+
]
|
| 2816 |
+
]
|
| 2817 |
+
],
|
| 2818 |
+
"TestMoveFileBetweenDirectories": [
|
| 2819 |
+
[
|
| 2820 |
+
"tests/func/test_move.py",
|
| 2821 |
+
[
|
| 2822 |
+
"TestMoveFileBetweenDirectories"
|
| 2823 |
+
]
|
| 2824 |
+
]
|
| 2825 |
+
],
|
| 2826 |
+
"TestMoveFileInsideDirectory": [
|
| 2827 |
+
[
|
| 2828 |
+
"tests/func/test_move.py",
|
| 2829 |
+
[
|
| 2830 |
+
"TestMoveFileInsideDirectory"
|
| 2831 |
+
]
|
| 2832 |
+
]
|
| 2833 |
+
],
|
| 2834 |
+
"TestPipelineShowSingle": [
|
| 2835 |
+
[
|
| 2836 |
+
"tests/func/test_pipeline.py",
|
| 2837 |
+
[
|
| 2838 |
+
"TestPipelineShowSingle"
|
| 2839 |
+
]
|
| 2840 |
+
]
|
| 2841 |
+
],
|
| 2842 |
+
"TestPipelineShow": [
|
| 2843 |
+
[
|
| 2844 |
+
"tests/func/test_pipeline.py",
|
| 2845 |
+
[
|
| 2846 |
+
"TestPipelineShow"
|
| 2847 |
+
]
|
| 2848 |
+
]
|
| 2849 |
+
],
|
| 2850 |
+
"TestPipelineShowOuts": [
|
| 2851 |
+
[
|
| 2852 |
+
"tests/func/test_pipeline.py",
|
| 2853 |
+
[
|
| 2854 |
+
"TestPipelineShowOuts"
|
| 2855 |
+
]
|
| 2856 |
+
]
|
| 2857 |
+
],
|
| 2858 |
+
"TestPipelineShowDeep": [
|
| 2859 |
+
[
|
| 2860 |
+
"tests/func/test_pipeline.py",
|
| 2861 |
+
[
|
| 2862 |
+
"TestPipelineShowDeep"
|
| 2863 |
+
]
|
| 2864 |
+
]
|
| 2865 |
+
],
|
| 2866 |
+
"TestPipelineListEmpty": [
|
| 2867 |
+
[
|
| 2868 |
+
"tests/func/test_pipeline.py",
|
| 2869 |
+
[
|
| 2870 |
+
"TestPipelineListEmpty"
|
| 2871 |
+
]
|
| 2872 |
+
]
|
| 2873 |
+
],
|
| 2874 |
+
"TestPipelineListSingle": [
|
| 2875 |
+
[
|
| 2876 |
+
"tests/func/test_pipeline.py",
|
| 2877 |
+
[
|
| 2878 |
+
"TestPipelineListSingle"
|
| 2879 |
+
]
|
| 2880 |
+
]
|
| 2881 |
+
],
|
| 2882 |
+
"TestDvcRepoPipeline": [
|
| 2883 |
+
[
|
| 2884 |
+
"tests/func/test_pipeline.py",
|
| 2885 |
+
[
|
| 2886 |
+
"TestDvcRepoPipeline"
|
| 2887 |
+
]
|
| 2888 |
+
]
|
| 2889 |
+
],
|
| 2890 |
+
"TestRemote": [
|
| 2891 |
+
[
|
| 2892 |
+
"tests/func/test_remote.py",
|
| 2893 |
+
[
|
| 2894 |
+
"TestRemote"
|
| 2895 |
+
]
|
| 2896 |
+
]
|
| 2897 |
+
],
|
| 2898 |
+
"TestRemoteRemove": [
|
| 2899 |
+
[
|
| 2900 |
+
"tests/func/test_remote.py",
|
| 2901 |
+
[
|
| 2902 |
+
"TestRemoteRemove"
|
| 2903 |
+
]
|
| 2904 |
+
]
|
| 2905 |
+
],
|
| 2906 |
+
"TestRemoteDefault": [
|
| 2907 |
+
[
|
| 2908 |
+
"tests/func/test_remote.py",
|
| 2909 |
+
[
|
| 2910 |
+
"TestRemoteDefault"
|
| 2911 |
+
]
|
| 2912 |
+
]
|
| 2913 |
+
],
|
| 2914 |
+
"TestRemoteShouldHandleUppercaseRemoteName": [
|
| 2915 |
+
[
|
| 2916 |
+
"tests/func/test_remote.py",
|
| 2917 |
+
[
|
| 2918 |
+
"TestRemoteShouldHandleUppercaseRemoteName"
|
| 2919 |
+
]
|
| 2920 |
+
]
|
| 2921 |
+
],
|
| 2922 |
+
"TestRemoveNonExistentFile": [
|
| 2923 |
+
[
|
| 2924 |
+
"tests/func/test_remove.py",
|
| 2925 |
+
[
|
| 2926 |
+
"TestRemoveNonExistentFile"
|
| 2927 |
+
]
|
| 2928 |
+
]
|
| 2929 |
+
],
|
| 2930 |
+
"TestRemoveBrokenSymlink": [
|
| 2931 |
+
[
|
| 2932 |
+
"tests/func/test_remove.py",
|
| 2933 |
+
[
|
| 2934 |
+
"TestRemoveBrokenSymlink"
|
| 2935 |
+
]
|
| 2936 |
+
]
|
| 2937 |
+
],
|
| 2938 |
+
"TestRemoveDirectory": [
|
| 2939 |
+
[
|
| 2940 |
+
"tests/func/test_remove.py",
|
| 2941 |
+
[
|
| 2942 |
+
"TestRemoveDirectory"
|
| 2943 |
+
]
|
| 2944 |
+
]
|
| 2945 |
+
],
|
| 2946 |
+
"TestCmdRemove": [
|
| 2947 |
+
[
|
| 2948 |
+
"tests/func/test_remove.py",
|
| 2949 |
+
[
|
| 2950 |
+
"TestCmdRemove"
|
| 2951 |
+
]
|
| 2952 |
+
]
|
| 2953 |
+
],
|
| 2954 |
+
"TestRemovePurge": [
|
| 2955 |
+
[
|
| 2956 |
+
"tests/func/test_remove.py",
|
| 2957 |
+
[
|
| 2958 |
+
"TestRemovePurge"
|
| 2959 |
+
]
|
| 2960 |
+
]
|
| 2961 |
+
],
|
| 2962 |
+
"SingleStageRun": [
|
| 2963 |
+
[
|
| 2964 |
+
"tests/func/test_repro.py",
|
| 2965 |
+
[
|
| 2966 |
+
"SingleStageRun"
|
| 2967 |
+
]
|
| 2968 |
+
]
|
| 2969 |
+
],
|
| 2970 |
+
"TestReproFail": [
|
| 2971 |
+
[
|
| 2972 |
+
"tests/func/test_repro.py",
|
| 2973 |
+
[
|
| 2974 |
+
"TestReproFail"
|
| 2975 |
+
]
|
| 2976 |
+
]
|
| 2977 |
+
],
|
| 2978 |
+
"TestReproCyclicGraph": [
|
| 2979 |
+
[
|
| 2980 |
+
"tests/func/test_repro.py",
|
| 2981 |
+
[
|
| 2982 |
+
"TestReproCyclicGraph"
|
| 2983 |
+
]
|
| 2984 |
+
]
|
| 2985 |
+
],
|
| 2986 |
+
"TestReproWorkingDirectoryAsOutput": [
|
| 2987 |
+
[
|
| 2988 |
+
"tests/func/test_repro.py",
|
| 2989 |
+
[
|
| 2990 |
+
"TestReproWorkingDirectoryAsOutput"
|
| 2991 |
+
]
|
| 2992 |
+
]
|
| 2993 |
+
],
|
| 2994 |
+
"TestReproDepUnderDir": [
|
| 2995 |
+
[
|
| 2996 |
+
"tests/func/test_repro.py",
|
| 2997 |
+
[
|
| 2998 |
+
"TestReproDepUnderDir"
|
| 2999 |
+
]
|
| 3000 |
+
]
|
| 3001 |
+
],
|
| 3002 |
+
"TestReproDepDirWithOutputsUnderIt": [
|
| 3003 |
+
[
|
| 3004 |
+
"tests/func/test_repro.py",
|
| 3005 |
+
[
|
| 3006 |
+
"TestReproDepDirWithOutputsUnderIt"
|
| 3007 |
+
]
|
| 3008 |
+
]
|
| 3009 |
+
],
|
| 3010 |
+
"TestReproNoDeps": [
|
| 3011 |
+
[
|
| 3012 |
+
"tests/func/test_repro.py",
|
| 3013 |
+
[
|
| 3014 |
+
"TestReproNoDeps"
|
| 3015 |
+
]
|
| 3016 |
+
]
|
| 3017 |
+
],
|
| 3018 |
+
"TestReproForce": [
|
| 3019 |
+
[
|
| 3020 |
+
"tests/func/test_repro.py",
|
| 3021 |
+
[
|
| 3022 |
+
"TestReproForce"
|
| 3023 |
+
]
|
| 3024 |
+
]
|
| 3025 |
+
],
|
| 3026 |
+
"TestReproChangedCode": [
|
| 3027 |
+
[
|
| 3028 |
+
"tests/func/test_repro.py",
|
| 3029 |
+
[
|
| 3030 |
+
"TestReproChangedCode"
|
| 3031 |
+
]
|
| 3032 |
+
]
|
| 3033 |
+
],
|
| 3034 |
+
"TestReproChangedData": [
|
| 3035 |
+
[
|
| 3036 |
+
"tests/func/test_repro.py",
|
| 3037 |
+
[
|
| 3038 |
+
"TestReproChangedData"
|
| 3039 |
+
]
|
| 3040 |
+
]
|
| 3041 |
+
],
|
| 3042 |
+
"TestReproDry": [
|
| 3043 |
+
[
|
| 3044 |
+
"tests/func/test_repro.py",
|
| 3045 |
+
[
|
| 3046 |
+
"TestReproDry"
|
| 3047 |
+
]
|
| 3048 |
+
],
|
| 3049 |
+
[
|
| 3050 |
+
"tests/func/test_repro_multistage.py",
|
| 3051 |
+
[
|
| 3052 |
+
"TestReproDry"
|
| 3053 |
+
]
|
| 3054 |
+
]
|
| 3055 |
+
],
|
| 3056 |
+
"TestReproUpToDate": [
|
| 3057 |
+
[
|
| 3058 |
+
"tests/func/test_repro.py",
|
| 3059 |
+
[
|
| 3060 |
+
"TestReproUpToDate"
|
| 3061 |
+
]
|
| 3062 |
+
]
|
| 3063 |
+
],
|
| 3064 |
+
"TestReproDryNoExec": [
|
| 3065 |
+
[
|
| 3066 |
+
"tests/func/test_repro.py",
|
| 3067 |
+
[
|
| 3068 |
+
"TestReproDryNoExec"
|
| 3069 |
+
]
|
| 3070 |
+
]
|
| 3071 |
+
],
|
| 3072 |
+
"TestReproChangedDeepData": [
|
| 3073 |
+
[
|
| 3074 |
+
"tests/func/test_repro.py",
|
| 3075 |
+
[
|
| 3076 |
+
"TestReproChangedDeepData"
|
| 3077 |
+
]
|
| 3078 |
+
]
|
| 3079 |
+
],
|
| 3080 |
+
"TestReproIgnoreBuildCache": [
|
| 3081 |
+
[
|
| 3082 |
+
"tests/func/test_repro.py",
|
| 3083 |
+
[
|
| 3084 |
+
"TestReproIgnoreBuildCache"
|
| 3085 |
+
]
|
| 3086 |
+
]
|
| 3087 |
+
],
|
| 3088 |
+
"TestReproPipeline": [
|
| 3089 |
+
[
|
| 3090 |
+
"tests/func/test_repro.py",
|
| 3091 |
+
[
|
| 3092 |
+
"TestReproPipeline"
|
| 3093 |
+
]
|
| 3094 |
+
]
|
| 3095 |
+
],
|
| 3096 |
+
"TestReproPipelines": [
|
| 3097 |
+
[
|
| 3098 |
+
"tests/func/test_repro.py",
|
| 3099 |
+
[
|
| 3100 |
+
"TestReproPipelines"
|
| 3101 |
+
]
|
| 3102 |
+
]
|
| 3103 |
+
],
|
| 3104 |
+
"TestReproLocked": [
|
| 3105 |
+
[
|
| 3106 |
+
"tests/func/test_repro.py",
|
| 3107 |
+
[
|
| 3108 |
+
"TestReproLocked"
|
| 3109 |
+
]
|
| 3110 |
+
]
|
| 3111 |
+
],
|
| 3112 |
+
"TestReproLockedCallback": [
|
| 3113 |
+
[
|
| 3114 |
+
"tests/func/test_repro.py",
|
| 3115 |
+
[
|
| 3116 |
+
"TestReproLockedCallback"
|
| 3117 |
+
]
|
| 3118 |
+
]
|
| 3119 |
+
],
|
| 3120 |
+
"TestReproLockedUnchanged": [
|
| 3121 |
+
[
|
| 3122 |
+
"tests/func/test_repro.py",
|
| 3123 |
+
[
|
| 3124 |
+
"TestReproLockedUnchanged"
|
| 3125 |
+
]
|
| 3126 |
+
]
|
| 3127 |
+
],
|
| 3128 |
+
"TestReproMetricsAddUnchanged": [
|
| 3129 |
+
[
|
| 3130 |
+
"tests/func/test_repro.py",
|
| 3131 |
+
[
|
| 3132 |
+
"TestReproMetricsAddUnchanged"
|
| 3133 |
+
]
|
| 3134 |
+
]
|
| 3135 |
+
],
|
| 3136 |
+
"TestReproPhony": [
|
| 3137 |
+
[
|
| 3138 |
+
"tests/func/test_repro.py",
|
| 3139 |
+
[
|
| 3140 |
+
"TestReproPhony"
|
| 3141 |
+
]
|
| 3142 |
+
]
|
| 3143 |
+
],
|
| 3144 |
+
"TestNonExistingOutput": [
|
| 3145 |
+
[
|
| 3146 |
+
"tests/func/test_repro.py",
|
| 3147 |
+
[
|
| 3148 |
+
"TestNonExistingOutput"
|
| 3149 |
+
]
|
| 3150 |
+
]
|
| 3151 |
+
],
|
| 3152 |
+
"TestReproDataSource": [
|
| 3153 |
+
[
|
| 3154 |
+
"tests/func/test_repro.py",
|
| 3155 |
+
[
|
| 3156 |
+
"TestReproDataSource"
|
| 3157 |
+
]
|
| 3158 |
+
]
|
| 3159 |
+
],
|
| 3160 |
+
"TestReproChangedDir": [
|
| 3161 |
+
[
|
| 3162 |
+
"tests/func/test_repro.py",
|
| 3163 |
+
[
|
| 3164 |
+
"TestReproChangedDir"
|
| 3165 |
+
]
|
| 3166 |
+
]
|
| 3167 |
+
],
|
| 3168 |
+
"TestReproChangedDirData": [
|
| 3169 |
+
[
|
| 3170 |
+
"tests/func/test_repro.py",
|
| 3171 |
+
[
|
| 3172 |
+
"TestReproChangedDirData"
|
| 3173 |
+
]
|
| 3174 |
+
]
|
| 3175 |
+
],
|
| 3176 |
+
"TestReproMissingMd5InStageFile": [
|
| 3177 |
+
[
|
| 3178 |
+
"tests/func/test_repro.py",
|
| 3179 |
+
[
|
| 3180 |
+
"TestReproMissingMd5InStageFile"
|
| 3181 |
+
]
|
| 3182 |
+
]
|
| 3183 |
+
],
|
| 3184 |
+
"TestCmdRepro": [
|
| 3185 |
+
[
|
| 3186 |
+
"tests/func/test_repro.py",
|
| 3187 |
+
[
|
| 3188 |
+
"TestCmdRepro"
|
| 3189 |
+
]
|
| 3190 |
+
]
|
| 3191 |
+
],
|
| 3192 |
+
"TestCmdReproChdir": [
|
| 3193 |
+
[
|
| 3194 |
+
"tests/func/test_repro.py",
|
| 3195 |
+
[
|
| 3196 |
+
"TestCmdReproChdir"
|
| 3197 |
+
]
|
| 3198 |
+
]
|
| 3199 |
+
],
|
| 3200 |
+
"TestReproExternalBase": [
|
| 3201 |
+
[
|
| 3202 |
+
"tests/func/test_repro.py",
|
| 3203 |
+
[
|
| 3204 |
+
"TestReproExternalBase"
|
| 3205 |
+
]
|
| 3206 |
+
]
|
| 3207 |
+
],
|
| 3208 |
+
"TestReproExternalS3": [
|
| 3209 |
+
[
|
| 3210 |
+
"tests/func/test_repro.py",
|
| 3211 |
+
[
|
| 3212 |
+
"TestReproExternalS3"
|
| 3213 |
+
]
|
| 3214 |
+
]
|
| 3215 |
+
],
|
| 3216 |
+
"TestReproExternalGS": [
|
| 3217 |
+
[
|
| 3218 |
+
"tests/func/test_repro.py",
|
| 3219 |
+
[
|
| 3220 |
+
"TestReproExternalGS"
|
| 3221 |
+
]
|
| 3222 |
+
]
|
| 3223 |
+
],
|
| 3224 |
+
"TestReproExternalHDFS": [
|
| 3225 |
+
[
|
| 3226 |
+
"tests/func/test_repro.py",
|
| 3227 |
+
[
|
| 3228 |
+
"TestReproExternalHDFS"
|
| 3229 |
+
]
|
| 3230 |
+
]
|
| 3231 |
+
],
|
| 3232 |
+
"TestReproExternalSSH": [
|
| 3233 |
+
[
|
| 3234 |
+
"tests/func/test_repro.py",
|
| 3235 |
+
[
|
| 3236 |
+
"TestReproExternalSSH"
|
| 3237 |
+
]
|
| 3238 |
+
]
|
| 3239 |
+
],
|
| 3240 |
+
"TestReproExternalLOCAL": [
|
| 3241 |
+
[
|
| 3242 |
+
"tests/func/test_repro.py",
|
| 3243 |
+
[
|
| 3244 |
+
"TestReproExternalLOCAL"
|
| 3245 |
+
]
|
| 3246 |
+
]
|
| 3247 |
+
],
|
| 3248 |
+
"TestReproExternalHTTP": [
|
| 3249 |
+
[
|
| 3250 |
+
"tests/func/test_repro.py",
|
| 3251 |
+
[
|
| 3252 |
+
"TestReproExternalHTTP"
|
| 3253 |
+
]
|
| 3254 |
+
]
|
| 3255 |
+
],
|
| 3256 |
+
"TestReproShell": [
|
| 3257 |
+
[
|
| 3258 |
+
"tests/func/test_repro.py",
|
| 3259 |
+
[
|
| 3260 |
+
"TestReproShell"
|
| 3261 |
+
]
|
| 3262 |
+
]
|
| 3263 |
+
],
|
| 3264 |
+
"TestReproAllPipelines": [
|
| 3265 |
+
[
|
| 3266 |
+
"tests/func/test_repro.py",
|
| 3267 |
+
[
|
| 3268 |
+
"TestReproAllPipelines"
|
| 3269 |
+
]
|
| 3270 |
+
]
|
| 3271 |
+
],
|
| 3272 |
+
"TestReproNoCommit": [
|
| 3273 |
+
[
|
| 3274 |
+
"tests/func/test_repro.py",
|
| 3275 |
+
[
|
| 3276 |
+
"TestReproNoCommit"
|
| 3277 |
+
]
|
| 3278 |
+
],
|
| 3279 |
+
[
|
| 3280 |
+
"tests/func/test_repro_multistage.py",
|
| 3281 |
+
[
|
| 3282 |
+
"TestReproNoCommit"
|
| 3283 |
+
]
|
| 3284 |
+
]
|
| 3285 |
+
],
|
| 3286 |
+
"TestReproAlreadyCached": [
|
| 3287 |
+
[
|
| 3288 |
+
"tests/func/test_repro.py",
|
| 3289 |
+
[
|
| 3290 |
+
"TestReproAlreadyCached"
|
| 3291 |
+
]
|
| 3292 |
+
]
|
| 3293 |
+
],
|
| 3294 |
+
"TestShouldDisplayMetricsOnReproWithMetricsOption": [
|
| 3295 |
+
[
|
| 3296 |
+
"tests/func/test_repro.py",
|
| 3297 |
+
[
|
| 3298 |
+
"TestShouldDisplayMetricsOnReproWithMetricsOption"
|
| 3299 |
+
]
|
| 3300 |
+
]
|
| 3301 |
+
],
|
| 3302 |
+
"TestReproDownstream": [
|
| 3303 |
+
[
|
| 3304 |
+
"tests/func/test_repro.py",
|
| 3305 |
+
[
|
| 3306 |
+
"TestReproDownstream"
|
| 3307 |
+
]
|
| 3308 |
+
]
|
| 3309 |
+
],
|
| 3310 |
+
"MultiStageRun": [
|
| 3311 |
+
[
|
| 3312 |
+
"tests/func/test_repro_multistage.py",
|
| 3313 |
+
[
|
| 3314 |
+
"MultiStageRun"
|
| 3315 |
+
]
|
| 3316 |
+
]
|
| 3317 |
+
],
|
| 3318 |
+
"TestReproFailMultiStage": [
|
| 3319 |
+
[
|
| 3320 |
+
"tests/func/test_repro_multistage.py",
|
| 3321 |
+
[
|
| 3322 |
+
"TestReproFailMultiStage"
|
| 3323 |
+
]
|
| 3324 |
+
]
|
| 3325 |
+
],
|
| 3326 |
+
"TestReproCyclicGraphMultiStage": [
|
| 3327 |
+
[
|
| 3328 |
+
"tests/func/test_repro_multistage.py",
|
| 3329 |
+
[
|
| 3330 |
+
"TestReproCyclicGraphMultiStage"
|
| 3331 |
+
]
|
| 3332 |
+
]
|
| 3333 |
+
],
|
| 3334 |
+
"TestReproUnderDirMultiStage": [
|
| 3335 |
+
[
|
| 3336 |
+
"tests/func/test_repro_multistage.py",
|
| 3337 |
+
[
|
| 3338 |
+
"TestReproUnderDirMultiStage"
|
| 3339 |
+
]
|
| 3340 |
+
]
|
| 3341 |
+
],
|
| 3342 |
+
"TestReproDepDirWithOutputsUnderItMultiStage": [
|
| 3343 |
+
[
|
| 3344 |
+
"tests/func/test_repro_multistage.py",
|
| 3345 |
+
[
|
| 3346 |
+
"TestReproDepDirWithOutputsUnderItMultiStage"
|
| 3347 |
+
]
|
| 3348 |
+
]
|
| 3349 |
+
],
|
| 3350 |
+
"TestReproNoDepsMultiStage": [
|
| 3351 |
+
[
|
| 3352 |
+
"tests/func/test_repro_multistage.py",
|
| 3353 |
+
[
|
| 3354 |
+
"TestReproNoDepsMultiStage"
|
| 3355 |
+
]
|
| 3356 |
+
]
|
| 3357 |
+
],
|
| 3358 |
+
"TestReproForceMultiStage": [
|
| 3359 |
+
[
|
| 3360 |
+
"tests/func/test_repro_multistage.py",
|
| 3361 |
+
[
|
| 3362 |
+
"TestReproForceMultiStage"
|
| 3363 |
+
]
|
| 3364 |
+
]
|
| 3365 |
+
],
|
| 3366 |
+
"TestReproChangedCodeMultiStage": [
|
| 3367 |
+
[
|
| 3368 |
+
"tests/func/test_repro_multistage.py",
|
| 3369 |
+
[
|
| 3370 |
+
"TestReproChangedCodeMultiStage"
|
| 3371 |
+
]
|
| 3372 |
+
]
|
| 3373 |
+
],
|
| 3374 |
+
"TestReproChangedDataMultiStage": [
|
| 3375 |
+
[
|
| 3376 |
+
"tests/func/test_repro_multistage.py",
|
| 3377 |
+
[
|
| 3378 |
+
"TestReproChangedDataMultiStage"
|
| 3379 |
+
]
|
| 3380 |
+
]
|
| 3381 |
+
],
|
| 3382 |
+
"TestReproUpToDateMultiStage": [
|
| 3383 |
+
[
|
| 3384 |
+
"tests/func/test_repro_multistage.py",
|
| 3385 |
+
[
|
| 3386 |
+
"TestReproUpToDateMultiStage"
|
| 3387 |
+
]
|
| 3388 |
+
]
|
| 3389 |
+
],
|
| 3390 |
+
"TestReproChangedDeepDataMultiStage": [
|
| 3391 |
+
[
|
| 3392 |
+
"tests/func/test_repro_multistage.py",
|
| 3393 |
+
[
|
| 3394 |
+
"TestReproChangedDeepDataMultiStage"
|
| 3395 |
+
]
|
| 3396 |
+
]
|
| 3397 |
+
],
|
| 3398 |
+
"TestReproPipelineMultiStage": [
|
| 3399 |
+
[
|
| 3400 |
+
"tests/func/test_repro_multistage.py",
|
| 3401 |
+
[
|
| 3402 |
+
"TestReproPipelineMultiStage"
|
| 3403 |
+
]
|
| 3404 |
+
]
|
| 3405 |
+
],
|
| 3406 |
+
"TestReproPipelinesMultiStage": [
|
| 3407 |
+
[
|
| 3408 |
+
"tests/func/test_repro_multistage.py",
|
| 3409 |
+
[
|
| 3410 |
+
"TestReproPipelinesMultiStage"
|
| 3411 |
+
]
|
| 3412 |
+
]
|
| 3413 |
+
],
|
| 3414 |
+
"TestReproLockedMultiStage": [
|
| 3415 |
+
[
|
| 3416 |
+
"tests/func/test_repro_multistage.py",
|
| 3417 |
+
[
|
| 3418 |
+
"TestReproLockedMultiStage"
|
| 3419 |
+
]
|
| 3420 |
+
]
|
| 3421 |
+
],
|
| 3422 |
+
"TestReproLockedCallbackMultiStage": [
|
| 3423 |
+
[
|
| 3424 |
+
"tests/func/test_repro_multistage.py",
|
| 3425 |
+
[
|
| 3426 |
+
"TestReproLockedCallbackMultiStage"
|
| 3427 |
+
]
|
| 3428 |
+
]
|
| 3429 |
+
],
|
| 3430 |
+
"TestReproLockedUnchangedMultiStage": [
|
| 3431 |
+
[
|
| 3432 |
+
"tests/func/test_repro_multistage.py",
|
| 3433 |
+
[
|
| 3434 |
+
"TestReproLockedUnchangedMultiStage"
|
| 3435 |
+
]
|
| 3436 |
+
]
|
| 3437 |
+
],
|
| 3438 |
+
"TestReproPhonyMultiStage": [
|
| 3439 |
+
[
|
| 3440 |
+
"tests/func/test_repro_multistage.py",
|
| 3441 |
+
[
|
| 3442 |
+
"TestReproPhonyMultiStage"
|
| 3443 |
+
]
|
| 3444 |
+
]
|
| 3445 |
+
],
|
| 3446 |
+
"TestCmdReproMultiStage": [
|
| 3447 |
+
[
|
| 3448 |
+
"tests/func/test_repro_multistage.py",
|
| 3449 |
+
[
|
| 3450 |
+
"TestCmdReproMultiStage"
|
| 3451 |
+
]
|
| 3452 |
+
]
|
| 3453 |
+
],
|
| 3454 |
+
"TestReproAllPipelinesMultiStage": [
|
| 3455 |
+
[
|
| 3456 |
+
"tests/func/test_repro_multistage.py",
|
| 3457 |
+
[
|
| 3458 |
+
"TestReproAllPipelinesMultiStage"
|
| 3459 |
+
]
|
| 3460 |
+
]
|
| 3461 |
+
],
|
| 3462 |
+
"TestNonExistingOutputMultiStage": [
|
| 3463 |
+
[
|
| 3464 |
+
"tests/func/test_repro_multistage.py",
|
| 3465 |
+
[
|
| 3466 |
+
"TestNonExistingOutputMultiStage"
|
| 3467 |
+
]
|
| 3468 |
+
]
|
| 3469 |
+
],
|
| 3470 |
+
"TestReproAlreadyCachedMultiStage": [
|
| 3471 |
+
[
|
| 3472 |
+
"tests/func/test_repro_multistage.py",
|
| 3473 |
+
[
|
| 3474 |
+
"TestReproAlreadyCachedMultiStage"
|
| 3475 |
+
]
|
| 3476 |
+
]
|
| 3477 |
+
],
|
| 3478 |
+
"TestReproChangedDirMultiStage": [
|
| 3479 |
+
[
|
| 3480 |
+
"tests/func/test_repro_multistage.py",
|
| 3481 |
+
[
|
| 3482 |
+
"TestReproChangedDirMultiStage"
|
| 3483 |
+
]
|
| 3484 |
+
]
|
| 3485 |
+
],
|
| 3486 |
+
"TestReproChangedDirDataMultiStage": [
|
| 3487 |
+
[
|
| 3488 |
+
"tests/func/test_repro_multistage.py",
|
| 3489 |
+
[
|
| 3490 |
+
"TestReproChangedDirDataMultiStage"
|
| 3491 |
+
]
|
| 3492 |
+
]
|
| 3493 |
+
],
|
| 3494 |
+
"TestRunEmpty": [
|
| 3495 |
+
[
|
| 3496 |
+
"tests/func/test_run_single_stage.py",
|
| 3497 |
+
[
|
| 3498 |
+
"TestRunEmpty"
|
| 3499 |
+
]
|
| 3500 |
+
]
|
| 3501 |
+
],
|
| 3502 |
+
"TestRunMissingDep": [
|
| 3503 |
+
[
|
| 3504 |
+
"tests/func/test_run_single_stage.py",
|
| 3505 |
+
[
|
| 3506 |
+
"TestRunMissingDep"
|
| 3507 |
+
]
|
| 3508 |
+
]
|
| 3509 |
+
],
|
| 3510 |
+
"TestRunNoExec": [
|
| 3511 |
+
[
|
| 3512 |
+
"tests/func/test_run_single_stage.py",
|
| 3513 |
+
[
|
| 3514 |
+
"TestRunNoExec"
|
| 3515 |
+
]
|
| 3516 |
+
]
|
| 3517 |
+
],
|
| 3518 |
+
"TestRunCircularDependency": [
|
| 3519 |
+
[
|
| 3520 |
+
"tests/func/test_run_single_stage.py",
|
| 3521 |
+
[
|
| 3522 |
+
"TestRunCircularDependency"
|
| 3523 |
+
]
|
| 3524 |
+
]
|
| 3525 |
+
],
|
| 3526 |
+
"TestRunDuplicatedArguments": [
|
| 3527 |
+
[
|
| 3528 |
+
"tests/func/test_run_single_stage.py",
|
| 3529 |
+
[
|
| 3530 |
+
"TestRunDuplicatedArguments"
|
| 3531 |
+
]
|
| 3532 |
+
]
|
| 3533 |
+
],
|
| 3534 |
+
"TestRunStageInsideOutput": [
|
| 3535 |
+
[
|
| 3536 |
+
"tests/func/test_run_single_stage.py",
|
| 3537 |
+
[
|
| 3538 |
+
"TestRunStageInsideOutput"
|
| 3539 |
+
]
|
| 3540 |
+
]
|
| 3541 |
+
],
|
| 3542 |
+
"TestRunBadCwd": [
|
| 3543 |
+
[
|
| 3544 |
+
"tests/func/test_run_single_stage.py",
|
| 3545 |
+
[
|
| 3546 |
+
"TestRunBadCwd"
|
| 3547 |
+
]
|
| 3548 |
+
]
|
| 3549 |
+
],
|
| 3550 |
+
"TestRunBadWdir": [
|
| 3551 |
+
[
|
| 3552 |
+
"tests/func/test_run_single_stage.py",
|
| 3553 |
+
[
|
| 3554 |
+
"TestRunBadWdir"
|
| 3555 |
+
]
|
| 3556 |
+
]
|
| 3557 |
+
],
|
| 3558 |
+
"TestRunBadName": [
|
| 3559 |
+
[
|
| 3560 |
+
"tests/func/test_run_single_stage.py",
|
| 3561 |
+
[
|
| 3562 |
+
"TestRunBadName"
|
| 3563 |
+
]
|
| 3564 |
+
]
|
| 3565 |
+
],
|
| 3566 |
+
"TestRunRemoveOuts": [
|
| 3567 |
+
[
|
| 3568 |
+
"tests/func/test_run_single_stage.py",
|
| 3569 |
+
[
|
| 3570 |
+
"TestRunRemoveOuts"
|
| 3571 |
+
]
|
| 3572 |
+
]
|
| 3573 |
+
],
|
| 3574 |
+
"TestRunUnprotectOutsCopy": [
|
| 3575 |
+
[
|
| 3576 |
+
"tests/func/test_run_single_stage.py",
|
| 3577 |
+
[
|
| 3578 |
+
"TestRunUnprotectOutsCopy"
|
| 3579 |
+
]
|
| 3580 |
+
]
|
| 3581 |
+
],
|
| 3582 |
+
"TestRunUnprotectOutsSymlink": [
|
| 3583 |
+
[
|
| 3584 |
+
"tests/func/test_run_single_stage.py",
|
| 3585 |
+
[
|
| 3586 |
+
"TestRunUnprotectOutsSymlink"
|
| 3587 |
+
]
|
| 3588 |
+
]
|
| 3589 |
+
],
|
| 3590 |
+
"TestRunUnprotectOutsHardlink": [
|
| 3591 |
+
[
|
| 3592 |
+
"tests/func/test_run_single_stage.py",
|
| 3593 |
+
[
|
| 3594 |
+
"TestRunUnprotectOutsHardlink"
|
| 3595 |
+
]
|
| 3596 |
+
]
|
| 3597 |
+
],
|
| 3598 |
+
"TestCmdRunOverwrite": [
|
| 3599 |
+
[
|
| 3600 |
+
"tests/func/test_run_single_stage.py",
|
| 3601 |
+
[
|
| 3602 |
+
"TestCmdRunOverwrite"
|
| 3603 |
+
]
|
| 3604 |
+
]
|
| 3605 |
+
],
|
| 3606 |
+
"TestCmdRunCliMetrics": [
|
| 3607 |
+
[
|
| 3608 |
+
"tests/func/test_run_single_stage.py",
|
| 3609 |
+
[
|
| 3610 |
+
"TestCmdRunCliMetrics"
|
| 3611 |
+
]
|
| 3612 |
+
]
|
| 3613 |
+
],
|
| 3614 |
+
"TestCmdRunWorkingDirectory": [
|
| 3615 |
+
[
|
| 3616 |
+
"tests/func/test_run_single_stage.py",
|
| 3617 |
+
[
|
| 3618 |
+
"TestCmdRunWorkingDirectory"
|
| 3619 |
+
]
|
| 3620 |
+
]
|
| 3621 |
+
],
|
| 3622 |
+
"TestRunCommit": [
|
| 3623 |
+
[
|
| 3624 |
+
"tests/func/test_run_single_stage.py",
|
| 3625 |
+
[
|
| 3626 |
+
"TestRunCommit"
|
| 3627 |
+
]
|
| 3628 |
+
]
|
| 3629 |
+
],
|
| 3630 |
+
"TestRunPersist": [
|
| 3631 |
+
[
|
| 3632 |
+
"tests/func/test_run_single_stage.py",
|
| 3633 |
+
[
|
| 3634 |
+
"TestRunPersist"
|
| 3635 |
+
]
|
| 3636 |
+
]
|
| 3637 |
+
],
|
| 3638 |
+
"TestRunPersistOuts": [
|
| 3639 |
+
[
|
| 3640 |
+
"tests/func/test_run_single_stage.py",
|
| 3641 |
+
[
|
| 3642 |
+
"TestRunPersistOuts"
|
| 3643 |
+
]
|
| 3644 |
+
]
|
| 3645 |
+
],
|
| 3646 |
+
"TestRunPersistOutsNoCache": [
|
| 3647 |
+
[
|
| 3648 |
+
"tests/func/test_run_single_stage.py",
|
| 3649 |
+
[
|
| 3650 |
+
"TestRunPersistOutsNoCache"
|
| 3651 |
+
]
|
| 3652 |
+
]
|
| 3653 |
+
],
|
| 3654 |
+
"TestShouldRaiseOnOverlappingOutputPaths": [
|
| 3655 |
+
[
|
| 3656 |
+
"tests/func/test_run_single_stage.py",
|
| 3657 |
+
[
|
| 3658 |
+
"TestShouldRaiseOnOverlappingOutputPaths"
|
| 3659 |
+
]
|
| 3660 |
+
]
|
| 3661 |
+
],
|
| 3662 |
+
"TestRerunWithSameOutputs": [
|
| 3663 |
+
[
|
| 3664 |
+
"tests/func/test_run_single_stage.py",
|
| 3665 |
+
[
|
| 3666 |
+
"TestRerunWithSameOutputs"
|
| 3667 |
+
]
|
| 3668 |
+
]
|
| 3669 |
+
],
|
| 3670 |
+
"TestNewRunShouldRemoveOutsOnNoPersist": [
|
| 3671 |
+
[
|
| 3672 |
+
"tests/func/test_run_single_stage.py",
|
| 3673 |
+
[
|
| 3674 |
+
"TestNewRunShouldRemoveOutsOnNoPersist"
|
| 3675 |
+
]
|
| 3676 |
+
]
|
| 3677 |
+
],
|
| 3678 |
+
"TestNewRunShouldNotRemoveOutsOnPersist": [
|
| 3679 |
+
[
|
| 3680 |
+
"tests/func/test_run_single_stage.py",
|
| 3681 |
+
[
|
| 3682 |
+
"TestNewRunShouldNotRemoveOutsOnPersist"
|
| 3683 |
+
]
|
| 3684 |
+
]
|
| 3685 |
+
],
|
| 3686 |
+
"TestShouldNotCheckoutUponCorruptedLocalHardlinkCache": [
|
| 3687 |
+
[
|
| 3688 |
+
"tests/func/test_run_single_stage.py",
|
| 3689 |
+
[
|
| 3690 |
+
"TestShouldNotCheckoutUponCorruptedLocalHardlinkCache"
|
| 3691 |
+
]
|
| 3692 |
+
]
|
| 3693 |
+
],
|
| 3694 |
+
"TestPersistentOutput": [
|
| 3695 |
+
[
|
| 3696 |
+
"tests/func/test_run_single_stage.py",
|
| 3697 |
+
[
|
| 3698 |
+
"TestPersistentOutput"
|
| 3699 |
+
]
|
| 3700 |
+
]
|
| 3701 |
+
],
|
| 3702 |
+
"TestSCMGit": [
|
| 3703 |
+
[
|
| 3704 |
+
"tests/func/test_scm.py",
|
| 3705 |
+
[
|
| 3706 |
+
"TestSCMGit"
|
| 3707 |
+
]
|
| 3708 |
+
]
|
| 3709 |
+
],
|
| 3710 |
+
"TestSCMGitSubmodule": [
|
| 3711 |
+
[
|
| 3712 |
+
"tests/func/test_scm.py",
|
| 3713 |
+
[
|
| 3714 |
+
"TestSCMGitSubmodule"
|
| 3715 |
+
]
|
| 3716 |
+
]
|
| 3717 |
+
],
|
| 3718 |
+
"TestReload": [
|
| 3719 |
+
[
|
| 3720 |
+
"tests/func/test_stage.py",
|
| 3721 |
+
[
|
| 3722 |
+
"TestReload"
|
| 3723 |
+
]
|
| 3724 |
+
]
|
| 3725 |
+
],
|
| 3726 |
+
"TestDefaultWorkingDirectory": [
|
| 3727 |
+
[
|
| 3728 |
+
"tests/func/test_stage.py",
|
| 3729 |
+
[
|
| 3730 |
+
"TestDefaultWorkingDirectory"
|
| 3731 |
+
]
|
| 3732 |
+
]
|
| 3733 |
+
],
|
| 3734 |
+
"TestExternalRemoteResolution": [
|
| 3735 |
+
[
|
| 3736 |
+
"tests/func/test_stage.py",
|
| 3737 |
+
[
|
| 3738 |
+
"TestExternalRemoteResolution"
|
| 3739 |
+
]
|
| 3740 |
+
]
|
| 3741 |
+
],
|
| 3742 |
+
"TestTag": [
|
| 3743 |
+
[
|
| 3744 |
+
"tests/func/test_tag.py",
|
| 3745 |
+
[
|
| 3746 |
+
"TestTag"
|
| 3747 |
+
]
|
| 3748 |
+
]
|
| 3749 |
+
],
|
| 3750 |
+
"TestTagAll": [
|
| 3751 |
+
[
|
| 3752 |
+
"tests/func/test_tag.py",
|
| 3753 |
+
[
|
| 3754 |
+
"TestTagAll"
|
| 3755 |
+
]
|
| 3756 |
+
]
|
| 3757 |
+
],
|
| 3758 |
+
"TestTagAddNoChecksumInfo": [
|
| 3759 |
+
[
|
| 3760 |
+
"tests/func/test_tag.py",
|
| 3761 |
+
[
|
| 3762 |
+
"TestTagAddNoChecksumInfo"
|
| 3763 |
+
]
|
| 3764 |
+
]
|
| 3765 |
+
],
|
| 3766 |
+
"TestTagRemoveNoTag": [
|
| 3767 |
+
[
|
| 3768 |
+
"tests/func/test_tag.py",
|
| 3769 |
+
[
|
| 3770 |
+
"TestTagRemoveNoTag"
|
| 3771 |
+
]
|
| 3772 |
+
]
|
| 3773 |
+
],
|
| 3774 |
+
"TestWorkingTree": [
|
| 3775 |
+
[
|
| 3776 |
+
"tests/func/test_tree.py",
|
| 3777 |
+
[
|
| 3778 |
+
"TestWorkingTree"
|
| 3779 |
+
]
|
| 3780 |
+
]
|
| 3781 |
+
],
|
| 3782 |
+
"GitTreeTests": [
|
| 3783 |
+
[
|
| 3784 |
+
"tests/func/test_tree.py",
|
| 3785 |
+
[
|
| 3786 |
+
"GitTreeTests"
|
| 3787 |
+
]
|
| 3788 |
+
]
|
| 3789 |
+
],
|
| 3790 |
+
"TestGitTree": [
|
| 3791 |
+
[
|
| 3792 |
+
"tests/func/test_tree.py",
|
| 3793 |
+
[
|
| 3794 |
+
"TestGitTree"
|
| 3795 |
+
]
|
| 3796 |
+
]
|
| 3797 |
+
],
|
| 3798 |
+
"TestGitSubmoduleTree": [
|
| 3799 |
+
[
|
| 3800 |
+
"tests/func/test_tree.py",
|
| 3801 |
+
[
|
| 3802 |
+
"TestGitSubmoduleTree"
|
| 3803 |
+
]
|
| 3804 |
+
]
|
| 3805 |
+
],
|
| 3806 |
+
"AssertWalkEqualMixin": [
|
| 3807 |
+
[
|
| 3808 |
+
"tests/func/test_tree.py",
|
| 3809 |
+
[
|
| 3810 |
+
"AssertWalkEqualMixin"
|
| 3811 |
+
]
|
| 3812 |
+
]
|
| 3813 |
+
],
|
| 3814 |
+
"TestWalkInNoSCM": [
|
| 3815 |
+
[
|
| 3816 |
+
"tests/func/test_tree.py",
|
| 3817 |
+
[
|
| 3818 |
+
"TestWalkInNoSCM"
|
| 3819 |
+
]
|
| 3820 |
+
]
|
| 3821 |
+
],
|
| 3822 |
+
"TestWalkInGit": [
|
| 3823 |
+
[
|
| 3824 |
+
"tests/func/test_tree.py",
|
| 3825 |
+
[
|
| 3826 |
+
"TestWalkInGit"
|
| 3827 |
+
]
|
| 3828 |
+
]
|
| 3829 |
+
],
|
| 3830 |
+
"TestUnprotect": [
|
| 3831 |
+
[
|
| 3832 |
+
"tests/func/test_unprotect.py",
|
| 3833 |
+
[
|
| 3834 |
+
"TestUnprotect"
|
| 3835 |
+
]
|
| 3836 |
+
]
|
| 3837 |
+
],
|
| 3838 |
+
"Local": [
|
| 3839 |
+
[
|
| 3840 |
+
"tests/remotes.py",
|
| 3841 |
+
[
|
| 3842 |
+
"Local"
|
| 3843 |
+
]
|
| 3844 |
+
]
|
| 3845 |
+
],
|
| 3846 |
+
"S3": [
|
| 3847 |
+
[
|
| 3848 |
+
"tests/remotes.py",
|
| 3849 |
+
[
|
| 3850 |
+
"S3"
|
| 3851 |
+
]
|
| 3852 |
+
]
|
| 3853 |
+
],
|
| 3854 |
+
"S3Mocked": [
|
| 3855 |
+
[
|
| 3856 |
+
"tests/remotes.py",
|
| 3857 |
+
[
|
| 3858 |
+
"S3Mocked"
|
| 3859 |
+
]
|
| 3860 |
+
]
|
| 3861 |
+
],
|
| 3862 |
+
"GCP": [
|
| 3863 |
+
[
|
| 3864 |
+
"tests/remotes.py",
|
| 3865 |
+
[
|
| 3866 |
+
"GCP"
|
| 3867 |
+
]
|
| 3868 |
+
]
|
| 3869 |
+
],
|
| 3870 |
+
"GDrive": [
|
| 3871 |
+
[
|
| 3872 |
+
"tests/remotes.py",
|
| 3873 |
+
[
|
| 3874 |
+
"GDrive"
|
| 3875 |
+
]
|
| 3876 |
+
]
|
| 3877 |
+
],
|
| 3878 |
+
"Azure": [
|
| 3879 |
+
[
|
| 3880 |
+
"tests/remotes.py",
|
| 3881 |
+
[
|
| 3882 |
+
"Azure"
|
| 3883 |
+
]
|
| 3884 |
+
]
|
| 3885 |
+
],
|
| 3886 |
+
"OSS": [
|
| 3887 |
+
[
|
| 3888 |
+
"tests/remotes.py",
|
| 3889 |
+
[
|
| 3890 |
+
"OSS"
|
| 3891 |
+
]
|
| 3892 |
+
]
|
| 3893 |
+
],
|
| 3894 |
+
"SSH": [
|
| 3895 |
+
[
|
| 3896 |
+
"tests/remotes.py",
|
| 3897 |
+
[
|
| 3898 |
+
"SSH"
|
| 3899 |
+
]
|
| 3900 |
+
]
|
| 3901 |
+
],
|
| 3902 |
+
"SSHMocked": [
|
| 3903 |
+
[
|
| 3904 |
+
"tests/remotes.py",
|
| 3905 |
+
[
|
| 3906 |
+
"SSHMocked"
|
| 3907 |
+
]
|
| 3908 |
+
]
|
| 3909 |
+
],
|
| 3910 |
+
"HDFS": [
|
| 3911 |
+
[
|
| 3912 |
+
"tests/remotes.py",
|
| 3913 |
+
[
|
| 3914 |
+
"HDFS"
|
| 3915 |
+
]
|
| 3916 |
+
]
|
| 3917 |
+
],
|
| 3918 |
+
"HTTP": [
|
| 3919 |
+
[
|
| 3920 |
+
"tests/remotes.py",
|
| 3921 |
+
[
|
| 3922 |
+
"HTTP"
|
| 3923 |
+
]
|
| 3924 |
+
]
|
| 3925 |
+
],
|
| 3926 |
+
"TestDependencyGS": [
|
| 3927 |
+
[
|
| 3928 |
+
"tests/unit/dependency/test_gs.py",
|
| 3929 |
+
[
|
| 3930 |
+
"TestDependencyGS"
|
| 3931 |
+
]
|
| 3932 |
+
]
|
| 3933 |
+
],
|
| 3934 |
+
"TestDependencyHDFS": [
|
| 3935 |
+
[
|
| 3936 |
+
"tests/unit/dependency/test_hdfs.py",
|
| 3937 |
+
[
|
| 3938 |
+
"TestDependencyHDFS"
|
| 3939 |
+
]
|
| 3940 |
+
]
|
| 3941 |
+
],
|
| 3942 |
+
"TestDependencyHTTP": [
|
| 3943 |
+
[
|
| 3944 |
+
"tests/unit/dependency/test_http.py",
|
| 3945 |
+
[
|
| 3946 |
+
"TestDependencyHTTP"
|
| 3947 |
+
]
|
| 3948 |
+
]
|
| 3949 |
+
],
|
| 3950 |
+
"TestDependencyLOCAL": [
|
| 3951 |
+
[
|
| 3952 |
+
"tests/unit/dependency/test_local.py",
|
| 3953 |
+
[
|
| 3954 |
+
"TestDependencyLOCAL"
|
| 3955 |
+
]
|
| 3956 |
+
]
|
| 3957 |
+
],
|
| 3958 |
+
"TestDependencyS3": [
|
| 3959 |
+
[
|
| 3960 |
+
"tests/unit/dependency/test_s3.py",
|
| 3961 |
+
[
|
| 3962 |
+
"TestDependencyS3"
|
| 3963 |
+
]
|
| 3964 |
+
]
|
| 3965 |
+
],
|
| 3966 |
+
"TestDependencySSH": [
|
| 3967 |
+
[
|
| 3968 |
+
"tests/unit/dependency/test_ssh.py",
|
| 3969 |
+
[
|
| 3970 |
+
"TestDependencySSH"
|
| 3971 |
+
]
|
| 3972 |
+
]
|
| 3973 |
+
],
|
| 3974 |
+
"TestOutputGS": [
|
| 3975 |
+
[
|
| 3976 |
+
"tests/unit/output/test_gs.py",
|
| 3977 |
+
[
|
| 3978 |
+
"TestOutputGS"
|
| 3979 |
+
]
|
| 3980 |
+
]
|
| 3981 |
+
],
|
| 3982 |
+
"TestOutputHDFS": [
|
| 3983 |
+
[
|
| 3984 |
+
"tests/unit/output/test_hdfs.py",
|
| 3985 |
+
[
|
| 3986 |
+
"TestOutputHDFS"
|
| 3987 |
+
]
|
| 3988 |
+
]
|
| 3989 |
+
],
|
| 3990 |
+
"TestOutputLOCAL": [
|
| 3991 |
+
[
|
| 3992 |
+
"tests/unit/output/test_local.py",
|
| 3993 |
+
[
|
| 3994 |
+
"TestOutputLOCAL"
|
| 3995 |
+
]
|
| 3996 |
+
]
|
| 3997 |
+
],
|
| 3998 |
+
"TestGetFilesNumber": [
|
| 3999 |
+
[
|
| 4000 |
+
"tests/unit/output/test_local.py",
|
| 4001 |
+
[
|
| 4002 |
+
"TestGetFilesNumber"
|
| 4003 |
+
]
|
| 4004 |
+
]
|
| 4005 |
+
],
|
| 4006 |
+
"TestOutputS3": [
|
| 4007 |
+
[
|
| 4008 |
+
"tests/unit/output/test_s3.py",
|
| 4009 |
+
[
|
| 4010 |
+
"TestOutputS3"
|
| 4011 |
+
]
|
| 4012 |
+
]
|
| 4013 |
+
],
|
| 4014 |
+
"TestOutputSSH": [
|
| 4015 |
+
[
|
| 4016 |
+
"tests/unit/output/test_ssh.py",
|
| 4017 |
+
[
|
| 4018 |
+
"TestOutputSSH"
|
| 4019 |
+
]
|
| 4020 |
+
]
|
| 4021 |
+
],
|
| 4022 |
+
"MyError": [
|
| 4023 |
+
[
|
| 4024 |
+
"tests/unit/remote/ssh/test_pool.py",
|
| 4025 |
+
[
|
| 4026 |
+
"test_doesnt_swallow_errors",
|
| 4027 |
+
"MyError"
|
| 4028 |
+
]
|
| 4029 |
+
]
|
| 4030 |
+
],
|
| 4031 |
+
"_CallableOrNone": [
|
| 4032 |
+
[
|
| 4033 |
+
"tests/unit/remote/test_base.py",
|
| 4034 |
+
[
|
| 4035 |
+
"_CallableOrNone"
|
| 4036 |
+
]
|
| 4037 |
+
]
|
| 4038 |
+
],
|
| 4039 |
+
"TestScmContext": [
|
| 4040 |
+
[
|
| 4041 |
+
"tests/unit/scm/test_scm.py",
|
| 4042 |
+
[
|
| 4043 |
+
"TestScmContext"
|
| 4044 |
+
]
|
| 4045 |
+
]
|
| 4046 |
+
],
|
| 4047 |
+
"TestDaemon": [
|
| 4048 |
+
[
|
| 4049 |
+
"tests/unit/test_daemon.py",
|
| 4050 |
+
[
|
| 4051 |
+
"TestDaemon"
|
| 4052 |
+
]
|
| 4053 |
+
]
|
| 4054 |
+
],
|
| 4055 |
+
"TestColorFormatter": [
|
| 4056 |
+
[
|
| 4057 |
+
"tests/unit/test_logger.py",
|
| 4058 |
+
[
|
| 4059 |
+
"TestColorFormatter"
|
| 4060 |
+
]
|
| 4061 |
+
]
|
| 4062 |
+
],
|
| 4063 |
+
"TestConfirm": [
|
| 4064 |
+
[
|
| 4065 |
+
"tests/unit/test_prompt.py",
|
| 4066 |
+
[
|
| 4067 |
+
"TestConfirm"
|
| 4068 |
+
]
|
| 4069 |
+
]
|
| 4070 |
+
],
|
| 4071 |
+
"TestPathConversion": [
|
| 4072 |
+
[
|
| 4073 |
+
"tests/unit/test_stage.py",
|
| 4074 |
+
[
|
| 4075 |
+
"TestPathConversion"
|
| 4076 |
+
]
|
| 4077 |
+
]
|
| 4078 |
+
],
|
| 4079 |
+
"MyDict": [
|
| 4080 |
+
[
|
| 4081 |
+
"tests/unit/utils/test_collections.py",
|
| 4082 |
+
[
|
| 4083 |
+
"MyDict"
|
| 4084 |
+
]
|
| 4085 |
+
]
|
| 4086 |
+
],
|
| 4087 |
+
"MyInt": [
|
| 4088 |
+
[
|
| 4089 |
+
"tests/unit/utils/test_collections.py",
|
| 4090 |
+
[
|
| 4091 |
+
"MyInt"
|
| 4092 |
+
]
|
| 4093 |
+
]
|
| 4094 |
+
],
|
| 4095 |
+
"TestMtimeAndSize": [
|
| 4096 |
+
[
|
| 4097 |
+
"tests/unit/utils/test_fs.py",
|
| 4098 |
+
[
|
| 4099 |
+
"TestMtimeAndSize"
|
| 4100 |
+
]
|
| 4101 |
+
]
|
| 4102 |
+
],
|
| 4103 |
+
"TestContainsLink": [
|
| 4104 |
+
[
|
| 4105 |
+
"tests/unit/utils/test_fs.py",
|
| 4106 |
+
[
|
| 4107 |
+
"TestContainsLink"
|
| 4108 |
+
]
|
| 4109 |
+
]
|
| 4110 |
+
],
|
| 4111 |
+
"TestRequestHandler": [
|
| 4112 |
+
[
|
| 4113 |
+
"tests/utils/httpd.py",
|
| 4114 |
+
[
|
| 4115 |
+
"TestRequestHandler"
|
| 4116 |
+
]
|
| 4117 |
+
]
|
| 4118 |
+
],
|
| 4119 |
+
"ETagHandler": [
|
| 4120 |
+
[
|
| 4121 |
+
"tests/utils/httpd.py",
|
| 4122 |
+
[
|
| 4123 |
+
"ETagHandler"
|
| 4124 |
+
]
|
| 4125 |
+
]
|
| 4126 |
+
],
|
| 4127 |
+
"ContentMD5Handler": [
|
| 4128 |
+
[
|
| 4129 |
+
"tests/utils/httpd.py",
|
| 4130 |
+
[
|
| 4131 |
+
"ContentMD5Handler"
|
| 4132 |
+
]
|
| 4133 |
+
]
|
| 4134 |
+
],
|
| 4135 |
+
"PushRequestHandler": [
|
| 4136 |
+
[
|
| 4137 |
+
"tests/utils/httpd.py",
|
| 4138 |
+
[
|
| 4139 |
+
"PushRequestHandler"
|
| 4140 |
+
]
|
| 4141 |
+
]
|
| 4142 |
+
],
|
| 4143 |
+
"StaticFileServer": [
|
| 4144 |
+
[
|
| 4145 |
+
"tests/utils/httpd.py",
|
| 4146 |
+
[
|
| 4147 |
+
"StaticFileServer"
|
| 4148 |
+
]
|
| 4149 |
+
]
|
| 4150 |
+
]
|
| 4151 |
+
}
|
iterative__dvc-3677/blocks_by_function_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
iterative__dvc-3677/docstore.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
iterative__dvc-3677/settings.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_model": "voyage-code-2",
|
| 3 |
+
"dimensions": 1536,
|
| 4 |
+
"language": "python",
|
| 5 |
+
"min_chunk_size": 100,
|
| 6 |
+
"chunk_size": 750,
|
| 7 |
+
"hard_token_limit": 2000,
|
| 8 |
+
"max_chunks": 200,
|
| 9 |
+
"comment_strategy": "associate"
|
| 10 |
+
}
|
iterative__dvc-3677/vector_index.faiss
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e79f8dacb59db1101afc7f654229753401a1976459d55c7275539592d938d22
|
| 3 |
+
size 9338826
|
iterative__dvc-3677/vector_index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
iterative__dvc-3794/blocks_by_class_name.json
ADDED
|
@@ -0,0 +1,4355 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"UrlNotDvcRepoError": [
|
| 3 |
+
[
|
| 4 |
+
"dvc/api.py",
|
| 5 |
+
[
|
| 6 |
+
"UrlNotDvcRepoError"
|
| 7 |
+
]
|
| 8 |
+
]
|
| 9 |
+
],
|
| 10 |
+
"_OpenContextManager": [
|
| 11 |
+
[
|
| 12 |
+
"dvc/api.py",
|
| 13 |
+
[
|
| 14 |
+
"_OpenContextManager"
|
| 15 |
+
]
|
| 16 |
+
]
|
| 17 |
+
],
|
| 18 |
+
"Cache": [
|
| 19 |
+
[
|
| 20 |
+
"dvc/cache.py",
|
| 21 |
+
[
|
| 22 |
+
"Cache"
|
| 23 |
+
]
|
| 24 |
+
]
|
| 25 |
+
],
|
| 26 |
+
"NamedCacheItem": [
|
| 27 |
+
[
|
| 28 |
+
"dvc/cache.py",
|
| 29 |
+
[
|
| 30 |
+
"NamedCacheItem"
|
| 31 |
+
]
|
| 32 |
+
]
|
| 33 |
+
],
|
| 34 |
+
"NamedCache": [
|
| 35 |
+
[
|
| 36 |
+
"dvc/cache.py",
|
| 37 |
+
[
|
| 38 |
+
"NamedCache"
|
| 39 |
+
]
|
| 40 |
+
]
|
| 41 |
+
],
|
| 42 |
+
"DvcParser": [
|
| 43 |
+
[
|
| 44 |
+
"dvc/cli.py",
|
| 45 |
+
[
|
| 46 |
+
"DvcParser"
|
| 47 |
+
]
|
| 48 |
+
]
|
| 49 |
+
],
|
| 50 |
+
"VersionAction": [
|
| 51 |
+
[
|
| 52 |
+
"dvc/cli.py",
|
| 53 |
+
[
|
| 54 |
+
"VersionAction"
|
| 55 |
+
]
|
| 56 |
+
]
|
| 57 |
+
],
|
| 58 |
+
"CmdAdd": [
|
| 59 |
+
[
|
| 60 |
+
"dvc/command/add.py",
|
| 61 |
+
[
|
| 62 |
+
"CmdAdd"
|
| 63 |
+
]
|
| 64 |
+
]
|
| 65 |
+
],
|
| 66 |
+
"CmdBase": [
|
| 67 |
+
[
|
| 68 |
+
"dvc/command/base.py",
|
| 69 |
+
[
|
| 70 |
+
"CmdBase"
|
| 71 |
+
]
|
| 72 |
+
]
|
| 73 |
+
],
|
| 74 |
+
"CmdBaseNoRepo": [
|
| 75 |
+
[
|
| 76 |
+
"dvc/command/base.py",
|
| 77 |
+
[
|
| 78 |
+
"CmdBaseNoRepo"
|
| 79 |
+
]
|
| 80 |
+
]
|
| 81 |
+
],
|
| 82 |
+
"CmdCacheDir": [
|
| 83 |
+
[
|
| 84 |
+
"dvc/command/cache.py",
|
| 85 |
+
[
|
| 86 |
+
"CmdCacheDir"
|
| 87 |
+
]
|
| 88 |
+
]
|
| 89 |
+
],
|
| 90 |
+
"CmdCheckout": [
|
| 91 |
+
[
|
| 92 |
+
"dvc/command/checkout.py",
|
| 93 |
+
[
|
| 94 |
+
"CmdCheckout"
|
| 95 |
+
]
|
| 96 |
+
]
|
| 97 |
+
],
|
| 98 |
+
"CmdCommit": [
|
| 99 |
+
[
|
| 100 |
+
"dvc/command/commit.py",
|
| 101 |
+
[
|
| 102 |
+
"CmdCommit"
|
| 103 |
+
]
|
| 104 |
+
]
|
| 105 |
+
],
|
| 106 |
+
"CmdConfig": [
|
| 107 |
+
[
|
| 108 |
+
"dvc/command/config.py",
|
| 109 |
+
[
|
| 110 |
+
"CmdConfig"
|
| 111 |
+
]
|
| 112 |
+
]
|
| 113 |
+
],
|
| 114 |
+
"CmdDaemonBase": [
|
| 115 |
+
[
|
| 116 |
+
"dvc/command/daemon.py",
|
| 117 |
+
[
|
| 118 |
+
"CmdDaemonBase"
|
| 119 |
+
]
|
| 120 |
+
]
|
| 121 |
+
],
|
| 122 |
+
"CmdDaemonUpdater": [
|
| 123 |
+
[
|
| 124 |
+
"dvc/command/daemon.py",
|
| 125 |
+
[
|
| 126 |
+
"CmdDaemonUpdater"
|
| 127 |
+
]
|
| 128 |
+
]
|
| 129 |
+
],
|
| 130 |
+
"CmdDaemonAnalytics": [
|
| 131 |
+
[
|
| 132 |
+
"dvc/command/daemon.py",
|
| 133 |
+
[
|
| 134 |
+
"CmdDaemonAnalytics"
|
| 135 |
+
]
|
| 136 |
+
]
|
| 137 |
+
],
|
| 138 |
+
"CmdDataBase": [
|
| 139 |
+
[
|
| 140 |
+
"dvc/command/data_sync.py",
|
| 141 |
+
[
|
| 142 |
+
"CmdDataBase"
|
| 143 |
+
]
|
| 144 |
+
]
|
| 145 |
+
],
|
| 146 |
+
"CmdDataPull": [
|
| 147 |
+
[
|
| 148 |
+
"dvc/command/data_sync.py",
|
| 149 |
+
[
|
| 150 |
+
"CmdDataPull"
|
| 151 |
+
]
|
| 152 |
+
]
|
| 153 |
+
],
|
| 154 |
+
"CmdDataPush": [
|
| 155 |
+
[
|
| 156 |
+
"dvc/command/data_sync.py",
|
| 157 |
+
[
|
| 158 |
+
"CmdDataPush"
|
| 159 |
+
]
|
| 160 |
+
]
|
| 161 |
+
],
|
| 162 |
+
"CmdDataFetch": [
|
| 163 |
+
[
|
| 164 |
+
"dvc/command/data_sync.py",
|
| 165 |
+
[
|
| 166 |
+
"CmdDataFetch"
|
| 167 |
+
]
|
| 168 |
+
]
|
| 169 |
+
],
|
| 170 |
+
"CmdDestroy": [
|
| 171 |
+
[
|
| 172 |
+
"dvc/command/destroy.py",
|
| 173 |
+
[
|
| 174 |
+
"CmdDestroy"
|
| 175 |
+
]
|
| 176 |
+
]
|
| 177 |
+
],
|
| 178 |
+
"CmdDiff": [
|
| 179 |
+
[
|
| 180 |
+
"dvc/command/diff.py",
|
| 181 |
+
[
|
| 182 |
+
"CmdDiff"
|
| 183 |
+
]
|
| 184 |
+
]
|
| 185 |
+
],
|
| 186 |
+
"CmdGC": [
|
| 187 |
+
[
|
| 188 |
+
"dvc/command/gc.py",
|
| 189 |
+
[
|
| 190 |
+
"CmdGC"
|
| 191 |
+
]
|
| 192 |
+
]
|
| 193 |
+
],
|
| 194 |
+
"CmdGet": [
|
| 195 |
+
[
|
| 196 |
+
"dvc/command/get.py",
|
| 197 |
+
[
|
| 198 |
+
"CmdGet"
|
| 199 |
+
]
|
| 200 |
+
]
|
| 201 |
+
],
|
| 202 |
+
"CmdGetUrl": [
|
| 203 |
+
[
|
| 204 |
+
"dvc/command/get_url.py",
|
| 205 |
+
[
|
| 206 |
+
"CmdGetUrl"
|
| 207 |
+
]
|
| 208 |
+
]
|
| 209 |
+
],
|
| 210 |
+
"CmdHookBase": [
|
| 211 |
+
[
|
| 212 |
+
"dvc/command/git_hook.py",
|
| 213 |
+
[
|
| 214 |
+
"CmdHookBase"
|
| 215 |
+
]
|
| 216 |
+
]
|
| 217 |
+
],
|
| 218 |
+
"CmdPreCommit": [
|
| 219 |
+
[
|
| 220 |
+
"dvc/command/git_hook.py",
|
| 221 |
+
[
|
| 222 |
+
"CmdPreCommit"
|
| 223 |
+
]
|
| 224 |
+
]
|
| 225 |
+
],
|
| 226 |
+
"CmdPostCheckout": [
|
| 227 |
+
[
|
| 228 |
+
"dvc/command/git_hook.py",
|
| 229 |
+
[
|
| 230 |
+
"CmdPostCheckout"
|
| 231 |
+
]
|
| 232 |
+
]
|
| 233 |
+
],
|
| 234 |
+
"CmdPrePush": [
|
| 235 |
+
[
|
| 236 |
+
"dvc/command/git_hook.py",
|
| 237 |
+
[
|
| 238 |
+
"CmdPrePush"
|
| 239 |
+
]
|
| 240 |
+
]
|
| 241 |
+
],
|
| 242 |
+
"CmdImport": [
|
| 243 |
+
[
|
| 244 |
+
"dvc/command/imp.py",
|
| 245 |
+
[
|
| 246 |
+
"CmdImport"
|
| 247 |
+
]
|
| 248 |
+
]
|
| 249 |
+
],
|
| 250 |
+
"CmdImportUrl": [
|
| 251 |
+
[
|
| 252 |
+
"dvc/command/imp_url.py",
|
| 253 |
+
[
|
| 254 |
+
"CmdImportUrl"
|
| 255 |
+
]
|
| 256 |
+
]
|
| 257 |
+
],
|
| 258 |
+
"CmdInit": [
|
| 259 |
+
[
|
| 260 |
+
"dvc/command/init.py",
|
| 261 |
+
[
|
| 262 |
+
"CmdInit"
|
| 263 |
+
]
|
| 264 |
+
]
|
| 265 |
+
],
|
| 266 |
+
"CmdInstall": [
|
| 267 |
+
[
|
| 268 |
+
"dvc/command/install.py",
|
| 269 |
+
[
|
| 270 |
+
"CmdInstall"
|
| 271 |
+
]
|
| 272 |
+
]
|
| 273 |
+
],
|
| 274 |
+
"CmdLockBase": [
|
| 275 |
+
[
|
| 276 |
+
"dvc/command/lock.py",
|
| 277 |
+
[
|
| 278 |
+
"CmdLockBase"
|
| 279 |
+
]
|
| 280 |
+
]
|
| 281 |
+
],
|
| 282 |
+
"CmdLock": [
|
| 283 |
+
[
|
| 284 |
+
"dvc/command/lock.py",
|
| 285 |
+
[
|
| 286 |
+
"CmdLock"
|
| 287 |
+
]
|
| 288 |
+
]
|
| 289 |
+
],
|
| 290 |
+
"CmdUnlock": [
|
| 291 |
+
[
|
| 292 |
+
"dvc/command/lock.py",
|
| 293 |
+
[
|
| 294 |
+
"CmdUnlock"
|
| 295 |
+
]
|
| 296 |
+
]
|
| 297 |
+
],
|
| 298 |
+
"CmdList": [
|
| 299 |
+
[
|
| 300 |
+
"dvc/command/ls/__init__.py",
|
| 301 |
+
[
|
| 302 |
+
"CmdList"
|
| 303 |
+
]
|
| 304 |
+
]
|
| 305 |
+
],
|
| 306 |
+
"LsColors": [
|
| 307 |
+
[
|
| 308 |
+
"dvc/command/ls/ls_colors.py",
|
| 309 |
+
[
|
| 310 |
+
"LsColors"
|
| 311 |
+
]
|
| 312 |
+
]
|
| 313 |
+
],
|
| 314 |
+
"CmdMetricsShow": [
|
| 315 |
+
[
|
| 316 |
+
"dvc/command/metrics.py",
|
| 317 |
+
[
|
| 318 |
+
"CmdMetricsShow"
|
| 319 |
+
]
|
| 320 |
+
]
|
| 321 |
+
],
|
| 322 |
+
"CmdMetricsAdd": [
|
| 323 |
+
[
|
| 324 |
+
"dvc/command/metrics.py",
|
| 325 |
+
[
|
| 326 |
+
"CmdMetricsAdd"
|
| 327 |
+
]
|
| 328 |
+
]
|
| 329 |
+
],
|
| 330 |
+
"CmdMetricsRemove": [
|
| 331 |
+
[
|
| 332 |
+
"dvc/command/metrics.py",
|
| 333 |
+
[
|
| 334 |
+
"CmdMetricsRemove"
|
| 335 |
+
]
|
| 336 |
+
]
|
| 337 |
+
],
|
| 338 |
+
"CmdMetricsDiff": [
|
| 339 |
+
[
|
| 340 |
+
"dvc/command/metrics.py",
|
| 341 |
+
[
|
| 342 |
+
"CmdMetricsDiff"
|
| 343 |
+
]
|
| 344 |
+
]
|
| 345 |
+
],
|
| 346 |
+
"CmdMove": [
|
| 347 |
+
[
|
| 348 |
+
"dvc/command/move.py",
|
| 349 |
+
[
|
| 350 |
+
"CmdMove"
|
| 351 |
+
]
|
| 352 |
+
]
|
| 353 |
+
],
|
| 354 |
+
"CmdParamsDiff": [
|
| 355 |
+
[
|
| 356 |
+
"dvc/command/params.py",
|
| 357 |
+
[
|
| 358 |
+
"CmdParamsDiff"
|
| 359 |
+
]
|
| 360 |
+
]
|
| 361 |
+
],
|
| 362 |
+
"CmdPipelineShow": [
|
| 363 |
+
[
|
| 364 |
+
"dvc/command/pipeline.py",
|
| 365 |
+
[
|
| 366 |
+
"CmdPipelineShow"
|
| 367 |
+
]
|
| 368 |
+
]
|
| 369 |
+
],
|
| 370 |
+
"CmdPipelineList": [
|
| 371 |
+
[
|
| 372 |
+
"dvc/command/pipeline.py",
|
| 373 |
+
[
|
| 374 |
+
"CmdPipelineList"
|
| 375 |
+
]
|
| 376 |
+
]
|
| 377 |
+
],
|
| 378 |
+
"CmdPLot": [
|
| 379 |
+
[
|
| 380 |
+
"dvc/command/plot.py",
|
| 381 |
+
[
|
| 382 |
+
"CmdPLot"
|
| 383 |
+
]
|
| 384 |
+
]
|
| 385 |
+
],
|
| 386 |
+
"CmdPlotShow": [
|
| 387 |
+
[
|
| 388 |
+
"dvc/command/plot.py",
|
| 389 |
+
[
|
| 390 |
+
"CmdPlotShow"
|
| 391 |
+
]
|
| 392 |
+
]
|
| 393 |
+
],
|
| 394 |
+
"CmdPlotDiff": [
|
| 395 |
+
[
|
| 396 |
+
"dvc/command/plot.py",
|
| 397 |
+
[
|
| 398 |
+
"CmdPlotDiff"
|
| 399 |
+
]
|
| 400 |
+
]
|
| 401 |
+
],
|
| 402 |
+
"CmdRemote": [
|
| 403 |
+
[
|
| 404 |
+
"dvc/command/remote.py",
|
| 405 |
+
[
|
| 406 |
+
"CmdRemote"
|
| 407 |
+
]
|
| 408 |
+
]
|
| 409 |
+
],
|
| 410 |
+
"CmdRemoteAdd": [
|
| 411 |
+
[
|
| 412 |
+
"dvc/command/remote.py",
|
| 413 |
+
[
|
| 414 |
+
"CmdRemoteAdd"
|
| 415 |
+
]
|
| 416 |
+
]
|
| 417 |
+
],
|
| 418 |
+
"CmdRemoteRemove": [
|
| 419 |
+
[
|
| 420 |
+
"dvc/command/remote.py",
|
| 421 |
+
[
|
| 422 |
+
"CmdRemoteRemove"
|
| 423 |
+
]
|
| 424 |
+
]
|
| 425 |
+
],
|
| 426 |
+
"CmdRemoteModify": [
|
| 427 |
+
[
|
| 428 |
+
"dvc/command/remote.py",
|
| 429 |
+
[
|
| 430 |
+
"CmdRemoteModify"
|
| 431 |
+
]
|
| 432 |
+
]
|
| 433 |
+
],
|
| 434 |
+
"CmdRemoteDefault": [
|
| 435 |
+
[
|
| 436 |
+
"dvc/command/remote.py",
|
| 437 |
+
[
|
| 438 |
+
"CmdRemoteDefault"
|
| 439 |
+
]
|
| 440 |
+
]
|
| 441 |
+
],
|
| 442 |
+
"CmdRemoteList": [
|
| 443 |
+
[
|
| 444 |
+
"dvc/command/remote.py",
|
| 445 |
+
[
|
| 446 |
+
"CmdRemoteList"
|
| 447 |
+
]
|
| 448 |
+
]
|
| 449 |
+
],
|
| 450 |
+
"CmdRemove": [
|
| 451 |
+
[
|
| 452 |
+
"dvc/command/remove.py",
|
| 453 |
+
[
|
| 454 |
+
"CmdRemove"
|
| 455 |
+
]
|
| 456 |
+
]
|
| 457 |
+
],
|
| 458 |
+
"CmdRepro": [
|
| 459 |
+
[
|
| 460 |
+
"dvc/command/repro.py",
|
| 461 |
+
[
|
| 462 |
+
"CmdRepro"
|
| 463 |
+
]
|
| 464 |
+
]
|
| 465 |
+
],
|
| 466 |
+
"CmdRoot": [
|
| 467 |
+
[
|
| 468 |
+
"dvc/command/root.py",
|
| 469 |
+
[
|
| 470 |
+
"CmdRoot"
|
| 471 |
+
]
|
| 472 |
+
]
|
| 473 |
+
],
|
| 474 |
+
"CmdRun": [
|
| 475 |
+
[
|
| 476 |
+
"dvc/command/run.py",
|
| 477 |
+
[
|
| 478 |
+
"CmdRun"
|
| 479 |
+
]
|
| 480 |
+
]
|
| 481 |
+
],
|
| 482 |
+
"CmdDataStatus": [
|
| 483 |
+
[
|
| 484 |
+
"dvc/command/status.py",
|
| 485 |
+
[
|
| 486 |
+
"CmdDataStatus"
|
| 487 |
+
]
|
| 488 |
+
]
|
| 489 |
+
],
|
| 490 |
+
"CmdUnprotect": [
|
| 491 |
+
[
|
| 492 |
+
"dvc/command/unprotect.py",
|
| 493 |
+
[
|
| 494 |
+
"CmdUnprotect"
|
| 495 |
+
]
|
| 496 |
+
]
|
| 497 |
+
],
|
| 498 |
+
"CmdUpdate": [
|
| 499 |
+
[
|
| 500 |
+
"dvc/command/update.py",
|
| 501 |
+
[
|
| 502 |
+
"CmdUpdate"
|
| 503 |
+
]
|
| 504 |
+
]
|
| 505 |
+
],
|
| 506 |
+
"CmdVersion": [
|
| 507 |
+
[
|
| 508 |
+
"dvc/command/version.py",
|
| 509 |
+
[
|
| 510 |
+
"CmdVersion"
|
| 511 |
+
]
|
| 512 |
+
]
|
| 513 |
+
],
|
| 514 |
+
"ConfigError": [
|
| 515 |
+
[
|
| 516 |
+
"dvc/config.py",
|
| 517 |
+
[
|
| 518 |
+
"ConfigError"
|
| 519 |
+
]
|
| 520 |
+
]
|
| 521 |
+
],
|
| 522 |
+
"NoRemoteError": [
|
| 523 |
+
[
|
| 524 |
+
"dvc/config.py",
|
| 525 |
+
[
|
| 526 |
+
"NoRemoteError"
|
| 527 |
+
]
|
| 528 |
+
]
|
| 529 |
+
],
|
| 530 |
+
"RelPath": [
|
| 531 |
+
[
|
| 532 |
+
"dvc/config.py",
|
| 533 |
+
[
|
| 534 |
+
"RelPath"
|
| 535 |
+
]
|
| 536 |
+
]
|
| 537 |
+
],
|
| 538 |
+
"Config": [
|
| 539 |
+
[
|
| 540 |
+
"dvc/config.py",
|
| 541 |
+
[
|
| 542 |
+
"Config"
|
| 543 |
+
]
|
| 544 |
+
]
|
| 545 |
+
],
|
| 546 |
+
"VertexViewer": [
|
| 547 |
+
[
|
| 548 |
+
"dvc/dagascii.py",
|
| 549 |
+
[
|
| 550 |
+
"VertexViewer"
|
| 551 |
+
]
|
| 552 |
+
]
|
| 553 |
+
],
|
| 554 |
+
"AsciiCanvas": [
|
| 555 |
+
[
|
| 556 |
+
"dvc/dagascii.py",
|
| 557 |
+
[
|
| 558 |
+
"AsciiCanvas"
|
| 559 |
+
]
|
| 560 |
+
]
|
| 561 |
+
],
|
| 562 |
+
"DataCloud": [
|
| 563 |
+
[
|
| 564 |
+
"dvc/data_cloud.py",
|
| 565 |
+
[
|
| 566 |
+
"DataCloud"
|
| 567 |
+
]
|
| 568 |
+
]
|
| 569 |
+
],
|
| 570 |
+
"DependencyDoesNotExistError": [
|
| 571 |
+
[
|
| 572 |
+
"dvc/dependency/base.py",
|
| 573 |
+
[
|
| 574 |
+
"DependencyDoesNotExistError"
|
| 575 |
+
]
|
| 576 |
+
]
|
| 577 |
+
],
|
| 578 |
+
"DependencyIsNotFileOrDirError": [
|
| 579 |
+
[
|
| 580 |
+
"dvc/dependency/base.py",
|
| 581 |
+
[
|
| 582 |
+
"DependencyIsNotFileOrDirError"
|
| 583 |
+
]
|
| 584 |
+
]
|
| 585 |
+
],
|
| 586 |
+
"DependencyIsStageFileError": [
|
| 587 |
+
[
|
| 588 |
+
"dvc/dependency/base.py",
|
| 589 |
+
[
|
| 590 |
+
"DependencyIsStageFileError"
|
| 591 |
+
]
|
| 592 |
+
]
|
| 593 |
+
],
|
| 594 |
+
"BaseDependency": [
|
| 595 |
+
[
|
| 596 |
+
"dvc/dependency/base.py",
|
| 597 |
+
[
|
| 598 |
+
"BaseDependency"
|
| 599 |
+
]
|
| 600 |
+
]
|
| 601 |
+
],
|
| 602 |
+
"GSDependency": [
|
| 603 |
+
[
|
| 604 |
+
"dvc/dependency/gs.py",
|
| 605 |
+
[
|
| 606 |
+
"GSDependency"
|
| 607 |
+
]
|
| 608 |
+
]
|
| 609 |
+
],
|
| 610 |
+
"HDFSDependency": [
|
| 611 |
+
[
|
| 612 |
+
"dvc/dependency/hdfs.py",
|
| 613 |
+
[
|
| 614 |
+
"HDFSDependency"
|
| 615 |
+
]
|
| 616 |
+
]
|
| 617 |
+
],
|
| 618 |
+
"HTTPDependency": [
|
| 619 |
+
[
|
| 620 |
+
"dvc/dependency/http.py",
|
| 621 |
+
[
|
| 622 |
+
"HTTPDependency"
|
| 623 |
+
]
|
| 624 |
+
]
|
| 625 |
+
],
|
| 626 |
+
"HTTPSDependency": [
|
| 627 |
+
[
|
| 628 |
+
"dvc/dependency/https.py",
|
| 629 |
+
[
|
| 630 |
+
"HTTPSDependency"
|
| 631 |
+
]
|
| 632 |
+
]
|
| 633 |
+
],
|
| 634 |
+
"LocalDependency": [
|
| 635 |
+
[
|
| 636 |
+
"dvc/dependency/local.py",
|
| 637 |
+
[
|
| 638 |
+
"LocalDependency"
|
| 639 |
+
]
|
| 640 |
+
]
|
| 641 |
+
],
|
| 642 |
+
"MissingParamsError": [
|
| 643 |
+
[
|
| 644 |
+
"dvc/dependency/param.py",
|
| 645 |
+
[
|
| 646 |
+
"MissingParamsError"
|
| 647 |
+
]
|
| 648 |
+
]
|
| 649 |
+
],
|
| 650 |
+
"BadParamFileError": [
|
| 651 |
+
[
|
| 652 |
+
"dvc/dependency/param.py",
|
| 653 |
+
[
|
| 654 |
+
"BadParamFileError"
|
| 655 |
+
]
|
| 656 |
+
]
|
| 657 |
+
],
|
| 658 |
+
"ParamsDependency": [
|
| 659 |
+
[
|
| 660 |
+
"dvc/dependency/param.py",
|
| 661 |
+
[
|
| 662 |
+
"ParamsDependency"
|
| 663 |
+
]
|
| 664 |
+
]
|
| 665 |
+
],
|
| 666 |
+
"RepoDependency": [
|
| 667 |
+
[
|
| 668 |
+
"dvc/dependency/repo.py",
|
| 669 |
+
[
|
| 670 |
+
"RepoDependency"
|
| 671 |
+
]
|
| 672 |
+
]
|
| 673 |
+
],
|
| 674 |
+
"S3Dependency": [
|
| 675 |
+
[
|
| 676 |
+
"dvc/dependency/s3.py",
|
| 677 |
+
[
|
| 678 |
+
"S3Dependency"
|
| 679 |
+
]
|
| 680 |
+
]
|
| 681 |
+
],
|
| 682 |
+
"SSHDependency": [
|
| 683 |
+
[
|
| 684 |
+
"dvc/dependency/ssh.py",
|
| 685 |
+
[
|
| 686 |
+
"SSHDependency"
|
| 687 |
+
]
|
| 688 |
+
]
|
| 689 |
+
],
|
| 690 |
+
"LockfileCorruptedError": [
|
| 691 |
+
[
|
| 692 |
+
"dvc/dvcfile.py",
|
| 693 |
+
[
|
| 694 |
+
"LockfileCorruptedError"
|
| 695 |
+
]
|
| 696 |
+
]
|
| 697 |
+
],
|
| 698 |
+
"FileMixin": [
|
| 699 |
+
[
|
| 700 |
+
"dvc/dvcfile.py",
|
| 701 |
+
[
|
| 702 |
+
"FileMixin"
|
| 703 |
+
]
|
| 704 |
+
]
|
| 705 |
+
],
|
| 706 |
+
"SingleStageFile": [
|
| 707 |
+
[
|
| 708 |
+
"dvc/dvcfile.py",
|
| 709 |
+
[
|
| 710 |
+
"SingleStageFile"
|
| 711 |
+
]
|
| 712 |
+
]
|
| 713 |
+
],
|
| 714 |
+
"PipelineFile": [
|
| 715 |
+
[
|
| 716 |
+
"dvc/dvcfile.py",
|
| 717 |
+
[
|
| 718 |
+
"PipelineFile"
|
| 719 |
+
]
|
| 720 |
+
]
|
| 721 |
+
],
|
| 722 |
+
"Lockfile": [
|
| 723 |
+
[
|
| 724 |
+
"dvc/dvcfile.py",
|
| 725 |
+
[
|
| 726 |
+
"Lockfile"
|
| 727 |
+
]
|
| 728 |
+
]
|
| 729 |
+
],
|
| 730 |
+
"Dvcfile": [
|
| 731 |
+
[
|
| 732 |
+
"dvc/dvcfile.py",
|
| 733 |
+
[
|
| 734 |
+
"Dvcfile"
|
| 735 |
+
]
|
| 736 |
+
]
|
| 737 |
+
],
|
| 738 |
+
"DvcException": [
|
| 739 |
+
[
|
| 740 |
+
"dvc/exceptions.py",
|
| 741 |
+
[
|
| 742 |
+
"DvcException"
|
| 743 |
+
]
|
| 744 |
+
]
|
| 745 |
+
],
|
| 746 |
+
"InvalidArgumentError": [
|
| 747 |
+
[
|
| 748 |
+
"dvc/exceptions.py",
|
| 749 |
+
[
|
| 750 |
+
"InvalidArgumentError"
|
| 751 |
+
]
|
| 752 |
+
]
|
| 753 |
+
],
|
| 754 |
+
"OutputDuplicationError": [
|
| 755 |
+
[
|
| 756 |
+
"dvc/exceptions.py",
|
| 757 |
+
[
|
| 758 |
+
"OutputDuplicationError"
|
| 759 |
+
]
|
| 760 |
+
]
|
| 761 |
+
],
|
| 762 |
+
"OutputNotFoundError": [
|
| 763 |
+
[
|
| 764 |
+
"dvc/exceptions.py",
|
| 765 |
+
[
|
| 766 |
+
"OutputNotFoundError"
|
| 767 |
+
]
|
| 768 |
+
]
|
| 769 |
+
],
|
| 770 |
+
"StagePathAsOutputError": [
|
| 771 |
+
[
|
| 772 |
+
"dvc/exceptions.py",
|
| 773 |
+
[
|
| 774 |
+
"StagePathAsOutputError"
|
| 775 |
+
]
|
| 776 |
+
]
|
| 777 |
+
],
|
| 778 |
+
"CircularDependencyError": [
|
| 779 |
+
[
|
| 780 |
+
"dvc/exceptions.py",
|
| 781 |
+
[
|
| 782 |
+
"CircularDependencyError"
|
| 783 |
+
]
|
| 784 |
+
]
|
| 785 |
+
],
|
| 786 |
+
"ArgumentDuplicationError": [
|
| 787 |
+
[
|
| 788 |
+
"dvc/exceptions.py",
|
| 789 |
+
[
|
| 790 |
+
"ArgumentDuplicationError"
|
| 791 |
+
]
|
| 792 |
+
]
|
| 793 |
+
],
|
| 794 |
+
"MoveNotDataSourceError": [
|
| 795 |
+
[
|
| 796 |
+
"dvc/exceptions.py",
|
| 797 |
+
[
|
| 798 |
+
"MoveNotDataSourceError"
|
| 799 |
+
]
|
| 800 |
+
]
|
| 801 |
+
],
|
| 802 |
+
"NotDvcRepoError": [
|
| 803 |
+
[
|
| 804 |
+
"dvc/exceptions.py",
|
| 805 |
+
[
|
| 806 |
+
"NotDvcRepoError"
|
| 807 |
+
]
|
| 808 |
+
]
|
| 809 |
+
],
|
| 810 |
+
"DvcParserError": [
|
| 811 |
+
[
|
| 812 |
+
"dvc/exceptions.py",
|
| 813 |
+
[
|
| 814 |
+
"DvcParserError"
|
| 815 |
+
]
|
| 816 |
+
]
|
| 817 |
+
],
|
| 818 |
+
"CyclicGraphError": [
|
| 819 |
+
[
|
| 820 |
+
"dvc/exceptions.py",
|
| 821 |
+
[
|
| 822 |
+
"CyclicGraphError"
|
| 823 |
+
]
|
| 824 |
+
]
|
| 825 |
+
],
|
| 826 |
+
"ConfirmRemoveError": [
|
| 827 |
+
[
|
| 828 |
+
"dvc/exceptions.py",
|
| 829 |
+
[
|
| 830 |
+
"ConfirmRemoveError"
|
| 831 |
+
]
|
| 832 |
+
]
|
| 833 |
+
],
|
| 834 |
+
"InitError": [
|
| 835 |
+
[
|
| 836 |
+
"dvc/exceptions.py",
|
| 837 |
+
[
|
| 838 |
+
"InitError"
|
| 839 |
+
]
|
| 840 |
+
]
|
| 841 |
+
],
|
| 842 |
+
"ReproductionError": [
|
| 843 |
+
[
|
| 844 |
+
"dvc/exceptions.py",
|
| 845 |
+
[
|
| 846 |
+
"ReproductionError"
|
| 847 |
+
]
|
| 848 |
+
]
|
| 849 |
+
],
|
| 850 |
+
"BadMetricError": [
|
| 851 |
+
[
|
| 852 |
+
"dvc/exceptions.py",
|
| 853 |
+
[
|
| 854 |
+
"BadMetricError"
|
| 855 |
+
]
|
| 856 |
+
]
|
| 857 |
+
],
|
| 858 |
+
"NoMetricsError": [
|
| 859 |
+
[
|
| 860 |
+
"dvc/exceptions.py",
|
| 861 |
+
[
|
| 862 |
+
"NoMetricsError"
|
| 863 |
+
]
|
| 864 |
+
]
|
| 865 |
+
],
|
| 866 |
+
"StageFileCorruptedError": [
|
| 867 |
+
[
|
| 868 |
+
"dvc/exceptions.py",
|
| 869 |
+
[
|
| 870 |
+
"StageFileCorruptedError"
|
| 871 |
+
]
|
| 872 |
+
]
|
| 873 |
+
],
|
| 874 |
+
"RecursiveAddingWhileUsingFilename": [
|
| 875 |
+
[
|
| 876 |
+
"dvc/exceptions.py",
|
| 877 |
+
[
|
| 878 |
+
"RecursiveAddingWhileUsingFilename"
|
| 879 |
+
]
|
| 880 |
+
]
|
| 881 |
+
],
|
| 882 |
+
"OverlappingOutputPathsError": [
|
| 883 |
+
[
|
| 884 |
+
"dvc/exceptions.py",
|
| 885 |
+
[
|
| 886 |
+
"OverlappingOutputPathsError"
|
| 887 |
+
]
|
| 888 |
+
]
|
| 889 |
+
],
|
| 890 |
+
"CheckoutErrorSuggestGit": [
|
| 891 |
+
[
|
| 892 |
+
"dvc/exceptions.py",
|
| 893 |
+
[
|
| 894 |
+
"CheckoutErrorSuggestGit"
|
| 895 |
+
]
|
| 896 |
+
]
|
| 897 |
+
],
|
| 898 |
+
"ETagMismatchError": [
|
| 899 |
+
[
|
| 900 |
+
"dvc/exceptions.py",
|
| 901 |
+
[
|
| 902 |
+
"ETagMismatchError"
|
| 903 |
+
]
|
| 904 |
+
]
|
| 905 |
+
],
|
| 906 |
+
"FileMissingError": [
|
| 907 |
+
[
|
| 908 |
+
"dvc/exceptions.py",
|
| 909 |
+
[
|
| 910 |
+
"FileMissingError"
|
| 911 |
+
]
|
| 912 |
+
]
|
| 913 |
+
],
|
| 914 |
+
"DvcIgnoreInCollectedDirError": [
|
| 915 |
+
[
|
| 916 |
+
"dvc/exceptions.py",
|
| 917 |
+
[
|
| 918 |
+
"DvcIgnoreInCollectedDirError"
|
| 919 |
+
]
|
| 920 |
+
]
|
| 921 |
+
],
|
| 922 |
+
"GitHookAlreadyExistsError": [
|
| 923 |
+
[
|
| 924 |
+
"dvc/exceptions.py",
|
| 925 |
+
[
|
| 926 |
+
"GitHookAlreadyExistsError"
|
| 927 |
+
]
|
| 928 |
+
]
|
| 929 |
+
],
|
| 930 |
+
"DownloadError": [
|
| 931 |
+
[
|
| 932 |
+
"dvc/exceptions.py",
|
| 933 |
+
[
|
| 934 |
+
"DownloadError"
|
| 935 |
+
]
|
| 936 |
+
]
|
| 937 |
+
],
|
| 938 |
+
"UploadError": [
|
| 939 |
+
[
|
| 940 |
+
"dvc/exceptions.py",
|
| 941 |
+
[
|
| 942 |
+
"UploadError"
|
| 943 |
+
]
|
| 944 |
+
]
|
| 945 |
+
],
|
| 946 |
+
"CheckoutError": [
|
| 947 |
+
[
|
| 948 |
+
"dvc/exceptions.py",
|
| 949 |
+
[
|
| 950 |
+
"CheckoutError"
|
| 951 |
+
]
|
| 952 |
+
]
|
| 953 |
+
],
|
| 954 |
+
"CollectCacheError": [
|
| 955 |
+
[
|
| 956 |
+
"dvc/exceptions.py",
|
| 957 |
+
[
|
| 958 |
+
"CollectCacheError"
|
| 959 |
+
]
|
| 960 |
+
]
|
| 961 |
+
],
|
| 962 |
+
"NoRemoteInExternalRepoError": [
|
| 963 |
+
[
|
| 964 |
+
"dvc/exceptions.py",
|
| 965 |
+
[
|
| 966 |
+
"NoRemoteInExternalRepoError"
|
| 967 |
+
]
|
| 968 |
+
]
|
| 969 |
+
],
|
| 970 |
+
"NoOutputInExternalRepoError": [
|
| 971 |
+
[
|
| 972 |
+
"dvc/exceptions.py",
|
| 973 |
+
[
|
| 974 |
+
"NoOutputInExternalRepoError"
|
| 975 |
+
]
|
| 976 |
+
]
|
| 977 |
+
],
|
| 978 |
+
"HTTPError": [
|
| 979 |
+
[
|
| 980 |
+
"dvc/exceptions.py",
|
| 981 |
+
[
|
| 982 |
+
"HTTPError"
|
| 983 |
+
]
|
| 984 |
+
]
|
| 985 |
+
],
|
| 986 |
+
"PathMissingError": [
|
| 987 |
+
[
|
| 988 |
+
"dvc/exceptions.py",
|
| 989 |
+
[
|
| 990 |
+
"PathMissingError"
|
| 991 |
+
]
|
| 992 |
+
]
|
| 993 |
+
],
|
| 994 |
+
"RemoteCacheRequiredError": [
|
| 995 |
+
[
|
| 996 |
+
"dvc/exceptions.py",
|
| 997 |
+
[
|
| 998 |
+
"RemoteCacheRequiredError"
|
| 999 |
+
]
|
| 1000 |
+
]
|
| 1001 |
+
],
|
| 1002 |
+
"IsADirectoryError": [
|
| 1003 |
+
[
|
| 1004 |
+
"dvc/exceptions.py",
|
| 1005 |
+
[
|
| 1006 |
+
"IsADirectoryError"
|
| 1007 |
+
]
|
| 1008 |
+
]
|
| 1009 |
+
],
|
| 1010 |
+
"ExternalRepo": [
|
| 1011 |
+
[
|
| 1012 |
+
"dvc/external_repo.py",
|
| 1013 |
+
[
|
| 1014 |
+
"ExternalRepo"
|
| 1015 |
+
]
|
| 1016 |
+
]
|
| 1017 |
+
],
|
| 1018 |
+
"ExternalGitRepo": [
|
| 1019 |
+
[
|
| 1020 |
+
"dvc/external_repo.py",
|
| 1021 |
+
[
|
| 1022 |
+
"ExternalGitRepo"
|
| 1023 |
+
]
|
| 1024 |
+
]
|
| 1025 |
+
],
|
| 1026 |
+
"DvcIgnore": [
|
| 1027 |
+
[
|
| 1028 |
+
"dvc/ignore.py",
|
| 1029 |
+
[
|
| 1030 |
+
"DvcIgnore"
|
| 1031 |
+
]
|
| 1032 |
+
]
|
| 1033 |
+
],
|
| 1034 |
+
"DvcIgnorePatterns": [
|
| 1035 |
+
[
|
| 1036 |
+
"dvc/ignore.py",
|
| 1037 |
+
[
|
| 1038 |
+
"DvcIgnorePatterns"
|
| 1039 |
+
]
|
| 1040 |
+
]
|
| 1041 |
+
],
|
| 1042 |
+
"DvcIgnoreDirs": [
|
| 1043 |
+
[
|
| 1044 |
+
"dvc/ignore.py",
|
| 1045 |
+
[
|
| 1046 |
+
"DvcIgnoreDirs"
|
| 1047 |
+
]
|
| 1048 |
+
]
|
| 1049 |
+
],
|
| 1050 |
+
"DvcIgnoreRepo": [
|
| 1051 |
+
[
|
| 1052 |
+
"dvc/ignore.py",
|
| 1053 |
+
[
|
| 1054 |
+
"DvcIgnoreRepo"
|
| 1055 |
+
]
|
| 1056 |
+
]
|
| 1057 |
+
],
|
| 1058 |
+
"DvcIgnoreFilter": [
|
| 1059 |
+
[
|
| 1060 |
+
"dvc/ignore.py",
|
| 1061 |
+
[
|
| 1062 |
+
"DvcIgnoreFilter"
|
| 1063 |
+
]
|
| 1064 |
+
]
|
| 1065 |
+
],
|
| 1066 |
+
"CleanTree": [
|
| 1067 |
+
[
|
| 1068 |
+
"dvc/ignore.py",
|
| 1069 |
+
[
|
| 1070 |
+
"CleanTree"
|
| 1071 |
+
]
|
| 1072 |
+
]
|
| 1073 |
+
],
|
| 1074 |
+
"LockError": [
|
| 1075 |
+
[
|
| 1076 |
+
"dvc/lock.py",
|
| 1077 |
+
[
|
| 1078 |
+
"LockError"
|
| 1079 |
+
]
|
| 1080 |
+
]
|
| 1081 |
+
],
|
| 1082 |
+
"Lock": [
|
| 1083 |
+
[
|
| 1084 |
+
"dvc/lock.py",
|
| 1085 |
+
[
|
| 1086 |
+
"Lock"
|
| 1087 |
+
]
|
| 1088 |
+
]
|
| 1089 |
+
],
|
| 1090 |
+
"HardlinkLock": [
|
| 1091 |
+
[
|
| 1092 |
+
"dvc/lock.py",
|
| 1093 |
+
[
|
| 1094 |
+
"HardlinkLock"
|
| 1095 |
+
]
|
| 1096 |
+
]
|
| 1097 |
+
],
|
| 1098 |
+
"LoggingException": [
|
| 1099 |
+
[
|
| 1100 |
+
"dvc/logger.py",
|
| 1101 |
+
[
|
| 1102 |
+
"LoggingException"
|
| 1103 |
+
]
|
| 1104 |
+
]
|
| 1105 |
+
],
|
| 1106 |
+
"ExcludeErrorsFilter": [
|
| 1107 |
+
[
|
| 1108 |
+
"dvc/logger.py",
|
| 1109 |
+
[
|
| 1110 |
+
"ExcludeErrorsFilter"
|
| 1111 |
+
]
|
| 1112 |
+
]
|
| 1113 |
+
],
|
| 1114 |
+
"ExcludeInfoFilter": [
|
| 1115 |
+
[
|
| 1116 |
+
"dvc/logger.py",
|
| 1117 |
+
[
|
| 1118 |
+
"ExcludeInfoFilter"
|
| 1119 |
+
]
|
| 1120 |
+
]
|
| 1121 |
+
],
|
| 1122 |
+
"ColorFormatter": [
|
| 1123 |
+
[
|
| 1124 |
+
"dvc/logger.py",
|
| 1125 |
+
[
|
| 1126 |
+
"ColorFormatter"
|
| 1127 |
+
]
|
| 1128 |
+
]
|
| 1129 |
+
],
|
| 1130 |
+
"LoggerHandler": [
|
| 1131 |
+
[
|
| 1132 |
+
"dvc/logger.py",
|
| 1133 |
+
[
|
| 1134 |
+
"LoggerHandler"
|
| 1135 |
+
]
|
| 1136 |
+
]
|
| 1137 |
+
],
|
| 1138 |
+
"OutputDoesNotExistError": [
|
| 1139 |
+
[
|
| 1140 |
+
"dvc/output/base.py",
|
| 1141 |
+
[
|
| 1142 |
+
"OutputDoesNotExistError"
|
| 1143 |
+
]
|
| 1144 |
+
]
|
| 1145 |
+
],
|
| 1146 |
+
"OutputIsNotFileOrDirError": [
|
| 1147 |
+
[
|
| 1148 |
+
"dvc/output/base.py",
|
| 1149 |
+
[
|
| 1150 |
+
"OutputIsNotFileOrDirError"
|
| 1151 |
+
]
|
| 1152 |
+
]
|
| 1153 |
+
],
|
| 1154 |
+
"OutputAlreadyTrackedError": [
|
| 1155 |
+
[
|
| 1156 |
+
"dvc/output/base.py",
|
| 1157 |
+
[
|
| 1158 |
+
"OutputAlreadyTrackedError"
|
| 1159 |
+
]
|
| 1160 |
+
]
|
| 1161 |
+
],
|
| 1162 |
+
"OutputIsStageFileError": [
|
| 1163 |
+
[
|
| 1164 |
+
"dvc/output/base.py",
|
| 1165 |
+
[
|
| 1166 |
+
"OutputIsStageFileError"
|
| 1167 |
+
]
|
| 1168 |
+
]
|
| 1169 |
+
],
|
| 1170 |
+
"BaseOutput": [
|
| 1171 |
+
[
|
| 1172 |
+
"dvc/output/base.py",
|
| 1173 |
+
[
|
| 1174 |
+
"BaseOutput"
|
| 1175 |
+
]
|
| 1176 |
+
]
|
| 1177 |
+
],
|
| 1178 |
+
"GSOutput": [
|
| 1179 |
+
[
|
| 1180 |
+
"dvc/output/gs.py",
|
| 1181 |
+
[
|
| 1182 |
+
"GSOutput"
|
| 1183 |
+
]
|
| 1184 |
+
]
|
| 1185 |
+
],
|
| 1186 |
+
"HDFSOutput": [
|
| 1187 |
+
[
|
| 1188 |
+
"dvc/output/hdfs.py",
|
| 1189 |
+
[
|
| 1190 |
+
"HDFSOutput"
|
| 1191 |
+
]
|
| 1192 |
+
]
|
| 1193 |
+
],
|
| 1194 |
+
"LocalOutput": [
|
| 1195 |
+
[
|
| 1196 |
+
"dvc/output/local.py",
|
| 1197 |
+
[
|
| 1198 |
+
"LocalOutput"
|
| 1199 |
+
]
|
| 1200 |
+
]
|
| 1201 |
+
],
|
| 1202 |
+
"S3Output": [
|
| 1203 |
+
[
|
| 1204 |
+
"dvc/output/s3.py",
|
| 1205 |
+
[
|
| 1206 |
+
"S3Output"
|
| 1207 |
+
]
|
| 1208 |
+
]
|
| 1209 |
+
],
|
| 1210 |
+
"SSHOutput": [
|
| 1211 |
+
[
|
| 1212 |
+
"dvc/output/ssh.py",
|
| 1213 |
+
[
|
| 1214 |
+
"SSHOutput"
|
| 1215 |
+
]
|
| 1216 |
+
]
|
| 1217 |
+
],
|
| 1218 |
+
"_BasePath": [
|
| 1219 |
+
[
|
| 1220 |
+
"dvc/path_info.py",
|
| 1221 |
+
[
|
| 1222 |
+
"_BasePath"
|
| 1223 |
+
]
|
| 1224 |
+
]
|
| 1225 |
+
],
|
| 1226 |
+
"PathInfo": [
|
| 1227 |
+
[
|
| 1228 |
+
"dvc/path_info.py",
|
| 1229 |
+
[
|
| 1230 |
+
"PathInfo"
|
| 1231 |
+
]
|
| 1232 |
+
]
|
| 1233 |
+
],
|
| 1234 |
+
"WindowsPathInfo": [
|
| 1235 |
+
[
|
| 1236 |
+
"dvc/path_info.py",
|
| 1237 |
+
[
|
| 1238 |
+
"WindowsPathInfo"
|
| 1239 |
+
]
|
| 1240 |
+
]
|
| 1241 |
+
],
|
| 1242 |
+
"PosixPathInfo": [
|
| 1243 |
+
[
|
| 1244 |
+
"dvc/path_info.py",
|
| 1245 |
+
[
|
| 1246 |
+
"PosixPathInfo"
|
| 1247 |
+
]
|
| 1248 |
+
]
|
| 1249 |
+
],
|
| 1250 |
+
"_URLPathInfo": [
|
| 1251 |
+
[
|
| 1252 |
+
"dvc/path_info.py",
|
| 1253 |
+
[
|
| 1254 |
+
"_URLPathInfo"
|
| 1255 |
+
]
|
| 1256 |
+
]
|
| 1257 |
+
],
|
| 1258 |
+
"_URLPathParents": [
|
| 1259 |
+
[
|
| 1260 |
+
"dvc/path_info.py",
|
| 1261 |
+
[
|
| 1262 |
+
"_URLPathParents"
|
| 1263 |
+
]
|
| 1264 |
+
]
|
| 1265 |
+
],
|
| 1266 |
+
"URLInfo": [
|
| 1267 |
+
[
|
| 1268 |
+
"dvc/path_info.py",
|
| 1269 |
+
[
|
| 1270 |
+
"URLInfo"
|
| 1271 |
+
]
|
| 1272 |
+
]
|
| 1273 |
+
],
|
| 1274 |
+
"CloudURLInfo": [
|
| 1275 |
+
[
|
| 1276 |
+
"dvc/path_info.py",
|
| 1277 |
+
[
|
| 1278 |
+
"CloudURLInfo"
|
| 1279 |
+
]
|
| 1280 |
+
]
|
| 1281 |
+
],
|
| 1282 |
+
"HTTPURLInfo": [
|
| 1283 |
+
[
|
| 1284 |
+
"dvc/path_info.py",
|
| 1285 |
+
[
|
| 1286 |
+
"HTTPURLInfo"
|
| 1287 |
+
]
|
| 1288 |
+
]
|
| 1289 |
+
],
|
| 1290 |
+
"Tqdm": [
|
| 1291 |
+
[
|
| 1292 |
+
"dvc/progress.py",
|
| 1293 |
+
[
|
| 1294 |
+
"Tqdm"
|
| 1295 |
+
]
|
| 1296 |
+
]
|
| 1297 |
+
],
|
| 1298 |
+
"AzureRemote": [
|
| 1299 |
+
[
|
| 1300 |
+
"dvc/remote/azure.py",
|
| 1301 |
+
[
|
| 1302 |
+
"AzureRemote"
|
| 1303 |
+
]
|
| 1304 |
+
]
|
| 1305 |
+
],
|
| 1306 |
+
"RemoteCmdError": [
|
| 1307 |
+
[
|
| 1308 |
+
"dvc/remote/base.py",
|
| 1309 |
+
[
|
| 1310 |
+
"RemoteCmdError"
|
| 1311 |
+
]
|
| 1312 |
+
]
|
| 1313 |
+
],
|
| 1314 |
+
"RemoteActionNotImplemented": [
|
| 1315 |
+
[
|
| 1316 |
+
"dvc/remote/base.py",
|
| 1317 |
+
[
|
| 1318 |
+
"RemoteActionNotImplemented"
|
| 1319 |
+
]
|
| 1320 |
+
]
|
| 1321 |
+
],
|
| 1322 |
+
"RemoteMissingDepsError": [
|
| 1323 |
+
[
|
| 1324 |
+
"dvc/remote/base.py",
|
| 1325 |
+
[
|
| 1326 |
+
"RemoteMissingDepsError"
|
| 1327 |
+
]
|
| 1328 |
+
]
|
| 1329 |
+
],
|
| 1330 |
+
"DirCacheError": [
|
| 1331 |
+
[
|
| 1332 |
+
"dvc/remote/base.py",
|
| 1333 |
+
[
|
| 1334 |
+
"DirCacheError"
|
| 1335 |
+
]
|
| 1336 |
+
]
|
| 1337 |
+
],
|
| 1338 |
+
"BaseRemote": [
|
| 1339 |
+
[
|
| 1340 |
+
"dvc/remote/base.py",
|
| 1341 |
+
[
|
| 1342 |
+
"BaseRemote"
|
| 1343 |
+
]
|
| 1344 |
+
]
|
| 1345 |
+
],
|
| 1346 |
+
"GDrivePathNotFound": [
|
| 1347 |
+
[
|
| 1348 |
+
"dvc/remote/gdrive.py",
|
| 1349 |
+
[
|
| 1350 |
+
"GDrivePathNotFound"
|
| 1351 |
+
]
|
| 1352 |
+
]
|
| 1353 |
+
],
|
| 1354 |
+
"GDriveAuthError": [
|
| 1355 |
+
[
|
| 1356 |
+
"dvc/remote/gdrive.py",
|
| 1357 |
+
[
|
| 1358 |
+
"GDriveAuthError"
|
| 1359 |
+
]
|
| 1360 |
+
]
|
| 1361 |
+
],
|
| 1362 |
+
"GDriveURLInfo": [
|
| 1363 |
+
[
|
| 1364 |
+
"dvc/remote/gdrive.py",
|
| 1365 |
+
[
|
| 1366 |
+
"GDriveURLInfo"
|
| 1367 |
+
]
|
| 1368 |
+
]
|
| 1369 |
+
],
|
| 1370 |
+
"GDriveRemote": [
|
| 1371 |
+
[
|
| 1372 |
+
"dvc/remote/gdrive.py",
|
| 1373 |
+
[
|
| 1374 |
+
"GDriveRemote"
|
| 1375 |
+
]
|
| 1376 |
+
]
|
| 1377 |
+
],
|
| 1378 |
+
"GSRemote": [
|
| 1379 |
+
[
|
| 1380 |
+
"dvc/remote/gs.py",
|
| 1381 |
+
[
|
| 1382 |
+
"GSRemote"
|
| 1383 |
+
]
|
| 1384 |
+
]
|
| 1385 |
+
],
|
| 1386 |
+
"HDFSRemote": [
|
| 1387 |
+
[
|
| 1388 |
+
"dvc/remote/hdfs.py",
|
| 1389 |
+
[
|
| 1390 |
+
"HDFSRemote"
|
| 1391 |
+
]
|
| 1392 |
+
]
|
| 1393 |
+
],
|
| 1394 |
+
"HTTPRemote": [
|
| 1395 |
+
[
|
| 1396 |
+
"dvc/remote/http.py",
|
| 1397 |
+
[
|
| 1398 |
+
"HTTPRemote"
|
| 1399 |
+
]
|
| 1400 |
+
]
|
| 1401 |
+
],
|
| 1402 |
+
"HTTPSRemote": [
|
| 1403 |
+
[
|
| 1404 |
+
"dvc/remote/https.py",
|
| 1405 |
+
[
|
| 1406 |
+
"HTTPSRemote"
|
| 1407 |
+
]
|
| 1408 |
+
]
|
| 1409 |
+
],
|
| 1410 |
+
"RemoteIndexNoop": [
|
| 1411 |
+
[
|
| 1412 |
+
"dvc/remote/index.py",
|
| 1413 |
+
[
|
| 1414 |
+
"RemoteIndexNoop"
|
| 1415 |
+
]
|
| 1416 |
+
]
|
| 1417 |
+
],
|
| 1418 |
+
"RemoteIndex": [
|
| 1419 |
+
[
|
| 1420 |
+
"dvc/remote/index.py",
|
| 1421 |
+
[
|
| 1422 |
+
"RemoteIndex"
|
| 1423 |
+
]
|
| 1424 |
+
]
|
| 1425 |
+
],
|
| 1426 |
+
"LocalRemote": [
|
| 1427 |
+
[
|
| 1428 |
+
"dvc/remote/local.py",
|
| 1429 |
+
[
|
| 1430 |
+
"LocalRemote"
|
| 1431 |
+
]
|
| 1432 |
+
]
|
| 1433 |
+
],
|
| 1434 |
+
"OSSRemote": [
|
| 1435 |
+
[
|
| 1436 |
+
"dvc/remote/oss.py",
|
| 1437 |
+
[
|
| 1438 |
+
"OSSRemote"
|
| 1439 |
+
]
|
| 1440 |
+
]
|
| 1441 |
+
],
|
| 1442 |
+
"Pool": [
|
| 1443 |
+
[
|
| 1444 |
+
"dvc/remote/pool.py",
|
| 1445 |
+
[
|
| 1446 |
+
"Pool"
|
| 1447 |
+
]
|
| 1448 |
+
]
|
| 1449 |
+
],
|
| 1450 |
+
"S3Remote": [
|
| 1451 |
+
[
|
| 1452 |
+
"dvc/remote/s3.py",
|
| 1453 |
+
[
|
| 1454 |
+
"S3Remote"
|
| 1455 |
+
]
|
| 1456 |
+
]
|
| 1457 |
+
],
|
| 1458 |
+
"SSHRemote": [
|
| 1459 |
+
[
|
| 1460 |
+
"dvc/remote/ssh/__init__.py",
|
| 1461 |
+
[
|
| 1462 |
+
"SSHRemote"
|
| 1463 |
+
]
|
| 1464 |
+
]
|
| 1465 |
+
],
|
| 1466 |
+
"SSHConnection": [
|
| 1467 |
+
[
|
| 1468 |
+
"dvc/remote/ssh/connection.py",
|
| 1469 |
+
[
|
| 1470 |
+
"SSHConnection"
|
| 1471 |
+
]
|
| 1472 |
+
]
|
| 1473 |
+
],
|
| 1474 |
+
"Repo": [
|
| 1475 |
+
[
|
| 1476 |
+
"dvc/repo/__init__.py",
|
| 1477 |
+
[
|
| 1478 |
+
"Repo"
|
| 1479 |
+
]
|
| 1480 |
+
]
|
| 1481 |
+
],
|
| 1482 |
+
"GetDVCFileError": [
|
| 1483 |
+
[
|
| 1484 |
+
"dvc/repo/get.py",
|
| 1485 |
+
[
|
| 1486 |
+
"GetDVCFileError"
|
| 1487 |
+
]
|
| 1488 |
+
]
|
| 1489 |
+
],
|
| 1490 |
+
"Metrics": [
|
| 1491 |
+
[
|
| 1492 |
+
"dvc/repo/metrics/__init__.py",
|
| 1493 |
+
[
|
| 1494 |
+
"Metrics"
|
| 1495 |
+
]
|
| 1496 |
+
]
|
| 1497 |
+
],
|
| 1498 |
+
"Params": [
|
| 1499 |
+
[
|
| 1500 |
+
"dvc/repo/params/__init__.py",
|
| 1501 |
+
[
|
| 1502 |
+
"Params"
|
| 1503 |
+
]
|
| 1504 |
+
]
|
| 1505 |
+
],
|
| 1506 |
+
"NoParamsError": [
|
| 1507 |
+
[
|
| 1508 |
+
"dvc/repo/params/show.py",
|
| 1509 |
+
[
|
| 1510 |
+
"NoParamsError"
|
| 1511 |
+
]
|
| 1512 |
+
]
|
| 1513 |
+
],
|
| 1514 |
+
"TooManyDataSourcesError": [
|
| 1515 |
+
[
|
| 1516 |
+
"dvc/repo/plot/__init__.py",
|
| 1517 |
+
[
|
| 1518 |
+
"TooManyDataSourcesError"
|
| 1519 |
+
]
|
| 1520 |
+
]
|
| 1521 |
+
],
|
| 1522 |
+
"NoDataOrTemplateProvided": [
|
| 1523 |
+
[
|
| 1524 |
+
"dvc/repo/plot/__init__.py",
|
| 1525 |
+
[
|
| 1526 |
+
"NoDataOrTemplateProvided"
|
| 1527 |
+
]
|
| 1528 |
+
]
|
| 1529 |
+
],
|
| 1530 |
+
"PlotMetricTypeError": [
|
| 1531 |
+
[
|
| 1532 |
+
"dvc/repo/plot/data.py",
|
| 1533 |
+
[
|
| 1534 |
+
"PlotMetricTypeError"
|
| 1535 |
+
]
|
| 1536 |
+
]
|
| 1537 |
+
],
|
| 1538 |
+
"PlotDataStructureError": [
|
| 1539 |
+
[
|
| 1540 |
+
"dvc/repo/plot/data.py",
|
| 1541 |
+
[
|
| 1542 |
+
"PlotDataStructureError"
|
| 1543 |
+
]
|
| 1544 |
+
]
|
| 1545 |
+
],
|
| 1546 |
+
"JsonParsingError": [
|
| 1547 |
+
[
|
| 1548 |
+
"dvc/repo/plot/data.py",
|
| 1549 |
+
[
|
| 1550 |
+
"JsonParsingError"
|
| 1551 |
+
]
|
| 1552 |
+
]
|
| 1553 |
+
],
|
| 1554 |
+
"NoMetricOnRevisionError": [
|
| 1555 |
+
[
|
| 1556 |
+
"dvc/repo/plot/data.py",
|
| 1557 |
+
[
|
| 1558 |
+
"NoMetricOnRevisionError"
|
| 1559 |
+
]
|
| 1560 |
+
]
|
| 1561 |
+
],
|
| 1562 |
+
"NoMetricInHistoryError": [
|
| 1563 |
+
[
|
| 1564 |
+
"dvc/repo/plot/data.py",
|
| 1565 |
+
[
|
| 1566 |
+
"NoMetricInHistoryError"
|
| 1567 |
+
]
|
| 1568 |
+
]
|
| 1569 |
+
],
|
| 1570 |
+
"PlotData": [
|
| 1571 |
+
[
|
| 1572 |
+
"dvc/repo/plot/data.py",
|
| 1573 |
+
[
|
| 1574 |
+
"PlotData"
|
| 1575 |
+
]
|
| 1576 |
+
]
|
| 1577 |
+
],
|
| 1578 |
+
"JSONPlotData": [
|
| 1579 |
+
[
|
| 1580 |
+
"dvc/repo/plot/data.py",
|
| 1581 |
+
[
|
| 1582 |
+
"JSONPlotData"
|
| 1583 |
+
]
|
| 1584 |
+
]
|
| 1585 |
+
],
|
| 1586 |
+
"CSVPlotData": [
|
| 1587 |
+
[
|
| 1588 |
+
"dvc/repo/plot/data.py",
|
| 1589 |
+
[
|
| 1590 |
+
"CSVPlotData"
|
| 1591 |
+
]
|
| 1592 |
+
]
|
| 1593 |
+
],
|
| 1594 |
+
"OrderedLoader": [
|
| 1595 |
+
[
|
| 1596 |
+
"dvc/repo/plot/data.py",
|
| 1597 |
+
[
|
| 1598 |
+
"YAMLPlotData",
|
| 1599 |
+
"raw",
|
| 1600 |
+
"OrderedLoader"
|
| 1601 |
+
]
|
| 1602 |
+
]
|
| 1603 |
+
],
|
| 1604 |
+
"YAMLPlotData": [
|
| 1605 |
+
[
|
| 1606 |
+
"dvc/repo/plot/data.py",
|
| 1607 |
+
[
|
| 1608 |
+
"YAMLPlotData"
|
| 1609 |
+
]
|
| 1610 |
+
]
|
| 1611 |
+
],
|
| 1612 |
+
"TemplateNotFoundError": [
|
| 1613 |
+
[
|
| 1614 |
+
"dvc/repo/plot/template.py",
|
| 1615 |
+
[
|
| 1616 |
+
"TemplateNotFoundError"
|
| 1617 |
+
]
|
| 1618 |
+
]
|
| 1619 |
+
],
|
| 1620 |
+
"NoDataForTemplateError": [
|
| 1621 |
+
[
|
| 1622 |
+
"dvc/repo/plot/template.py",
|
| 1623 |
+
[
|
| 1624 |
+
"NoDataForTemplateError"
|
| 1625 |
+
]
|
| 1626 |
+
]
|
| 1627 |
+
],
|
| 1628 |
+
"NoFieldInDataError": [
|
| 1629 |
+
[
|
| 1630 |
+
"dvc/repo/plot/template.py",
|
| 1631 |
+
[
|
| 1632 |
+
"NoFieldInDataError"
|
| 1633 |
+
]
|
| 1634 |
+
]
|
| 1635 |
+
],
|
| 1636 |
+
"Template": [
|
| 1637 |
+
[
|
| 1638 |
+
"dvc/repo/plot/template.py",
|
| 1639 |
+
[
|
| 1640 |
+
"Template"
|
| 1641 |
+
]
|
| 1642 |
+
]
|
| 1643 |
+
],
|
| 1644 |
+
"DefaultLinearTemplate": [
|
| 1645 |
+
[
|
| 1646 |
+
"dvc/repo/plot/template.py",
|
| 1647 |
+
[
|
| 1648 |
+
"DefaultLinearTemplate"
|
| 1649 |
+
]
|
| 1650 |
+
]
|
| 1651 |
+
],
|
| 1652 |
+
"DefaultConfusionTemplate": [
|
| 1653 |
+
[
|
| 1654 |
+
"dvc/repo/plot/template.py",
|
| 1655 |
+
[
|
| 1656 |
+
"DefaultConfusionTemplate"
|
| 1657 |
+
]
|
| 1658 |
+
]
|
| 1659 |
+
],
|
| 1660 |
+
"DefaultScatterTemplate": [
|
| 1661 |
+
[
|
| 1662 |
+
"dvc/repo/plot/template.py",
|
| 1663 |
+
[
|
| 1664 |
+
"DefaultScatterTemplate"
|
| 1665 |
+
]
|
| 1666 |
+
]
|
| 1667 |
+
],
|
| 1668 |
+
"PlotTemplates": [
|
| 1669 |
+
[
|
| 1670 |
+
"dvc/repo/plot/template.py",
|
| 1671 |
+
[
|
| 1672 |
+
"PlotTemplates"
|
| 1673 |
+
]
|
| 1674 |
+
]
|
| 1675 |
+
],
|
| 1676 |
+
"DvcTree": [
|
| 1677 |
+
[
|
| 1678 |
+
"dvc/repo/tree.py",
|
| 1679 |
+
[
|
| 1680 |
+
"DvcTree"
|
| 1681 |
+
]
|
| 1682 |
+
]
|
| 1683 |
+
],
|
| 1684 |
+
"RepoTree": [
|
| 1685 |
+
[
|
| 1686 |
+
"dvc/repo/tree.py",
|
| 1687 |
+
[
|
| 1688 |
+
"RepoTree"
|
| 1689 |
+
]
|
| 1690 |
+
]
|
| 1691 |
+
],
|
| 1692 |
+
"RWLockFileCorruptedError": [
|
| 1693 |
+
[
|
| 1694 |
+
"dvc/rwlock.py",
|
| 1695 |
+
[
|
| 1696 |
+
"RWLockFileCorruptedError"
|
| 1697 |
+
]
|
| 1698 |
+
]
|
| 1699 |
+
],
|
| 1700 |
+
"RWLockFileFormatError": [
|
| 1701 |
+
[
|
| 1702 |
+
"dvc/rwlock.py",
|
| 1703 |
+
[
|
| 1704 |
+
"RWLockFileFormatError"
|
| 1705 |
+
]
|
| 1706 |
+
]
|
| 1707 |
+
],
|
| 1708 |
+
"Schemes": [
|
| 1709 |
+
[
|
| 1710 |
+
"dvc/scheme.py",
|
| 1711 |
+
[
|
| 1712 |
+
"Schemes"
|
| 1713 |
+
]
|
| 1714 |
+
]
|
| 1715 |
+
],
|
| 1716 |
+
"NoSCM": [
|
| 1717 |
+
[
|
| 1718 |
+
"dvc/scm/__init__.py",
|
| 1719 |
+
[
|
| 1720 |
+
"NoSCM"
|
| 1721 |
+
]
|
| 1722 |
+
]
|
| 1723 |
+
],
|
| 1724 |
+
"SCMError": [
|
| 1725 |
+
[
|
| 1726 |
+
"dvc/scm/base.py",
|
| 1727 |
+
[
|
| 1728 |
+
"SCMError"
|
| 1729 |
+
]
|
| 1730 |
+
]
|
| 1731 |
+
],
|
| 1732 |
+
"FileNotInRepoError": [
|
| 1733 |
+
[
|
| 1734 |
+
"dvc/scm/base.py",
|
| 1735 |
+
[
|
| 1736 |
+
"FileNotInRepoError"
|
| 1737 |
+
]
|
| 1738 |
+
]
|
| 1739 |
+
],
|
| 1740 |
+
"CloneError": [
|
| 1741 |
+
[
|
| 1742 |
+
"dvc/scm/base.py",
|
| 1743 |
+
[
|
| 1744 |
+
"CloneError"
|
| 1745 |
+
]
|
| 1746 |
+
]
|
| 1747 |
+
],
|
| 1748 |
+
"RevError": [
|
| 1749 |
+
[
|
| 1750 |
+
"dvc/scm/base.py",
|
| 1751 |
+
[
|
| 1752 |
+
"RevError"
|
| 1753 |
+
]
|
| 1754 |
+
]
|
| 1755 |
+
],
|
| 1756 |
+
"NoSCMError": [
|
| 1757 |
+
[
|
| 1758 |
+
"dvc/scm/base.py",
|
| 1759 |
+
[
|
| 1760 |
+
"NoSCMError"
|
| 1761 |
+
]
|
| 1762 |
+
]
|
| 1763 |
+
],
|
| 1764 |
+
"Base": [
|
| 1765 |
+
[
|
| 1766 |
+
"dvc/scm/base.py",
|
| 1767 |
+
[
|
| 1768 |
+
"Base"
|
| 1769 |
+
]
|
| 1770 |
+
]
|
| 1771 |
+
],
|
| 1772 |
+
"TqdmGit": [
|
| 1773 |
+
[
|
| 1774 |
+
"dvc/scm/git/__init__.py",
|
| 1775 |
+
[
|
| 1776 |
+
"TqdmGit"
|
| 1777 |
+
]
|
| 1778 |
+
]
|
| 1779 |
+
],
|
| 1780 |
+
"Git": [
|
| 1781 |
+
[
|
| 1782 |
+
"dvc/scm/git/__init__.py",
|
| 1783 |
+
[
|
| 1784 |
+
"Git"
|
| 1785 |
+
]
|
| 1786 |
+
]
|
| 1787 |
+
],
|
| 1788 |
+
"GitTree": [
|
| 1789 |
+
[
|
| 1790 |
+
"dvc/scm/git/tree.py",
|
| 1791 |
+
[
|
| 1792 |
+
"GitTree"
|
| 1793 |
+
]
|
| 1794 |
+
]
|
| 1795 |
+
],
|
| 1796 |
+
"BaseTree": [
|
| 1797 |
+
[
|
| 1798 |
+
"dvc/scm/tree.py",
|
| 1799 |
+
[
|
| 1800 |
+
"BaseTree"
|
| 1801 |
+
]
|
| 1802 |
+
]
|
| 1803 |
+
],
|
| 1804 |
+
"WorkingTree": [
|
| 1805 |
+
[
|
| 1806 |
+
"dvc/scm/tree.py",
|
| 1807 |
+
[
|
| 1808 |
+
"WorkingTree"
|
| 1809 |
+
]
|
| 1810 |
+
]
|
| 1811 |
+
],
|
| 1812 |
+
"Stage": [
|
| 1813 |
+
[
|
| 1814 |
+
"dvc/stage/__init__.py",
|
| 1815 |
+
[
|
| 1816 |
+
"Stage"
|
| 1817 |
+
]
|
| 1818 |
+
]
|
| 1819 |
+
],
|
| 1820 |
+
"PipelineStage": [
|
| 1821 |
+
[
|
| 1822 |
+
"dvc/stage/__init__.py",
|
| 1823 |
+
[
|
| 1824 |
+
"PipelineStage"
|
| 1825 |
+
]
|
| 1826 |
+
]
|
| 1827 |
+
],
|
| 1828 |
+
"StageCache": [
|
| 1829 |
+
[
|
| 1830 |
+
"dvc/stage/cache.py",
|
| 1831 |
+
[
|
| 1832 |
+
"StageCache"
|
| 1833 |
+
]
|
| 1834 |
+
]
|
| 1835 |
+
],
|
| 1836 |
+
"StageCmdFailedError": [
|
| 1837 |
+
[
|
| 1838 |
+
"dvc/stage/exceptions.py",
|
| 1839 |
+
[
|
| 1840 |
+
"StageCmdFailedError"
|
| 1841 |
+
]
|
| 1842 |
+
]
|
| 1843 |
+
],
|
| 1844 |
+
"StageFileFormatError": [
|
| 1845 |
+
[
|
| 1846 |
+
"dvc/stage/exceptions.py",
|
| 1847 |
+
[
|
| 1848 |
+
"StageFileFormatError"
|
| 1849 |
+
]
|
| 1850 |
+
]
|
| 1851 |
+
],
|
| 1852 |
+
"StageFileDoesNotExistError": [
|
| 1853 |
+
[
|
| 1854 |
+
"dvc/stage/exceptions.py",
|
| 1855 |
+
[
|
| 1856 |
+
"StageFileDoesNotExistError"
|
| 1857 |
+
]
|
| 1858 |
+
]
|
| 1859 |
+
],
|
| 1860 |
+
"StageFileAlreadyExistsError": [
|
| 1861 |
+
[
|
| 1862 |
+
"dvc/stage/exceptions.py",
|
| 1863 |
+
[
|
| 1864 |
+
"StageFileAlreadyExistsError"
|
| 1865 |
+
]
|
| 1866 |
+
]
|
| 1867 |
+
],
|
| 1868 |
+
"StageFileIsNotDvcFileError": [
|
| 1869 |
+
[
|
| 1870 |
+
"dvc/stage/exceptions.py",
|
| 1871 |
+
[
|
| 1872 |
+
"StageFileIsNotDvcFileError"
|
| 1873 |
+
]
|
| 1874 |
+
]
|
| 1875 |
+
],
|
| 1876 |
+
"StageFileBadNameError": [
|
| 1877 |
+
[
|
| 1878 |
+
"dvc/stage/exceptions.py",
|
| 1879 |
+
[
|
| 1880 |
+
"StageFileBadNameError"
|
| 1881 |
+
]
|
| 1882 |
+
]
|
| 1883 |
+
],
|
| 1884 |
+
"StagePathOutsideError": [
|
| 1885 |
+
[
|
| 1886 |
+
"dvc/stage/exceptions.py",
|
| 1887 |
+
[
|
| 1888 |
+
"StagePathOutsideError"
|
| 1889 |
+
]
|
| 1890 |
+
]
|
| 1891 |
+
],
|
| 1892 |
+
"StagePathNotFoundError": [
|
| 1893 |
+
[
|
| 1894 |
+
"dvc/stage/exceptions.py",
|
| 1895 |
+
[
|
| 1896 |
+
"StagePathNotFoundError"
|
| 1897 |
+
]
|
| 1898 |
+
]
|
| 1899 |
+
],
|
| 1900 |
+
"StagePathNotDirectoryError": [
|
| 1901 |
+
[
|
| 1902 |
+
"dvc/stage/exceptions.py",
|
| 1903 |
+
[
|
| 1904 |
+
"StagePathNotDirectoryError"
|
| 1905 |
+
]
|
| 1906 |
+
]
|
| 1907 |
+
],
|
| 1908 |
+
"StageCommitError": [
|
| 1909 |
+
[
|
| 1910 |
+
"dvc/stage/exceptions.py",
|
| 1911 |
+
[
|
| 1912 |
+
"StageCommitError"
|
| 1913 |
+
]
|
| 1914 |
+
]
|
| 1915 |
+
],
|
| 1916 |
+
"StageUpdateError": [
|
| 1917 |
+
[
|
| 1918 |
+
"dvc/stage/exceptions.py",
|
| 1919 |
+
[
|
| 1920 |
+
"StageUpdateError"
|
| 1921 |
+
]
|
| 1922 |
+
]
|
| 1923 |
+
],
|
| 1924 |
+
"MissingDataSource": [
|
| 1925 |
+
[
|
| 1926 |
+
"dvc/stage/exceptions.py",
|
| 1927 |
+
[
|
| 1928 |
+
"MissingDataSource"
|
| 1929 |
+
]
|
| 1930 |
+
]
|
| 1931 |
+
],
|
| 1932 |
+
"StageNotFound": [
|
| 1933 |
+
[
|
| 1934 |
+
"dvc/stage/exceptions.py",
|
| 1935 |
+
[
|
| 1936 |
+
"StageNotFound"
|
| 1937 |
+
]
|
| 1938 |
+
]
|
| 1939 |
+
],
|
| 1940 |
+
"StageNameUnspecified": [
|
| 1941 |
+
[
|
| 1942 |
+
"dvc/stage/exceptions.py",
|
| 1943 |
+
[
|
| 1944 |
+
"StageNameUnspecified"
|
| 1945 |
+
]
|
| 1946 |
+
]
|
| 1947 |
+
],
|
| 1948 |
+
"DuplicateStageName": [
|
| 1949 |
+
[
|
| 1950 |
+
"dvc/stage/exceptions.py",
|
| 1951 |
+
[
|
| 1952 |
+
"DuplicateStageName"
|
| 1953 |
+
]
|
| 1954 |
+
]
|
| 1955 |
+
],
|
| 1956 |
+
"InvalidStageName": [
|
| 1957 |
+
[
|
| 1958 |
+
"dvc/stage/exceptions.py",
|
| 1959 |
+
[
|
| 1960 |
+
"InvalidStageName"
|
| 1961 |
+
]
|
| 1962 |
+
]
|
| 1963 |
+
],
|
| 1964 |
+
"StageLoader": [
|
| 1965 |
+
[
|
| 1966 |
+
"dvc/stage/loader.py",
|
| 1967 |
+
[
|
| 1968 |
+
"StageLoader"
|
| 1969 |
+
]
|
| 1970 |
+
]
|
| 1971 |
+
],
|
| 1972 |
+
"SingleStageLoader": [
|
| 1973 |
+
[
|
| 1974 |
+
"dvc/stage/loader.py",
|
| 1975 |
+
[
|
| 1976 |
+
"SingleStageLoader"
|
| 1977 |
+
]
|
| 1978 |
+
]
|
| 1979 |
+
],
|
| 1980 |
+
"StageParams": [
|
| 1981 |
+
[
|
| 1982 |
+
"dvc/stage/params.py",
|
| 1983 |
+
[
|
| 1984 |
+
"StageParams"
|
| 1985 |
+
]
|
| 1986 |
+
]
|
| 1987 |
+
],
|
| 1988 |
+
"OutputParams": [
|
| 1989 |
+
[
|
| 1990 |
+
"dvc/stage/params.py",
|
| 1991 |
+
[
|
| 1992 |
+
"OutputParams"
|
| 1993 |
+
]
|
| 1994 |
+
]
|
| 1995 |
+
],
|
| 1996 |
+
"StateVersionTooNewError": [
|
| 1997 |
+
[
|
| 1998 |
+
"dvc/state.py",
|
| 1999 |
+
[
|
| 2000 |
+
"StateVersionTooNewError"
|
| 2001 |
+
]
|
| 2002 |
+
]
|
| 2003 |
+
],
|
| 2004 |
+
"StateNoop": [
|
| 2005 |
+
[
|
| 2006 |
+
"dvc/state.py",
|
| 2007 |
+
[
|
| 2008 |
+
"StateNoop"
|
| 2009 |
+
]
|
| 2010 |
+
]
|
| 2011 |
+
],
|
| 2012 |
+
"State": [
|
| 2013 |
+
[
|
| 2014 |
+
"dvc/state.py",
|
| 2015 |
+
[
|
| 2016 |
+
"State"
|
| 2017 |
+
]
|
| 2018 |
+
]
|
| 2019 |
+
],
|
| 2020 |
+
"System": [
|
| 2021 |
+
[
|
| 2022 |
+
"dvc/system.py",
|
| 2023 |
+
[
|
| 2024 |
+
"System"
|
| 2025 |
+
]
|
| 2026 |
+
]
|
| 2027 |
+
],
|
| 2028 |
+
"Updater": [
|
| 2029 |
+
[
|
| 2030 |
+
"dvc/updater.py",
|
| 2031 |
+
[
|
| 2032 |
+
"Updater"
|
| 2033 |
+
]
|
| 2034 |
+
]
|
| 2035 |
+
],
|
| 2036 |
+
"BasePathNotInCheckedPathException": [
|
| 2037 |
+
[
|
| 2038 |
+
"dvc/utils/fs.py",
|
| 2039 |
+
[
|
| 2040 |
+
"BasePathNotInCheckedPathException"
|
| 2041 |
+
]
|
| 2042 |
+
]
|
| 2043 |
+
],
|
| 2044 |
+
"IterStream": [
|
| 2045 |
+
[
|
| 2046 |
+
"dvc/utils/http.py",
|
| 2047 |
+
[
|
| 2048 |
+
"IterStream"
|
| 2049 |
+
]
|
| 2050 |
+
]
|
| 2051 |
+
],
|
| 2052 |
+
"build_py": [
|
| 2053 |
+
[
|
| 2054 |
+
"setup.py",
|
| 2055 |
+
[
|
| 2056 |
+
"build_py"
|
| 2057 |
+
]
|
| 2058 |
+
]
|
| 2059 |
+
],
|
| 2060 |
+
"TestDirFixture": [
|
| 2061 |
+
[
|
| 2062 |
+
"tests/basic_env.py",
|
| 2063 |
+
[
|
| 2064 |
+
"TestDirFixture"
|
| 2065 |
+
]
|
| 2066 |
+
]
|
| 2067 |
+
],
|
| 2068 |
+
"TestGitFixture": [
|
| 2069 |
+
[
|
| 2070 |
+
"tests/basic_env.py",
|
| 2071 |
+
[
|
| 2072 |
+
"TestGitFixture"
|
| 2073 |
+
]
|
| 2074 |
+
]
|
| 2075 |
+
],
|
| 2076 |
+
"TestGitSubmoduleFixture": [
|
| 2077 |
+
[
|
| 2078 |
+
"tests/basic_env.py",
|
| 2079 |
+
[
|
| 2080 |
+
"TestGitSubmoduleFixture"
|
| 2081 |
+
]
|
| 2082 |
+
]
|
| 2083 |
+
],
|
| 2084 |
+
"TestDvcFixture": [
|
| 2085 |
+
[
|
| 2086 |
+
"tests/basic_env.py",
|
| 2087 |
+
[
|
| 2088 |
+
"TestDvcFixture"
|
| 2089 |
+
]
|
| 2090 |
+
]
|
| 2091 |
+
],
|
| 2092 |
+
"TestDvcGitFixture": [
|
| 2093 |
+
[
|
| 2094 |
+
"tests/basic_env.py",
|
| 2095 |
+
[
|
| 2096 |
+
"TestDvcGitFixture"
|
| 2097 |
+
]
|
| 2098 |
+
]
|
| 2099 |
+
],
|
| 2100 |
+
"TestDir": [
|
| 2101 |
+
[
|
| 2102 |
+
"tests/basic_env.py",
|
| 2103 |
+
[
|
| 2104 |
+
"TestDir"
|
| 2105 |
+
]
|
| 2106 |
+
]
|
| 2107 |
+
],
|
| 2108 |
+
"TestGit": [
|
| 2109 |
+
[
|
| 2110 |
+
"tests/basic_env.py",
|
| 2111 |
+
[
|
| 2112 |
+
"TestGit"
|
| 2113 |
+
]
|
| 2114 |
+
],
|
| 2115 |
+
[
|
| 2116 |
+
"tests/unit/scm/test_git.py",
|
| 2117 |
+
[
|
| 2118 |
+
"TestGit"
|
| 2119 |
+
]
|
| 2120 |
+
]
|
| 2121 |
+
],
|
| 2122 |
+
"TestGitSubmodule": [
|
| 2123 |
+
[
|
| 2124 |
+
"tests/basic_env.py",
|
| 2125 |
+
[
|
| 2126 |
+
"TestGitSubmodule"
|
| 2127 |
+
]
|
| 2128 |
+
]
|
| 2129 |
+
],
|
| 2130 |
+
"TestDvc": [
|
| 2131 |
+
[
|
| 2132 |
+
"tests/basic_env.py",
|
| 2133 |
+
[
|
| 2134 |
+
"TestDvc"
|
| 2135 |
+
]
|
| 2136 |
+
]
|
| 2137 |
+
],
|
| 2138 |
+
"TestDvcGit": [
|
| 2139 |
+
[
|
| 2140 |
+
"tests/basic_env.py",
|
| 2141 |
+
[
|
| 2142 |
+
"TestDvcGit"
|
| 2143 |
+
]
|
| 2144 |
+
]
|
| 2145 |
+
],
|
| 2146 |
+
"TmpDir": [
|
| 2147 |
+
[
|
| 2148 |
+
"tests/dir_helpers.py",
|
| 2149 |
+
[
|
| 2150 |
+
"TmpDir"
|
| 2151 |
+
]
|
| 2152 |
+
]
|
| 2153 |
+
],
|
| 2154 |
+
"WindowsTmpDir": [
|
| 2155 |
+
[
|
| 2156 |
+
"tests/dir_helpers.py",
|
| 2157 |
+
[
|
| 2158 |
+
"WindowsTmpDir"
|
| 2159 |
+
]
|
| 2160 |
+
]
|
| 2161 |
+
],
|
| 2162 |
+
"PosixTmpDir": [
|
| 2163 |
+
[
|
| 2164 |
+
"tests/dir_helpers.py",
|
| 2165 |
+
[
|
| 2166 |
+
"PosixTmpDir"
|
| 2167 |
+
]
|
| 2168 |
+
]
|
| 2169 |
+
],
|
| 2170 |
+
"TestAddDirectoryRecursive": [
|
| 2171 |
+
[
|
| 2172 |
+
"tests/func/test_add.py",
|
| 2173 |
+
[
|
| 2174 |
+
"TestAddDirectoryRecursive"
|
| 2175 |
+
]
|
| 2176 |
+
]
|
| 2177 |
+
],
|
| 2178 |
+
"TestAddCmdDirectoryRecursive": [
|
| 2179 |
+
[
|
| 2180 |
+
"tests/func/test_add.py",
|
| 2181 |
+
[
|
| 2182 |
+
"TestAddCmdDirectoryRecursive"
|
| 2183 |
+
]
|
| 2184 |
+
]
|
| 2185 |
+
],
|
| 2186 |
+
"TestAddDirectoryWithForwardSlash": [
|
| 2187 |
+
[
|
| 2188 |
+
"tests/func/test_add.py",
|
| 2189 |
+
[
|
| 2190 |
+
"TestAddDirectoryWithForwardSlash"
|
| 2191 |
+
]
|
| 2192 |
+
]
|
| 2193 |
+
],
|
| 2194 |
+
"TestAddDirWithExistingCache": [
|
| 2195 |
+
[
|
| 2196 |
+
"tests/func/test_add.py",
|
| 2197 |
+
[
|
| 2198 |
+
"TestAddDirWithExistingCache"
|
| 2199 |
+
]
|
| 2200 |
+
]
|
| 2201 |
+
],
|
| 2202 |
+
"TestAddModifiedDir": [
|
| 2203 |
+
[
|
| 2204 |
+
"tests/func/test_add.py",
|
| 2205 |
+
[
|
| 2206 |
+
"TestAddModifiedDir"
|
| 2207 |
+
]
|
| 2208 |
+
]
|
| 2209 |
+
],
|
| 2210 |
+
"TestAddExternalLocalFile": [
|
| 2211 |
+
[
|
| 2212 |
+
"tests/func/test_add.py",
|
| 2213 |
+
[
|
| 2214 |
+
"TestAddExternalLocalFile"
|
| 2215 |
+
]
|
| 2216 |
+
]
|
| 2217 |
+
],
|
| 2218 |
+
"TestAddLocalRemoteFile": [
|
| 2219 |
+
[
|
| 2220 |
+
"tests/func/test_add.py",
|
| 2221 |
+
[
|
| 2222 |
+
"TestAddLocalRemoteFile"
|
| 2223 |
+
]
|
| 2224 |
+
]
|
| 2225 |
+
],
|
| 2226 |
+
"TestCmdAdd": [
|
| 2227 |
+
[
|
| 2228 |
+
"tests/func/test_add.py",
|
| 2229 |
+
[
|
| 2230 |
+
"TestCmdAdd"
|
| 2231 |
+
]
|
| 2232 |
+
]
|
| 2233 |
+
],
|
| 2234 |
+
"TestDoubleAddUnchanged": [
|
| 2235 |
+
[
|
| 2236 |
+
"tests/func/test_add.py",
|
| 2237 |
+
[
|
| 2238 |
+
"TestDoubleAddUnchanged"
|
| 2239 |
+
]
|
| 2240 |
+
]
|
| 2241 |
+
],
|
| 2242 |
+
"TestAddCommit": [
|
| 2243 |
+
[
|
| 2244 |
+
"tests/func/test_add.py",
|
| 2245 |
+
[
|
| 2246 |
+
"TestAddCommit"
|
| 2247 |
+
]
|
| 2248 |
+
]
|
| 2249 |
+
],
|
| 2250 |
+
"SymlinkAddTestBase": [
|
| 2251 |
+
[
|
| 2252 |
+
"tests/func/test_add.py",
|
| 2253 |
+
[
|
| 2254 |
+
"SymlinkAddTestBase"
|
| 2255 |
+
]
|
| 2256 |
+
]
|
| 2257 |
+
],
|
| 2258 |
+
"TestShouldAddDataFromExternalSymlink": [
|
| 2259 |
+
[
|
| 2260 |
+
"tests/func/test_add.py",
|
| 2261 |
+
[
|
| 2262 |
+
"TestShouldAddDataFromExternalSymlink"
|
| 2263 |
+
]
|
| 2264 |
+
]
|
| 2265 |
+
],
|
| 2266 |
+
"TestShouldAddDataFromInternalSymlink": [
|
| 2267 |
+
[
|
| 2268 |
+
"tests/func/test_add.py",
|
| 2269 |
+
[
|
| 2270 |
+
"TestShouldAddDataFromInternalSymlink"
|
| 2271 |
+
]
|
| 2272 |
+
]
|
| 2273 |
+
],
|
| 2274 |
+
"TestShouldPlaceStageInDataDirIfRepositoryBelowSymlink": [
|
| 2275 |
+
[
|
| 2276 |
+
"tests/func/test_add.py",
|
| 2277 |
+
[
|
| 2278 |
+
"TestShouldPlaceStageInDataDirIfRepositoryBelowSymlink"
|
| 2279 |
+
]
|
| 2280 |
+
]
|
| 2281 |
+
],
|
| 2282 |
+
"TestShouldThrowProperExceptionOnCorruptedStageFile": [
|
| 2283 |
+
[
|
| 2284 |
+
"tests/func/test_add.py",
|
| 2285 |
+
[
|
| 2286 |
+
"TestShouldThrowProperExceptionOnCorruptedStageFile"
|
| 2287 |
+
]
|
| 2288 |
+
]
|
| 2289 |
+
],
|
| 2290 |
+
"TestAddFilename": [
|
| 2291 |
+
[
|
| 2292 |
+
"tests/func/test_add.py",
|
| 2293 |
+
[
|
| 2294 |
+
"TestAddFilename"
|
| 2295 |
+
]
|
| 2296 |
+
]
|
| 2297 |
+
],
|
| 2298 |
+
"TestAddUnprotected": [
|
| 2299 |
+
[
|
| 2300 |
+
"tests/func/test_add.py",
|
| 2301 |
+
[
|
| 2302 |
+
"TestAddUnprotected"
|
| 2303 |
+
]
|
| 2304 |
+
]
|
| 2305 |
+
],
|
| 2306 |
+
"TestCache": [
|
| 2307 |
+
[
|
| 2308 |
+
"tests/func/test_cache.py",
|
| 2309 |
+
[
|
| 2310 |
+
"TestCache"
|
| 2311 |
+
]
|
| 2312 |
+
]
|
| 2313 |
+
],
|
| 2314 |
+
"TestCacheLoadBadDirCache": [
|
| 2315 |
+
[
|
| 2316 |
+
"tests/func/test_cache.py",
|
| 2317 |
+
[
|
| 2318 |
+
"TestCacheLoadBadDirCache"
|
| 2319 |
+
]
|
| 2320 |
+
]
|
| 2321 |
+
],
|
| 2322 |
+
"TestExternalCacheDir": [
|
| 2323 |
+
[
|
| 2324 |
+
"tests/func/test_cache.py",
|
| 2325 |
+
[
|
| 2326 |
+
"TestExternalCacheDir"
|
| 2327 |
+
]
|
| 2328 |
+
]
|
| 2329 |
+
],
|
| 2330 |
+
"TestSharedCacheDir": [
|
| 2331 |
+
[
|
| 2332 |
+
"tests/func/test_cache.py",
|
| 2333 |
+
[
|
| 2334 |
+
"TestSharedCacheDir"
|
| 2335 |
+
]
|
| 2336 |
+
]
|
| 2337 |
+
],
|
| 2338 |
+
"TestCacheLinkType": [
|
| 2339 |
+
[
|
| 2340 |
+
"tests/func/test_cache.py",
|
| 2341 |
+
[
|
| 2342 |
+
"TestCacheLinkType"
|
| 2343 |
+
]
|
| 2344 |
+
]
|
| 2345 |
+
],
|
| 2346 |
+
"TestCmdCacheDir": [
|
| 2347 |
+
[
|
| 2348 |
+
"tests/func/test_cache.py",
|
| 2349 |
+
[
|
| 2350 |
+
"TestCmdCacheDir"
|
| 2351 |
+
]
|
| 2352 |
+
]
|
| 2353 |
+
],
|
| 2354 |
+
"TestCheckout": [
|
| 2355 |
+
[
|
| 2356 |
+
"tests/func/test_checkout.py",
|
| 2357 |
+
[
|
| 2358 |
+
"TestCheckout"
|
| 2359 |
+
]
|
| 2360 |
+
],
|
| 2361 |
+
[
|
| 2362 |
+
"tests/func/test_cli.py",
|
| 2363 |
+
[
|
| 2364 |
+
"TestCheckout"
|
| 2365 |
+
]
|
| 2366 |
+
]
|
| 2367 |
+
],
|
| 2368 |
+
"TestCheckoutSingleStage": [
|
| 2369 |
+
[
|
| 2370 |
+
"tests/func/test_checkout.py",
|
| 2371 |
+
[
|
| 2372 |
+
"TestCheckoutSingleStage"
|
| 2373 |
+
]
|
| 2374 |
+
]
|
| 2375 |
+
],
|
| 2376 |
+
"TestCheckoutCorruptedCacheFile": [
|
| 2377 |
+
[
|
| 2378 |
+
"tests/func/test_checkout.py",
|
| 2379 |
+
[
|
| 2380 |
+
"TestCheckoutCorruptedCacheFile"
|
| 2381 |
+
]
|
| 2382 |
+
]
|
| 2383 |
+
],
|
| 2384 |
+
"TestCheckoutCorruptedCacheDir": [
|
| 2385 |
+
[
|
| 2386 |
+
"tests/func/test_checkout.py",
|
| 2387 |
+
[
|
| 2388 |
+
"TestCheckoutCorruptedCacheDir"
|
| 2389 |
+
]
|
| 2390 |
+
]
|
| 2391 |
+
],
|
| 2392 |
+
"TestCmdCheckout": [
|
| 2393 |
+
[
|
| 2394 |
+
"tests/func/test_checkout.py",
|
| 2395 |
+
[
|
| 2396 |
+
"TestCmdCheckout"
|
| 2397 |
+
]
|
| 2398 |
+
]
|
| 2399 |
+
],
|
| 2400 |
+
"CheckoutBase": [
|
| 2401 |
+
[
|
| 2402 |
+
"tests/func/test_checkout.py",
|
| 2403 |
+
[
|
| 2404 |
+
"CheckoutBase"
|
| 2405 |
+
]
|
| 2406 |
+
]
|
| 2407 |
+
],
|
| 2408 |
+
"TestRemoveFilesWhenCheckout": [
|
| 2409 |
+
[
|
| 2410 |
+
"tests/func/test_checkout.py",
|
| 2411 |
+
[
|
| 2412 |
+
"TestRemoveFilesWhenCheckout"
|
| 2413 |
+
]
|
| 2414 |
+
]
|
| 2415 |
+
],
|
| 2416 |
+
"TestCheckoutCleanWorkingDir": [
|
| 2417 |
+
[
|
| 2418 |
+
"tests/func/test_checkout.py",
|
| 2419 |
+
[
|
| 2420 |
+
"TestCheckoutCleanWorkingDir"
|
| 2421 |
+
]
|
| 2422 |
+
]
|
| 2423 |
+
],
|
| 2424 |
+
"TestCheckoutSelectiveRemove": [
|
| 2425 |
+
[
|
| 2426 |
+
"tests/func/test_checkout.py",
|
| 2427 |
+
[
|
| 2428 |
+
"TestCheckoutSelectiveRemove"
|
| 2429 |
+
]
|
| 2430 |
+
]
|
| 2431 |
+
],
|
| 2432 |
+
"TestGitIgnoreBasic": [
|
| 2433 |
+
[
|
| 2434 |
+
"tests/func/test_checkout.py",
|
| 2435 |
+
[
|
| 2436 |
+
"TestGitIgnoreBasic"
|
| 2437 |
+
]
|
| 2438 |
+
]
|
| 2439 |
+
],
|
| 2440 |
+
"TestGitIgnoreWhenCheckout": [
|
| 2441 |
+
[
|
| 2442 |
+
"tests/func/test_checkout.py",
|
| 2443 |
+
[
|
| 2444 |
+
"TestGitIgnoreWhenCheckout"
|
| 2445 |
+
]
|
| 2446 |
+
]
|
| 2447 |
+
],
|
| 2448 |
+
"TestCheckoutMissingMd5InStageFile": [
|
| 2449 |
+
[
|
| 2450 |
+
"tests/func/test_checkout.py",
|
| 2451 |
+
[
|
| 2452 |
+
"TestCheckoutMissingMd5InStageFile"
|
| 2453 |
+
]
|
| 2454 |
+
]
|
| 2455 |
+
],
|
| 2456 |
+
"TestCheckoutEmptyDir": [
|
| 2457 |
+
[
|
| 2458 |
+
"tests/func/test_checkout.py",
|
| 2459 |
+
[
|
| 2460 |
+
"TestCheckoutEmptyDir"
|
| 2461 |
+
]
|
| 2462 |
+
]
|
| 2463 |
+
],
|
| 2464 |
+
"TestCheckoutNotCachedFile": [
|
| 2465 |
+
[
|
| 2466 |
+
"tests/func/test_checkout.py",
|
| 2467 |
+
[
|
| 2468 |
+
"TestCheckoutNotCachedFile"
|
| 2469 |
+
]
|
| 2470 |
+
]
|
| 2471 |
+
],
|
| 2472 |
+
"TestCheckoutWithDeps": [
|
| 2473 |
+
[
|
| 2474 |
+
"tests/func/test_checkout.py",
|
| 2475 |
+
[
|
| 2476 |
+
"TestCheckoutWithDeps"
|
| 2477 |
+
]
|
| 2478 |
+
]
|
| 2479 |
+
],
|
| 2480 |
+
"TestCheckoutDirectory": [
|
| 2481 |
+
[
|
| 2482 |
+
"tests/func/test_checkout.py",
|
| 2483 |
+
[
|
| 2484 |
+
"TestCheckoutDirectory"
|
| 2485 |
+
]
|
| 2486 |
+
]
|
| 2487 |
+
],
|
| 2488 |
+
"TestCheckoutHook": [
|
| 2489 |
+
[
|
| 2490 |
+
"tests/func/test_checkout.py",
|
| 2491 |
+
[
|
| 2492 |
+
"TestCheckoutHook"
|
| 2493 |
+
]
|
| 2494 |
+
]
|
| 2495 |
+
],
|
| 2496 |
+
"TestCheckoutSuggestGit": [
|
| 2497 |
+
[
|
| 2498 |
+
"tests/func/test_checkout.py",
|
| 2499 |
+
[
|
| 2500 |
+
"TestCheckoutSuggestGit"
|
| 2501 |
+
]
|
| 2502 |
+
]
|
| 2503 |
+
],
|
| 2504 |
+
"TestCheckoutTargetRecursiveShouldNotRemoveOtherUsedFiles": [
|
| 2505 |
+
[
|
| 2506 |
+
"tests/func/test_checkout.py",
|
| 2507 |
+
[
|
| 2508 |
+
"TestCheckoutTargetRecursiveShouldNotRemoveOtherUsedFiles"
|
| 2509 |
+
]
|
| 2510 |
+
]
|
| 2511 |
+
],
|
| 2512 |
+
"TestCheckoutRecursiveNotDirectory": [
|
| 2513 |
+
[
|
| 2514 |
+
"tests/func/test_checkout.py",
|
| 2515 |
+
[
|
| 2516 |
+
"TestCheckoutRecursiveNotDirectory"
|
| 2517 |
+
]
|
| 2518 |
+
]
|
| 2519 |
+
],
|
| 2520 |
+
"TestCheckoutMovedCacheDirWithSymlinks": [
|
| 2521 |
+
[
|
| 2522 |
+
"tests/func/test_checkout.py",
|
| 2523 |
+
[
|
| 2524 |
+
"TestCheckoutMovedCacheDirWithSymlinks"
|
| 2525 |
+
]
|
| 2526 |
+
]
|
| 2527 |
+
],
|
| 2528 |
+
"TestArgParse": [
|
| 2529 |
+
[
|
| 2530 |
+
"tests/func/test_cli.py",
|
| 2531 |
+
[
|
| 2532 |
+
"TestArgParse"
|
| 2533 |
+
]
|
| 2534 |
+
]
|
| 2535 |
+
],
|
| 2536 |
+
"TestRun": [
|
| 2537 |
+
[
|
| 2538 |
+
"tests/func/test_cli.py",
|
| 2539 |
+
[
|
| 2540 |
+
"TestRun"
|
| 2541 |
+
]
|
| 2542 |
+
],
|
| 2543 |
+
[
|
| 2544 |
+
"tests/func/test_run_single_stage.py",
|
| 2545 |
+
[
|
| 2546 |
+
"TestRun"
|
| 2547 |
+
]
|
| 2548 |
+
]
|
| 2549 |
+
],
|
| 2550 |
+
"TestPull": [
|
| 2551 |
+
[
|
| 2552 |
+
"tests/func/test_cli.py",
|
| 2553 |
+
[
|
| 2554 |
+
"TestPull"
|
| 2555 |
+
]
|
| 2556 |
+
]
|
| 2557 |
+
],
|
| 2558 |
+
"TestPush": [
|
| 2559 |
+
[
|
| 2560 |
+
"tests/func/test_cli.py",
|
| 2561 |
+
[
|
| 2562 |
+
"TestPush"
|
| 2563 |
+
]
|
| 2564 |
+
]
|
| 2565 |
+
],
|
| 2566 |
+
"TestStatus": [
|
| 2567 |
+
[
|
| 2568 |
+
"tests/func/test_cli.py",
|
| 2569 |
+
[
|
| 2570 |
+
"TestStatus"
|
| 2571 |
+
]
|
| 2572 |
+
],
|
| 2573 |
+
[
|
| 2574 |
+
"tests/func/test_status.py",
|
| 2575 |
+
[
|
| 2576 |
+
"TestStatus"
|
| 2577 |
+
]
|
| 2578 |
+
]
|
| 2579 |
+
],
|
| 2580 |
+
"TestRepro": [
|
| 2581 |
+
[
|
| 2582 |
+
"tests/func/test_cli.py",
|
| 2583 |
+
[
|
| 2584 |
+
"TestRepro"
|
| 2585 |
+
]
|
| 2586 |
+
],
|
| 2587 |
+
[
|
| 2588 |
+
"tests/func/test_repro.py",
|
| 2589 |
+
[
|
| 2590 |
+
"TestRepro"
|
| 2591 |
+
]
|
| 2592 |
+
]
|
| 2593 |
+
],
|
| 2594 |
+
"TestRemove": [
|
| 2595 |
+
[
|
| 2596 |
+
"tests/func/test_cli.py",
|
| 2597 |
+
[
|
| 2598 |
+
"TestRemove"
|
| 2599 |
+
]
|
| 2600 |
+
],
|
| 2601 |
+
[
|
| 2602 |
+
"tests/func/test_remove.py",
|
| 2603 |
+
[
|
| 2604 |
+
"TestRemove"
|
| 2605 |
+
]
|
| 2606 |
+
]
|
| 2607 |
+
],
|
| 2608 |
+
"TestAdd": [
|
| 2609 |
+
[
|
| 2610 |
+
"tests/func/test_cli.py",
|
| 2611 |
+
[
|
| 2612 |
+
"TestAdd"
|
| 2613 |
+
]
|
| 2614 |
+
]
|
| 2615 |
+
],
|
| 2616 |
+
"TestGC": [
|
| 2617 |
+
[
|
| 2618 |
+
"tests/func/test_cli.py",
|
| 2619 |
+
[
|
| 2620 |
+
"TestGC"
|
| 2621 |
+
]
|
| 2622 |
+
],
|
| 2623 |
+
[
|
| 2624 |
+
"tests/func/test_gc.py",
|
| 2625 |
+
[
|
| 2626 |
+
"TestGC"
|
| 2627 |
+
]
|
| 2628 |
+
]
|
| 2629 |
+
],
|
| 2630 |
+
"TestGCMultipleDvcRepos": [
|
| 2631 |
+
[
|
| 2632 |
+
"tests/func/test_cli.py",
|
| 2633 |
+
[
|
| 2634 |
+
"TestGCMultipleDvcRepos"
|
| 2635 |
+
]
|
| 2636 |
+
],
|
| 2637 |
+
[
|
| 2638 |
+
"tests/func/test_gc.py",
|
| 2639 |
+
[
|
| 2640 |
+
"TestGCMultipleDvcRepos"
|
| 2641 |
+
]
|
| 2642 |
+
]
|
| 2643 |
+
],
|
| 2644 |
+
"TestConfig": [
|
| 2645 |
+
[
|
| 2646 |
+
"tests/func/test_cli.py",
|
| 2647 |
+
[
|
| 2648 |
+
"TestConfig"
|
| 2649 |
+
]
|
| 2650 |
+
]
|
| 2651 |
+
],
|
| 2652 |
+
"A": [
|
| 2653 |
+
[
|
| 2654 |
+
"tests/func/test_cli.py",
|
| 2655 |
+
[
|
| 2656 |
+
"TestFindRoot",
|
| 2657 |
+
"test",
|
| 2658 |
+
"A"
|
| 2659 |
+
]
|
| 2660 |
+
]
|
| 2661 |
+
],
|
| 2662 |
+
"TestFindRoot": [
|
| 2663 |
+
[
|
| 2664 |
+
"tests/func/test_cli.py",
|
| 2665 |
+
[
|
| 2666 |
+
"TestFindRoot"
|
| 2667 |
+
]
|
| 2668 |
+
]
|
| 2669 |
+
],
|
| 2670 |
+
"TestConfigCLI": [
|
| 2671 |
+
[
|
| 2672 |
+
"tests/func/test_config.py",
|
| 2673 |
+
[
|
| 2674 |
+
"TestConfigCLI"
|
| 2675 |
+
]
|
| 2676 |
+
]
|
| 2677 |
+
],
|
| 2678 |
+
"TestDataCloud": [
|
| 2679 |
+
[
|
| 2680 |
+
"tests/func/test_data_cloud.py",
|
| 2681 |
+
[
|
| 2682 |
+
"TestDataCloud"
|
| 2683 |
+
]
|
| 2684 |
+
]
|
| 2685 |
+
],
|
| 2686 |
+
"TestDataCloudBase": [
|
| 2687 |
+
[
|
| 2688 |
+
"tests/func/test_data_cloud.py",
|
| 2689 |
+
[
|
| 2690 |
+
"TestDataCloudBase"
|
| 2691 |
+
]
|
| 2692 |
+
]
|
| 2693 |
+
],
|
| 2694 |
+
"TestS3Remote": [
|
| 2695 |
+
[
|
| 2696 |
+
"tests/func/test_data_cloud.py",
|
| 2697 |
+
[
|
| 2698 |
+
"TestS3Remote"
|
| 2699 |
+
]
|
| 2700 |
+
]
|
| 2701 |
+
],
|
| 2702 |
+
"TestGDriveRemote": [
|
| 2703 |
+
[
|
| 2704 |
+
"tests/func/test_data_cloud.py",
|
| 2705 |
+
[
|
| 2706 |
+
"TestGDriveRemote"
|
| 2707 |
+
]
|
| 2708 |
+
]
|
| 2709 |
+
],
|
| 2710 |
+
"TestGSRemote": [
|
| 2711 |
+
[
|
| 2712 |
+
"tests/func/test_data_cloud.py",
|
| 2713 |
+
[
|
| 2714 |
+
"TestGSRemote"
|
| 2715 |
+
]
|
| 2716 |
+
]
|
| 2717 |
+
],
|
| 2718 |
+
"TestAzureRemote": [
|
| 2719 |
+
[
|
| 2720 |
+
"tests/func/test_data_cloud.py",
|
| 2721 |
+
[
|
| 2722 |
+
"TestAzureRemote"
|
| 2723 |
+
]
|
| 2724 |
+
]
|
| 2725 |
+
],
|
| 2726 |
+
"TestOSSRemote": [
|
| 2727 |
+
[
|
| 2728 |
+
"tests/func/test_data_cloud.py",
|
| 2729 |
+
[
|
| 2730 |
+
"TestOSSRemote"
|
| 2731 |
+
]
|
| 2732 |
+
]
|
| 2733 |
+
],
|
| 2734 |
+
"TestLocalRemote": [
|
| 2735 |
+
[
|
| 2736 |
+
"tests/func/test_data_cloud.py",
|
| 2737 |
+
[
|
| 2738 |
+
"TestLocalRemote"
|
| 2739 |
+
]
|
| 2740 |
+
]
|
| 2741 |
+
],
|
| 2742 |
+
"TestSSHRemoteMocked": [
|
| 2743 |
+
[
|
| 2744 |
+
"tests/func/test_data_cloud.py",
|
| 2745 |
+
[
|
| 2746 |
+
"TestSSHRemoteMocked"
|
| 2747 |
+
]
|
| 2748 |
+
]
|
| 2749 |
+
],
|
| 2750 |
+
"TestHDFSRemote": [
|
| 2751 |
+
[
|
| 2752 |
+
"tests/func/test_data_cloud.py",
|
| 2753 |
+
[
|
| 2754 |
+
"TestHDFSRemote"
|
| 2755 |
+
]
|
| 2756 |
+
]
|
| 2757 |
+
],
|
| 2758 |
+
"TestHTTPRemote": [
|
| 2759 |
+
[
|
| 2760 |
+
"tests/func/test_data_cloud.py",
|
| 2761 |
+
[
|
| 2762 |
+
"TestHTTPRemote"
|
| 2763 |
+
]
|
| 2764 |
+
]
|
| 2765 |
+
],
|
| 2766 |
+
"TestDataCloudCLIBase": [
|
| 2767 |
+
[
|
| 2768 |
+
"tests/func/test_data_cloud.py",
|
| 2769 |
+
[
|
| 2770 |
+
"TestDataCloudCLIBase"
|
| 2771 |
+
]
|
| 2772 |
+
]
|
| 2773 |
+
],
|
| 2774 |
+
"TestLocalRemoteCLI": [
|
| 2775 |
+
[
|
| 2776 |
+
"tests/func/test_data_cloud.py",
|
| 2777 |
+
[
|
| 2778 |
+
"TestLocalRemoteCLI"
|
| 2779 |
+
]
|
| 2780 |
+
]
|
| 2781 |
+
],
|
| 2782 |
+
"TestRemoteHDFSCLI": [
|
| 2783 |
+
[
|
| 2784 |
+
"tests/func/test_data_cloud.py",
|
| 2785 |
+
[
|
| 2786 |
+
"TestRemoteHDFSCLI"
|
| 2787 |
+
]
|
| 2788 |
+
]
|
| 2789 |
+
],
|
| 2790 |
+
"TestS3RemoteCLI": [
|
| 2791 |
+
[
|
| 2792 |
+
"tests/func/test_data_cloud.py",
|
| 2793 |
+
[
|
| 2794 |
+
"TestS3RemoteCLI"
|
| 2795 |
+
]
|
| 2796 |
+
]
|
| 2797 |
+
],
|
| 2798 |
+
"TestGDriveRemoteCLI": [
|
| 2799 |
+
[
|
| 2800 |
+
"tests/func/test_data_cloud.py",
|
| 2801 |
+
[
|
| 2802 |
+
"TestGDriveRemoteCLI"
|
| 2803 |
+
]
|
| 2804 |
+
]
|
| 2805 |
+
],
|
| 2806 |
+
"TestGSRemoteCLI": [
|
| 2807 |
+
[
|
| 2808 |
+
"tests/func/test_data_cloud.py",
|
| 2809 |
+
[
|
| 2810 |
+
"TestGSRemoteCLI"
|
| 2811 |
+
]
|
| 2812 |
+
]
|
| 2813 |
+
],
|
| 2814 |
+
"TestAzureRemoteCLI": [
|
| 2815 |
+
[
|
| 2816 |
+
"tests/func/test_data_cloud.py",
|
| 2817 |
+
[
|
| 2818 |
+
"TestAzureRemoteCLI"
|
| 2819 |
+
]
|
| 2820 |
+
]
|
| 2821 |
+
],
|
| 2822 |
+
"TestOSSRemoteCLI": [
|
| 2823 |
+
[
|
| 2824 |
+
"tests/func/test_data_cloud.py",
|
| 2825 |
+
[
|
| 2826 |
+
"TestOSSRemoteCLI"
|
| 2827 |
+
]
|
| 2828 |
+
]
|
| 2829 |
+
],
|
| 2830 |
+
"TestDataCloudErrorCLI": [
|
| 2831 |
+
[
|
| 2832 |
+
"tests/func/test_data_cloud.py",
|
| 2833 |
+
[
|
| 2834 |
+
"TestDataCloudErrorCLI"
|
| 2835 |
+
]
|
| 2836 |
+
]
|
| 2837 |
+
],
|
| 2838 |
+
"TestWarnOnOutdatedStage": [
|
| 2839 |
+
[
|
| 2840 |
+
"tests/func/test_data_cloud.py",
|
| 2841 |
+
[
|
| 2842 |
+
"TestWarnOnOutdatedStage"
|
| 2843 |
+
]
|
| 2844 |
+
]
|
| 2845 |
+
],
|
| 2846 |
+
"TestRecursiveSyncOperations": [
|
| 2847 |
+
[
|
| 2848 |
+
"tests/func/test_data_cloud.py",
|
| 2849 |
+
[
|
| 2850 |
+
"TestRecursiveSyncOperations"
|
| 2851 |
+
]
|
| 2852 |
+
]
|
| 2853 |
+
],
|
| 2854 |
+
"TestShouldWarnOnNoChecksumInLocalAndRemoteCache": [
|
| 2855 |
+
[
|
| 2856 |
+
"tests/func/test_data_cloud.py",
|
| 2857 |
+
[
|
| 2858 |
+
"TestShouldWarnOnNoChecksumInLocalAndRemoteCache"
|
| 2859 |
+
]
|
| 2860 |
+
]
|
| 2861 |
+
],
|
| 2862 |
+
"TestGCBranchesTags": [
|
| 2863 |
+
[
|
| 2864 |
+
"tests/func/test_gc.py",
|
| 2865 |
+
[
|
| 2866 |
+
"TestGCBranchesTags"
|
| 2867 |
+
]
|
| 2868 |
+
]
|
| 2869 |
+
],
|
| 2870 |
+
"TestCmdImport": [
|
| 2871 |
+
[
|
| 2872 |
+
"tests/func/test_import_url.py",
|
| 2873 |
+
[
|
| 2874 |
+
"TestCmdImport"
|
| 2875 |
+
]
|
| 2876 |
+
]
|
| 2877 |
+
],
|
| 2878 |
+
"TestDefaultOutput": [
|
| 2879 |
+
[
|
| 2880 |
+
"tests/func/test_import_url.py",
|
| 2881 |
+
[
|
| 2882 |
+
"TestDefaultOutput"
|
| 2883 |
+
]
|
| 2884 |
+
]
|
| 2885 |
+
],
|
| 2886 |
+
"TestImportFilename": [
|
| 2887 |
+
[
|
| 2888 |
+
"tests/func/test_import_url.py",
|
| 2889 |
+
[
|
| 2890 |
+
"TestImportFilename"
|
| 2891 |
+
]
|
| 2892 |
+
]
|
| 2893 |
+
],
|
| 2894 |
+
"TestInit": [
|
| 2895 |
+
[
|
| 2896 |
+
"tests/func/test_init.py",
|
| 2897 |
+
[
|
| 2898 |
+
"TestInit"
|
| 2899 |
+
]
|
| 2900 |
+
]
|
| 2901 |
+
],
|
| 2902 |
+
"TestDoubleInit": [
|
| 2903 |
+
[
|
| 2904 |
+
"tests/func/test_init.py",
|
| 2905 |
+
[
|
| 2906 |
+
"TestDoubleInit"
|
| 2907 |
+
]
|
| 2908 |
+
]
|
| 2909 |
+
],
|
| 2910 |
+
"TestInitNoSCMFail": [
|
| 2911 |
+
[
|
| 2912 |
+
"tests/func/test_init.py",
|
| 2913 |
+
[
|
| 2914 |
+
"TestInitNoSCMFail"
|
| 2915 |
+
]
|
| 2916 |
+
]
|
| 2917 |
+
],
|
| 2918 |
+
"TestInstall": [
|
| 2919 |
+
[
|
| 2920 |
+
"tests/func/test_install.py",
|
| 2921 |
+
[
|
| 2922 |
+
"TestInstall"
|
| 2923 |
+
]
|
| 2924 |
+
]
|
| 2925 |
+
],
|
| 2926 |
+
"TestLock": [
|
| 2927 |
+
[
|
| 2928 |
+
"tests/func/test_lock.py",
|
| 2929 |
+
[
|
| 2930 |
+
"TestLock"
|
| 2931 |
+
]
|
| 2932 |
+
]
|
| 2933 |
+
],
|
| 2934 |
+
"TestMove": [
|
| 2935 |
+
[
|
| 2936 |
+
"tests/func/test_move.py",
|
| 2937 |
+
[
|
| 2938 |
+
"TestMove"
|
| 2939 |
+
]
|
| 2940 |
+
]
|
| 2941 |
+
],
|
| 2942 |
+
"TestMoveNonExistentFile": [
|
| 2943 |
+
[
|
| 2944 |
+
"tests/func/test_move.py",
|
| 2945 |
+
[
|
| 2946 |
+
"TestMoveNonExistentFile"
|
| 2947 |
+
]
|
| 2948 |
+
]
|
| 2949 |
+
],
|
| 2950 |
+
"TestMoveDirectory": [
|
| 2951 |
+
[
|
| 2952 |
+
"tests/func/test_move.py",
|
| 2953 |
+
[
|
| 2954 |
+
"TestMoveDirectory"
|
| 2955 |
+
]
|
| 2956 |
+
]
|
| 2957 |
+
],
|
| 2958 |
+
"TestCmdMove": [
|
| 2959 |
+
[
|
| 2960 |
+
"tests/func/test_move.py",
|
| 2961 |
+
[
|
| 2962 |
+
"TestCmdMove"
|
| 2963 |
+
]
|
| 2964 |
+
]
|
| 2965 |
+
],
|
| 2966 |
+
"TestMoveNotDataSource": [
|
| 2967 |
+
[
|
| 2968 |
+
"tests/func/test_move.py",
|
| 2969 |
+
[
|
| 2970 |
+
"TestMoveNotDataSource"
|
| 2971 |
+
]
|
| 2972 |
+
]
|
| 2973 |
+
],
|
| 2974 |
+
"TestMoveFileWithExtension": [
|
| 2975 |
+
[
|
| 2976 |
+
"tests/func/test_move.py",
|
| 2977 |
+
[
|
| 2978 |
+
"TestMoveFileWithExtension"
|
| 2979 |
+
]
|
| 2980 |
+
]
|
| 2981 |
+
],
|
| 2982 |
+
"TestMoveFileToDirectory": [
|
| 2983 |
+
[
|
| 2984 |
+
"tests/func/test_move.py",
|
| 2985 |
+
[
|
| 2986 |
+
"TestMoveFileToDirectory"
|
| 2987 |
+
]
|
| 2988 |
+
]
|
| 2989 |
+
],
|
| 2990 |
+
"TestMoveFileToDirectoryWithoutSpecifiedTargetName": [
|
| 2991 |
+
[
|
| 2992 |
+
"tests/func/test_move.py",
|
| 2993 |
+
[
|
| 2994 |
+
"TestMoveFileToDirectoryWithoutSpecifiedTargetName"
|
| 2995 |
+
]
|
| 2996 |
+
]
|
| 2997 |
+
],
|
| 2998 |
+
"TestMoveDirectoryShouldNotOverwriteExisting": [
|
| 2999 |
+
[
|
| 3000 |
+
"tests/func/test_move.py",
|
| 3001 |
+
[
|
| 3002 |
+
"TestMoveDirectoryShouldNotOverwriteExisting"
|
| 3003 |
+
]
|
| 3004 |
+
]
|
| 3005 |
+
],
|
| 3006 |
+
"TestMoveFileBetweenDirectories": [
|
| 3007 |
+
[
|
| 3008 |
+
"tests/func/test_move.py",
|
| 3009 |
+
[
|
| 3010 |
+
"TestMoveFileBetweenDirectories"
|
| 3011 |
+
]
|
| 3012 |
+
]
|
| 3013 |
+
],
|
| 3014 |
+
"TestMoveFileInsideDirectory": [
|
| 3015 |
+
[
|
| 3016 |
+
"tests/func/test_move.py",
|
| 3017 |
+
[
|
| 3018 |
+
"TestMoveFileInsideDirectory"
|
| 3019 |
+
]
|
| 3020 |
+
]
|
| 3021 |
+
],
|
| 3022 |
+
"TestPipelineShowSingle": [
|
| 3023 |
+
[
|
| 3024 |
+
"tests/func/test_pipeline.py",
|
| 3025 |
+
[
|
| 3026 |
+
"TestPipelineShowSingle"
|
| 3027 |
+
]
|
| 3028 |
+
]
|
| 3029 |
+
],
|
| 3030 |
+
"TestPipelineShow": [
|
| 3031 |
+
[
|
| 3032 |
+
"tests/func/test_pipeline.py",
|
| 3033 |
+
[
|
| 3034 |
+
"TestPipelineShow"
|
| 3035 |
+
]
|
| 3036 |
+
]
|
| 3037 |
+
],
|
| 3038 |
+
"TestPipelineShowOuts": [
|
| 3039 |
+
[
|
| 3040 |
+
"tests/func/test_pipeline.py",
|
| 3041 |
+
[
|
| 3042 |
+
"TestPipelineShowOuts"
|
| 3043 |
+
]
|
| 3044 |
+
]
|
| 3045 |
+
],
|
| 3046 |
+
"TestPipelineShowDeep": [
|
| 3047 |
+
[
|
| 3048 |
+
"tests/func/test_pipeline.py",
|
| 3049 |
+
[
|
| 3050 |
+
"TestPipelineShowDeep"
|
| 3051 |
+
]
|
| 3052 |
+
]
|
| 3053 |
+
],
|
| 3054 |
+
"TestPipelineListEmpty": [
|
| 3055 |
+
[
|
| 3056 |
+
"tests/func/test_pipeline.py",
|
| 3057 |
+
[
|
| 3058 |
+
"TestPipelineListEmpty"
|
| 3059 |
+
]
|
| 3060 |
+
]
|
| 3061 |
+
],
|
| 3062 |
+
"TestPipelineListSingle": [
|
| 3063 |
+
[
|
| 3064 |
+
"tests/func/test_pipeline.py",
|
| 3065 |
+
[
|
| 3066 |
+
"TestPipelineListSingle"
|
| 3067 |
+
]
|
| 3068 |
+
]
|
| 3069 |
+
],
|
| 3070 |
+
"TestDvcRepoPipeline": [
|
| 3071 |
+
[
|
| 3072 |
+
"tests/func/test_pipeline.py",
|
| 3073 |
+
[
|
| 3074 |
+
"TestDvcRepoPipeline"
|
| 3075 |
+
]
|
| 3076 |
+
]
|
| 3077 |
+
],
|
| 3078 |
+
"TestRemote": [
|
| 3079 |
+
[
|
| 3080 |
+
"tests/func/test_remote.py",
|
| 3081 |
+
[
|
| 3082 |
+
"TestRemote"
|
| 3083 |
+
]
|
| 3084 |
+
]
|
| 3085 |
+
],
|
| 3086 |
+
"TestRemoteRemove": [
|
| 3087 |
+
[
|
| 3088 |
+
"tests/func/test_remote.py",
|
| 3089 |
+
[
|
| 3090 |
+
"TestRemoteRemove"
|
| 3091 |
+
]
|
| 3092 |
+
]
|
| 3093 |
+
],
|
| 3094 |
+
"TestRemoteDefault": [
|
| 3095 |
+
[
|
| 3096 |
+
"tests/func/test_remote.py",
|
| 3097 |
+
[
|
| 3098 |
+
"TestRemoteDefault"
|
| 3099 |
+
]
|
| 3100 |
+
]
|
| 3101 |
+
],
|
| 3102 |
+
"TestRemoteShouldHandleUppercaseRemoteName": [
|
| 3103 |
+
[
|
| 3104 |
+
"tests/func/test_remote.py",
|
| 3105 |
+
[
|
| 3106 |
+
"TestRemoteShouldHandleUppercaseRemoteName"
|
| 3107 |
+
]
|
| 3108 |
+
]
|
| 3109 |
+
],
|
| 3110 |
+
"TestRemoveNonExistentFile": [
|
| 3111 |
+
[
|
| 3112 |
+
"tests/func/test_remove.py",
|
| 3113 |
+
[
|
| 3114 |
+
"TestRemoveNonExistentFile"
|
| 3115 |
+
]
|
| 3116 |
+
]
|
| 3117 |
+
],
|
| 3118 |
+
"TestRemoveBrokenSymlink": [
|
| 3119 |
+
[
|
| 3120 |
+
"tests/func/test_remove.py",
|
| 3121 |
+
[
|
| 3122 |
+
"TestRemoveBrokenSymlink"
|
| 3123 |
+
]
|
| 3124 |
+
]
|
| 3125 |
+
],
|
| 3126 |
+
"TestRemoveDirectory": [
|
| 3127 |
+
[
|
| 3128 |
+
"tests/func/test_remove.py",
|
| 3129 |
+
[
|
| 3130 |
+
"TestRemoveDirectory"
|
| 3131 |
+
]
|
| 3132 |
+
]
|
| 3133 |
+
],
|
| 3134 |
+
"TestCmdRemove": [
|
| 3135 |
+
[
|
| 3136 |
+
"tests/func/test_remove.py",
|
| 3137 |
+
[
|
| 3138 |
+
"TestCmdRemove"
|
| 3139 |
+
]
|
| 3140 |
+
]
|
| 3141 |
+
],
|
| 3142 |
+
"TestRemovePurge": [
|
| 3143 |
+
[
|
| 3144 |
+
"tests/func/test_remove.py",
|
| 3145 |
+
[
|
| 3146 |
+
"TestRemovePurge"
|
| 3147 |
+
]
|
| 3148 |
+
]
|
| 3149 |
+
],
|
| 3150 |
+
"SingleStageRun": [
|
| 3151 |
+
[
|
| 3152 |
+
"tests/func/test_repro.py",
|
| 3153 |
+
[
|
| 3154 |
+
"SingleStageRun"
|
| 3155 |
+
]
|
| 3156 |
+
]
|
| 3157 |
+
],
|
| 3158 |
+
"TestReproFail": [
|
| 3159 |
+
[
|
| 3160 |
+
"tests/func/test_repro.py",
|
| 3161 |
+
[
|
| 3162 |
+
"TestReproFail"
|
| 3163 |
+
]
|
| 3164 |
+
]
|
| 3165 |
+
],
|
| 3166 |
+
"TestReproCyclicGraph": [
|
| 3167 |
+
[
|
| 3168 |
+
"tests/func/test_repro.py",
|
| 3169 |
+
[
|
| 3170 |
+
"TestReproCyclicGraph"
|
| 3171 |
+
]
|
| 3172 |
+
]
|
| 3173 |
+
],
|
| 3174 |
+
"TestReproWorkingDirectoryAsOutput": [
|
| 3175 |
+
[
|
| 3176 |
+
"tests/func/test_repro.py",
|
| 3177 |
+
[
|
| 3178 |
+
"TestReproWorkingDirectoryAsOutput"
|
| 3179 |
+
]
|
| 3180 |
+
]
|
| 3181 |
+
],
|
| 3182 |
+
"TestReproDepUnderDir": [
|
| 3183 |
+
[
|
| 3184 |
+
"tests/func/test_repro.py",
|
| 3185 |
+
[
|
| 3186 |
+
"TestReproDepUnderDir"
|
| 3187 |
+
]
|
| 3188 |
+
]
|
| 3189 |
+
],
|
| 3190 |
+
"TestReproDepDirWithOutputsUnderIt": [
|
| 3191 |
+
[
|
| 3192 |
+
"tests/func/test_repro.py",
|
| 3193 |
+
[
|
| 3194 |
+
"TestReproDepDirWithOutputsUnderIt"
|
| 3195 |
+
]
|
| 3196 |
+
]
|
| 3197 |
+
],
|
| 3198 |
+
"TestReproNoDeps": [
|
| 3199 |
+
[
|
| 3200 |
+
"tests/func/test_repro.py",
|
| 3201 |
+
[
|
| 3202 |
+
"TestReproNoDeps"
|
| 3203 |
+
]
|
| 3204 |
+
]
|
| 3205 |
+
],
|
| 3206 |
+
"TestReproForce": [
|
| 3207 |
+
[
|
| 3208 |
+
"tests/func/test_repro.py",
|
| 3209 |
+
[
|
| 3210 |
+
"TestReproForce"
|
| 3211 |
+
]
|
| 3212 |
+
]
|
| 3213 |
+
],
|
| 3214 |
+
"TestReproChangedCode": [
|
| 3215 |
+
[
|
| 3216 |
+
"tests/func/test_repro.py",
|
| 3217 |
+
[
|
| 3218 |
+
"TestReproChangedCode"
|
| 3219 |
+
]
|
| 3220 |
+
]
|
| 3221 |
+
],
|
| 3222 |
+
"TestReproChangedData": [
|
| 3223 |
+
[
|
| 3224 |
+
"tests/func/test_repro.py",
|
| 3225 |
+
[
|
| 3226 |
+
"TestReproChangedData"
|
| 3227 |
+
]
|
| 3228 |
+
]
|
| 3229 |
+
],
|
| 3230 |
+
"TestReproDry": [
|
| 3231 |
+
[
|
| 3232 |
+
"tests/func/test_repro.py",
|
| 3233 |
+
[
|
| 3234 |
+
"TestReproDry"
|
| 3235 |
+
]
|
| 3236 |
+
],
|
| 3237 |
+
[
|
| 3238 |
+
"tests/func/test_repro_multistage.py",
|
| 3239 |
+
[
|
| 3240 |
+
"TestReproDry"
|
| 3241 |
+
]
|
| 3242 |
+
]
|
| 3243 |
+
],
|
| 3244 |
+
"TestReproUpToDate": [
|
| 3245 |
+
[
|
| 3246 |
+
"tests/func/test_repro.py",
|
| 3247 |
+
[
|
| 3248 |
+
"TestReproUpToDate"
|
| 3249 |
+
]
|
| 3250 |
+
]
|
| 3251 |
+
],
|
| 3252 |
+
"TestReproDryNoExec": [
|
| 3253 |
+
[
|
| 3254 |
+
"tests/func/test_repro.py",
|
| 3255 |
+
[
|
| 3256 |
+
"TestReproDryNoExec"
|
| 3257 |
+
]
|
| 3258 |
+
]
|
| 3259 |
+
],
|
| 3260 |
+
"TestReproChangedDeepData": [
|
| 3261 |
+
[
|
| 3262 |
+
"tests/func/test_repro.py",
|
| 3263 |
+
[
|
| 3264 |
+
"TestReproChangedDeepData"
|
| 3265 |
+
]
|
| 3266 |
+
]
|
| 3267 |
+
],
|
| 3268 |
+
"TestReproIgnoreBuildCache": [
|
| 3269 |
+
[
|
| 3270 |
+
"tests/func/test_repro.py",
|
| 3271 |
+
[
|
| 3272 |
+
"TestReproIgnoreBuildCache"
|
| 3273 |
+
]
|
| 3274 |
+
]
|
| 3275 |
+
],
|
| 3276 |
+
"TestReproPipeline": [
|
| 3277 |
+
[
|
| 3278 |
+
"tests/func/test_repro.py",
|
| 3279 |
+
[
|
| 3280 |
+
"TestReproPipeline"
|
| 3281 |
+
]
|
| 3282 |
+
]
|
| 3283 |
+
],
|
| 3284 |
+
"TestReproPipelines": [
|
| 3285 |
+
[
|
| 3286 |
+
"tests/func/test_repro.py",
|
| 3287 |
+
[
|
| 3288 |
+
"TestReproPipelines"
|
| 3289 |
+
]
|
| 3290 |
+
]
|
| 3291 |
+
],
|
| 3292 |
+
"TestReproLocked": [
|
| 3293 |
+
[
|
| 3294 |
+
"tests/func/test_repro.py",
|
| 3295 |
+
[
|
| 3296 |
+
"TestReproLocked"
|
| 3297 |
+
]
|
| 3298 |
+
]
|
| 3299 |
+
],
|
| 3300 |
+
"TestReproLockedCallback": [
|
| 3301 |
+
[
|
| 3302 |
+
"tests/func/test_repro.py",
|
| 3303 |
+
[
|
| 3304 |
+
"TestReproLockedCallback"
|
| 3305 |
+
]
|
| 3306 |
+
]
|
| 3307 |
+
],
|
| 3308 |
+
"TestReproLockedUnchanged": [
|
| 3309 |
+
[
|
| 3310 |
+
"tests/func/test_repro.py",
|
| 3311 |
+
[
|
| 3312 |
+
"TestReproLockedUnchanged"
|
| 3313 |
+
]
|
| 3314 |
+
]
|
| 3315 |
+
],
|
| 3316 |
+
"TestReproMetricsAddUnchanged": [
|
| 3317 |
+
[
|
| 3318 |
+
"tests/func/test_repro.py",
|
| 3319 |
+
[
|
| 3320 |
+
"TestReproMetricsAddUnchanged"
|
| 3321 |
+
]
|
| 3322 |
+
]
|
| 3323 |
+
],
|
| 3324 |
+
"TestReproPhony": [
|
| 3325 |
+
[
|
| 3326 |
+
"tests/func/test_repro.py",
|
| 3327 |
+
[
|
| 3328 |
+
"TestReproPhony"
|
| 3329 |
+
]
|
| 3330 |
+
]
|
| 3331 |
+
],
|
| 3332 |
+
"TestNonExistingOutput": [
|
| 3333 |
+
[
|
| 3334 |
+
"tests/func/test_repro.py",
|
| 3335 |
+
[
|
| 3336 |
+
"TestNonExistingOutput"
|
| 3337 |
+
]
|
| 3338 |
+
]
|
| 3339 |
+
],
|
| 3340 |
+
"TestReproDataSource": [
|
| 3341 |
+
[
|
| 3342 |
+
"tests/func/test_repro.py",
|
| 3343 |
+
[
|
| 3344 |
+
"TestReproDataSource"
|
| 3345 |
+
]
|
| 3346 |
+
]
|
| 3347 |
+
],
|
| 3348 |
+
"TestReproChangedDir": [
|
| 3349 |
+
[
|
| 3350 |
+
"tests/func/test_repro.py",
|
| 3351 |
+
[
|
| 3352 |
+
"TestReproChangedDir"
|
| 3353 |
+
]
|
| 3354 |
+
]
|
| 3355 |
+
],
|
| 3356 |
+
"TestReproChangedDirData": [
|
| 3357 |
+
[
|
| 3358 |
+
"tests/func/test_repro.py",
|
| 3359 |
+
[
|
| 3360 |
+
"TestReproChangedDirData"
|
| 3361 |
+
]
|
| 3362 |
+
]
|
| 3363 |
+
],
|
| 3364 |
+
"TestReproMissingMd5InStageFile": [
|
| 3365 |
+
[
|
| 3366 |
+
"tests/func/test_repro.py",
|
| 3367 |
+
[
|
| 3368 |
+
"TestReproMissingMd5InStageFile"
|
| 3369 |
+
]
|
| 3370 |
+
]
|
| 3371 |
+
],
|
| 3372 |
+
"TestCmdRepro": [
|
| 3373 |
+
[
|
| 3374 |
+
"tests/func/test_repro.py",
|
| 3375 |
+
[
|
| 3376 |
+
"TestCmdRepro"
|
| 3377 |
+
]
|
| 3378 |
+
]
|
| 3379 |
+
],
|
| 3380 |
+
"TestCmdReproChdir": [
|
| 3381 |
+
[
|
| 3382 |
+
"tests/func/test_repro.py",
|
| 3383 |
+
[
|
| 3384 |
+
"TestCmdReproChdir"
|
| 3385 |
+
]
|
| 3386 |
+
]
|
| 3387 |
+
],
|
| 3388 |
+
"TestReproExternalBase": [
|
| 3389 |
+
[
|
| 3390 |
+
"tests/func/test_repro.py",
|
| 3391 |
+
[
|
| 3392 |
+
"TestReproExternalBase"
|
| 3393 |
+
]
|
| 3394 |
+
]
|
| 3395 |
+
],
|
| 3396 |
+
"TestReproExternalS3": [
|
| 3397 |
+
[
|
| 3398 |
+
"tests/func/test_repro.py",
|
| 3399 |
+
[
|
| 3400 |
+
"TestReproExternalS3"
|
| 3401 |
+
]
|
| 3402 |
+
]
|
| 3403 |
+
],
|
| 3404 |
+
"TestReproExternalGS": [
|
| 3405 |
+
[
|
| 3406 |
+
"tests/func/test_repro.py",
|
| 3407 |
+
[
|
| 3408 |
+
"TestReproExternalGS"
|
| 3409 |
+
]
|
| 3410 |
+
]
|
| 3411 |
+
],
|
| 3412 |
+
"TestReproExternalHDFS": [
|
| 3413 |
+
[
|
| 3414 |
+
"tests/func/test_repro.py",
|
| 3415 |
+
[
|
| 3416 |
+
"TestReproExternalHDFS"
|
| 3417 |
+
]
|
| 3418 |
+
]
|
| 3419 |
+
],
|
| 3420 |
+
"TestReproExternalSSH": [
|
| 3421 |
+
[
|
| 3422 |
+
"tests/func/test_repro.py",
|
| 3423 |
+
[
|
| 3424 |
+
"TestReproExternalSSH"
|
| 3425 |
+
]
|
| 3426 |
+
]
|
| 3427 |
+
],
|
| 3428 |
+
"TestReproExternalLOCAL": [
|
| 3429 |
+
[
|
| 3430 |
+
"tests/func/test_repro.py",
|
| 3431 |
+
[
|
| 3432 |
+
"TestReproExternalLOCAL"
|
| 3433 |
+
]
|
| 3434 |
+
]
|
| 3435 |
+
],
|
| 3436 |
+
"TestReproExternalHTTP": [
|
| 3437 |
+
[
|
| 3438 |
+
"tests/func/test_repro.py",
|
| 3439 |
+
[
|
| 3440 |
+
"TestReproExternalHTTP"
|
| 3441 |
+
]
|
| 3442 |
+
]
|
| 3443 |
+
],
|
| 3444 |
+
"TestReproShell": [
|
| 3445 |
+
[
|
| 3446 |
+
"tests/func/test_repro.py",
|
| 3447 |
+
[
|
| 3448 |
+
"TestReproShell"
|
| 3449 |
+
]
|
| 3450 |
+
]
|
| 3451 |
+
],
|
| 3452 |
+
"TestReproAllPipelines": [
|
| 3453 |
+
[
|
| 3454 |
+
"tests/func/test_repro.py",
|
| 3455 |
+
[
|
| 3456 |
+
"TestReproAllPipelines"
|
| 3457 |
+
]
|
| 3458 |
+
]
|
| 3459 |
+
],
|
| 3460 |
+
"TestReproNoCommit": [
|
| 3461 |
+
[
|
| 3462 |
+
"tests/func/test_repro.py",
|
| 3463 |
+
[
|
| 3464 |
+
"TestReproNoCommit"
|
| 3465 |
+
]
|
| 3466 |
+
],
|
| 3467 |
+
[
|
| 3468 |
+
"tests/func/test_repro_multistage.py",
|
| 3469 |
+
[
|
| 3470 |
+
"TestReproNoCommit"
|
| 3471 |
+
]
|
| 3472 |
+
]
|
| 3473 |
+
],
|
| 3474 |
+
"TestReproAlreadyCached": [
|
| 3475 |
+
[
|
| 3476 |
+
"tests/func/test_repro.py",
|
| 3477 |
+
[
|
| 3478 |
+
"TestReproAlreadyCached"
|
| 3479 |
+
]
|
| 3480 |
+
]
|
| 3481 |
+
],
|
| 3482 |
+
"TestShouldDisplayMetricsOnReproWithMetricsOption": [
|
| 3483 |
+
[
|
| 3484 |
+
"tests/func/test_repro.py",
|
| 3485 |
+
[
|
| 3486 |
+
"TestShouldDisplayMetricsOnReproWithMetricsOption"
|
| 3487 |
+
]
|
| 3488 |
+
]
|
| 3489 |
+
],
|
| 3490 |
+
"MultiStageRun": [
|
| 3491 |
+
[
|
| 3492 |
+
"tests/func/test_repro_multistage.py",
|
| 3493 |
+
[
|
| 3494 |
+
"MultiStageRun"
|
| 3495 |
+
]
|
| 3496 |
+
]
|
| 3497 |
+
],
|
| 3498 |
+
"TestReproFailMultiStage": [
|
| 3499 |
+
[
|
| 3500 |
+
"tests/func/test_repro_multistage.py",
|
| 3501 |
+
[
|
| 3502 |
+
"TestReproFailMultiStage"
|
| 3503 |
+
]
|
| 3504 |
+
]
|
| 3505 |
+
],
|
| 3506 |
+
"TestReproCyclicGraphMultiStage": [
|
| 3507 |
+
[
|
| 3508 |
+
"tests/func/test_repro_multistage.py",
|
| 3509 |
+
[
|
| 3510 |
+
"TestReproCyclicGraphMultiStage"
|
| 3511 |
+
]
|
| 3512 |
+
]
|
| 3513 |
+
],
|
| 3514 |
+
"TestReproUnderDirMultiStage": [
|
| 3515 |
+
[
|
| 3516 |
+
"tests/func/test_repro_multistage.py",
|
| 3517 |
+
[
|
| 3518 |
+
"TestReproUnderDirMultiStage"
|
| 3519 |
+
]
|
| 3520 |
+
]
|
| 3521 |
+
],
|
| 3522 |
+
"TestReproDepDirWithOutputsUnderItMultiStage": [
|
| 3523 |
+
[
|
| 3524 |
+
"tests/func/test_repro_multistage.py",
|
| 3525 |
+
[
|
| 3526 |
+
"TestReproDepDirWithOutputsUnderItMultiStage"
|
| 3527 |
+
]
|
| 3528 |
+
]
|
| 3529 |
+
],
|
| 3530 |
+
"TestReproNoDepsMultiStage": [
|
| 3531 |
+
[
|
| 3532 |
+
"tests/func/test_repro_multistage.py",
|
| 3533 |
+
[
|
| 3534 |
+
"TestReproNoDepsMultiStage"
|
| 3535 |
+
]
|
| 3536 |
+
]
|
| 3537 |
+
],
|
| 3538 |
+
"TestReproForceMultiStage": [
|
| 3539 |
+
[
|
| 3540 |
+
"tests/func/test_repro_multistage.py",
|
| 3541 |
+
[
|
| 3542 |
+
"TestReproForceMultiStage"
|
| 3543 |
+
]
|
| 3544 |
+
]
|
| 3545 |
+
],
|
| 3546 |
+
"TestReproChangedCodeMultiStage": [
|
| 3547 |
+
[
|
| 3548 |
+
"tests/func/test_repro_multistage.py",
|
| 3549 |
+
[
|
| 3550 |
+
"TestReproChangedCodeMultiStage"
|
| 3551 |
+
]
|
| 3552 |
+
]
|
| 3553 |
+
],
|
| 3554 |
+
"TestReproChangedDataMultiStage": [
|
| 3555 |
+
[
|
| 3556 |
+
"tests/func/test_repro_multistage.py",
|
| 3557 |
+
[
|
| 3558 |
+
"TestReproChangedDataMultiStage"
|
| 3559 |
+
]
|
| 3560 |
+
]
|
| 3561 |
+
],
|
| 3562 |
+
"TestReproUpToDateMultiStage": [
|
| 3563 |
+
[
|
| 3564 |
+
"tests/func/test_repro_multistage.py",
|
| 3565 |
+
[
|
| 3566 |
+
"TestReproUpToDateMultiStage"
|
| 3567 |
+
]
|
| 3568 |
+
]
|
| 3569 |
+
],
|
| 3570 |
+
"TestReproChangedDeepDataMultiStage": [
|
| 3571 |
+
[
|
| 3572 |
+
"tests/func/test_repro_multistage.py",
|
| 3573 |
+
[
|
| 3574 |
+
"TestReproChangedDeepDataMultiStage"
|
| 3575 |
+
]
|
| 3576 |
+
]
|
| 3577 |
+
],
|
| 3578 |
+
"TestReproPipelineMultiStage": [
|
| 3579 |
+
[
|
| 3580 |
+
"tests/func/test_repro_multistage.py",
|
| 3581 |
+
[
|
| 3582 |
+
"TestReproPipelineMultiStage"
|
| 3583 |
+
]
|
| 3584 |
+
]
|
| 3585 |
+
],
|
| 3586 |
+
"TestReproPipelinesMultiStage": [
|
| 3587 |
+
[
|
| 3588 |
+
"tests/func/test_repro_multistage.py",
|
| 3589 |
+
[
|
| 3590 |
+
"TestReproPipelinesMultiStage"
|
| 3591 |
+
]
|
| 3592 |
+
]
|
| 3593 |
+
],
|
| 3594 |
+
"TestReproLockedMultiStage": [
|
| 3595 |
+
[
|
| 3596 |
+
"tests/func/test_repro_multistage.py",
|
| 3597 |
+
[
|
| 3598 |
+
"TestReproLockedMultiStage"
|
| 3599 |
+
]
|
| 3600 |
+
]
|
| 3601 |
+
],
|
| 3602 |
+
"TestReproLockedCallbackMultiStage": [
|
| 3603 |
+
[
|
| 3604 |
+
"tests/func/test_repro_multistage.py",
|
| 3605 |
+
[
|
| 3606 |
+
"TestReproLockedCallbackMultiStage"
|
| 3607 |
+
]
|
| 3608 |
+
]
|
| 3609 |
+
],
|
| 3610 |
+
"TestReproLockedUnchangedMultiStage": [
|
| 3611 |
+
[
|
| 3612 |
+
"tests/func/test_repro_multistage.py",
|
| 3613 |
+
[
|
| 3614 |
+
"TestReproLockedUnchangedMultiStage"
|
| 3615 |
+
]
|
| 3616 |
+
]
|
| 3617 |
+
],
|
| 3618 |
+
"TestReproPhonyMultiStage": [
|
| 3619 |
+
[
|
| 3620 |
+
"tests/func/test_repro_multistage.py",
|
| 3621 |
+
[
|
| 3622 |
+
"TestReproPhonyMultiStage"
|
| 3623 |
+
]
|
| 3624 |
+
]
|
| 3625 |
+
],
|
| 3626 |
+
"TestCmdReproMultiStage": [
|
| 3627 |
+
[
|
| 3628 |
+
"tests/func/test_repro_multistage.py",
|
| 3629 |
+
[
|
| 3630 |
+
"TestCmdReproMultiStage"
|
| 3631 |
+
]
|
| 3632 |
+
]
|
| 3633 |
+
],
|
| 3634 |
+
"TestReproAllPipelinesMultiStage": [
|
| 3635 |
+
[
|
| 3636 |
+
"tests/func/test_repro_multistage.py",
|
| 3637 |
+
[
|
| 3638 |
+
"TestReproAllPipelinesMultiStage"
|
| 3639 |
+
]
|
| 3640 |
+
]
|
| 3641 |
+
],
|
| 3642 |
+
"TestNonExistingOutputMultiStage": [
|
| 3643 |
+
[
|
| 3644 |
+
"tests/func/test_repro_multistage.py",
|
| 3645 |
+
[
|
| 3646 |
+
"TestNonExistingOutputMultiStage"
|
| 3647 |
+
]
|
| 3648 |
+
]
|
| 3649 |
+
],
|
| 3650 |
+
"TestReproAlreadyCachedMultiStage": [
|
| 3651 |
+
[
|
| 3652 |
+
"tests/func/test_repro_multistage.py",
|
| 3653 |
+
[
|
| 3654 |
+
"TestReproAlreadyCachedMultiStage"
|
| 3655 |
+
]
|
| 3656 |
+
]
|
| 3657 |
+
],
|
| 3658 |
+
"TestReproChangedDirMultiStage": [
|
| 3659 |
+
[
|
| 3660 |
+
"tests/func/test_repro_multistage.py",
|
| 3661 |
+
[
|
| 3662 |
+
"TestReproChangedDirMultiStage"
|
| 3663 |
+
]
|
| 3664 |
+
]
|
| 3665 |
+
],
|
| 3666 |
+
"TestReproChangedDirDataMultiStage": [
|
| 3667 |
+
[
|
| 3668 |
+
"tests/func/test_repro_multistage.py",
|
| 3669 |
+
[
|
| 3670 |
+
"TestReproChangedDirDataMultiStage"
|
| 3671 |
+
]
|
| 3672 |
+
]
|
| 3673 |
+
],
|
| 3674 |
+
"TestReproExternalS3MultiStage": [
|
| 3675 |
+
[
|
| 3676 |
+
"tests/func/test_repro_multistage.py",
|
| 3677 |
+
[
|
| 3678 |
+
"TestReproExternalS3MultiStage"
|
| 3679 |
+
]
|
| 3680 |
+
]
|
| 3681 |
+
],
|
| 3682 |
+
"TestReproExternalGSMultiStage": [
|
| 3683 |
+
[
|
| 3684 |
+
"tests/func/test_repro_multistage.py",
|
| 3685 |
+
[
|
| 3686 |
+
"TestReproExternalGSMultiStage"
|
| 3687 |
+
]
|
| 3688 |
+
]
|
| 3689 |
+
],
|
| 3690 |
+
"TestReproExternalHDFSMultiStage": [
|
| 3691 |
+
[
|
| 3692 |
+
"tests/func/test_repro_multistage.py",
|
| 3693 |
+
[
|
| 3694 |
+
"TestReproExternalHDFSMultiStage"
|
| 3695 |
+
]
|
| 3696 |
+
]
|
| 3697 |
+
],
|
| 3698 |
+
"TestReproExternalHTTPMultiStage": [
|
| 3699 |
+
[
|
| 3700 |
+
"tests/func/test_repro_multistage.py",
|
| 3701 |
+
[
|
| 3702 |
+
"TestReproExternalHTTPMultiStage"
|
| 3703 |
+
]
|
| 3704 |
+
]
|
| 3705 |
+
],
|
| 3706 |
+
"TestReproExternalLOCALMultiStage": [
|
| 3707 |
+
[
|
| 3708 |
+
"tests/func/test_repro_multistage.py",
|
| 3709 |
+
[
|
| 3710 |
+
"TestReproExternalLOCALMultiStage"
|
| 3711 |
+
]
|
| 3712 |
+
]
|
| 3713 |
+
],
|
| 3714 |
+
"TestReproExternalSSHMultiStage": [
|
| 3715 |
+
[
|
| 3716 |
+
"tests/func/test_repro_multistage.py",
|
| 3717 |
+
[
|
| 3718 |
+
"TestReproExternalSSHMultiStage"
|
| 3719 |
+
]
|
| 3720 |
+
]
|
| 3721 |
+
],
|
| 3722 |
+
"TestRunEmpty": [
|
| 3723 |
+
[
|
| 3724 |
+
"tests/func/test_run_single_stage.py",
|
| 3725 |
+
[
|
| 3726 |
+
"TestRunEmpty"
|
| 3727 |
+
]
|
| 3728 |
+
]
|
| 3729 |
+
],
|
| 3730 |
+
"TestRunMissingDep": [
|
| 3731 |
+
[
|
| 3732 |
+
"tests/func/test_run_single_stage.py",
|
| 3733 |
+
[
|
| 3734 |
+
"TestRunMissingDep"
|
| 3735 |
+
]
|
| 3736 |
+
]
|
| 3737 |
+
],
|
| 3738 |
+
"TestRunNoExec": [
|
| 3739 |
+
[
|
| 3740 |
+
"tests/func/test_run_single_stage.py",
|
| 3741 |
+
[
|
| 3742 |
+
"TestRunNoExec"
|
| 3743 |
+
]
|
| 3744 |
+
]
|
| 3745 |
+
],
|
| 3746 |
+
"TestRunCircularDependency": [
|
| 3747 |
+
[
|
| 3748 |
+
"tests/func/test_run_single_stage.py",
|
| 3749 |
+
[
|
| 3750 |
+
"TestRunCircularDependency"
|
| 3751 |
+
]
|
| 3752 |
+
]
|
| 3753 |
+
],
|
| 3754 |
+
"TestRunDuplicatedArguments": [
|
| 3755 |
+
[
|
| 3756 |
+
"tests/func/test_run_single_stage.py",
|
| 3757 |
+
[
|
| 3758 |
+
"TestRunDuplicatedArguments"
|
| 3759 |
+
]
|
| 3760 |
+
]
|
| 3761 |
+
],
|
| 3762 |
+
"TestRunStageInsideOutput": [
|
| 3763 |
+
[
|
| 3764 |
+
"tests/func/test_run_single_stage.py",
|
| 3765 |
+
[
|
| 3766 |
+
"TestRunStageInsideOutput"
|
| 3767 |
+
]
|
| 3768 |
+
]
|
| 3769 |
+
],
|
| 3770 |
+
"TestRunBadCwd": [
|
| 3771 |
+
[
|
| 3772 |
+
"tests/func/test_run_single_stage.py",
|
| 3773 |
+
[
|
| 3774 |
+
"TestRunBadCwd"
|
| 3775 |
+
]
|
| 3776 |
+
]
|
| 3777 |
+
],
|
| 3778 |
+
"TestRunBadWdir": [
|
| 3779 |
+
[
|
| 3780 |
+
"tests/func/test_run_single_stage.py",
|
| 3781 |
+
[
|
| 3782 |
+
"TestRunBadWdir"
|
| 3783 |
+
]
|
| 3784 |
+
]
|
| 3785 |
+
],
|
| 3786 |
+
"TestRunBadName": [
|
| 3787 |
+
[
|
| 3788 |
+
"tests/func/test_run_single_stage.py",
|
| 3789 |
+
[
|
| 3790 |
+
"TestRunBadName"
|
| 3791 |
+
]
|
| 3792 |
+
]
|
| 3793 |
+
],
|
| 3794 |
+
"TestRunRemoveOuts": [
|
| 3795 |
+
[
|
| 3796 |
+
"tests/func/test_run_single_stage.py",
|
| 3797 |
+
[
|
| 3798 |
+
"TestRunRemoveOuts"
|
| 3799 |
+
]
|
| 3800 |
+
]
|
| 3801 |
+
],
|
| 3802 |
+
"TestRunUnprotectOutsCopy": [
|
| 3803 |
+
[
|
| 3804 |
+
"tests/func/test_run_single_stage.py",
|
| 3805 |
+
[
|
| 3806 |
+
"TestRunUnprotectOutsCopy"
|
| 3807 |
+
]
|
| 3808 |
+
]
|
| 3809 |
+
],
|
| 3810 |
+
"TestRunUnprotectOutsSymlink": [
|
| 3811 |
+
[
|
| 3812 |
+
"tests/func/test_run_single_stage.py",
|
| 3813 |
+
[
|
| 3814 |
+
"TestRunUnprotectOutsSymlink"
|
| 3815 |
+
]
|
| 3816 |
+
]
|
| 3817 |
+
],
|
| 3818 |
+
"TestRunUnprotectOutsHardlink": [
|
| 3819 |
+
[
|
| 3820 |
+
"tests/func/test_run_single_stage.py",
|
| 3821 |
+
[
|
| 3822 |
+
"TestRunUnprotectOutsHardlink"
|
| 3823 |
+
]
|
| 3824 |
+
]
|
| 3825 |
+
],
|
| 3826 |
+
"TestCmdRunOverwrite": [
|
| 3827 |
+
[
|
| 3828 |
+
"tests/func/test_run_single_stage.py",
|
| 3829 |
+
[
|
| 3830 |
+
"TestCmdRunOverwrite"
|
| 3831 |
+
]
|
| 3832 |
+
]
|
| 3833 |
+
],
|
| 3834 |
+
"TestCmdRunCliMetrics": [
|
| 3835 |
+
[
|
| 3836 |
+
"tests/func/test_run_single_stage.py",
|
| 3837 |
+
[
|
| 3838 |
+
"TestCmdRunCliMetrics"
|
| 3839 |
+
]
|
| 3840 |
+
]
|
| 3841 |
+
],
|
| 3842 |
+
"TestCmdRunWorkingDirectory": [
|
| 3843 |
+
[
|
| 3844 |
+
"tests/func/test_run_single_stage.py",
|
| 3845 |
+
[
|
| 3846 |
+
"TestCmdRunWorkingDirectory"
|
| 3847 |
+
]
|
| 3848 |
+
]
|
| 3849 |
+
],
|
| 3850 |
+
"TestRunCommit": [
|
| 3851 |
+
[
|
| 3852 |
+
"tests/func/test_run_single_stage.py",
|
| 3853 |
+
[
|
| 3854 |
+
"TestRunCommit"
|
| 3855 |
+
]
|
| 3856 |
+
]
|
| 3857 |
+
],
|
| 3858 |
+
"TestRunPersist": [
|
| 3859 |
+
[
|
| 3860 |
+
"tests/func/test_run_single_stage.py",
|
| 3861 |
+
[
|
| 3862 |
+
"TestRunPersist"
|
| 3863 |
+
]
|
| 3864 |
+
]
|
| 3865 |
+
],
|
| 3866 |
+
"TestRunPersistOuts": [
|
| 3867 |
+
[
|
| 3868 |
+
"tests/func/test_run_single_stage.py",
|
| 3869 |
+
[
|
| 3870 |
+
"TestRunPersistOuts"
|
| 3871 |
+
]
|
| 3872 |
+
]
|
| 3873 |
+
],
|
| 3874 |
+
"TestRunPersistOutsNoCache": [
|
| 3875 |
+
[
|
| 3876 |
+
"tests/func/test_run_single_stage.py",
|
| 3877 |
+
[
|
| 3878 |
+
"TestRunPersistOutsNoCache"
|
| 3879 |
+
]
|
| 3880 |
+
]
|
| 3881 |
+
],
|
| 3882 |
+
"TestShouldRaiseOnOverlappingOutputPaths": [
|
| 3883 |
+
[
|
| 3884 |
+
"tests/func/test_run_single_stage.py",
|
| 3885 |
+
[
|
| 3886 |
+
"TestShouldRaiseOnOverlappingOutputPaths"
|
| 3887 |
+
]
|
| 3888 |
+
]
|
| 3889 |
+
],
|
| 3890 |
+
"TestRerunWithSameOutputs": [
|
| 3891 |
+
[
|
| 3892 |
+
"tests/func/test_run_single_stage.py",
|
| 3893 |
+
[
|
| 3894 |
+
"TestRerunWithSameOutputs"
|
| 3895 |
+
]
|
| 3896 |
+
]
|
| 3897 |
+
],
|
| 3898 |
+
"TestNewRunShouldRemoveOutsOnNoPersist": [
|
| 3899 |
+
[
|
| 3900 |
+
"tests/func/test_run_single_stage.py",
|
| 3901 |
+
[
|
| 3902 |
+
"TestNewRunShouldRemoveOutsOnNoPersist"
|
| 3903 |
+
]
|
| 3904 |
+
]
|
| 3905 |
+
],
|
| 3906 |
+
"TestNewRunShouldNotRemoveOutsOnPersist": [
|
| 3907 |
+
[
|
| 3908 |
+
"tests/func/test_run_single_stage.py",
|
| 3909 |
+
[
|
| 3910 |
+
"TestNewRunShouldNotRemoveOutsOnPersist"
|
| 3911 |
+
]
|
| 3912 |
+
]
|
| 3913 |
+
],
|
| 3914 |
+
"TestShouldNotCheckoutUponCorruptedLocalHardlinkCache": [
|
| 3915 |
+
[
|
| 3916 |
+
"tests/func/test_run_single_stage.py",
|
| 3917 |
+
[
|
| 3918 |
+
"TestShouldNotCheckoutUponCorruptedLocalHardlinkCache"
|
| 3919 |
+
]
|
| 3920 |
+
]
|
| 3921 |
+
],
|
| 3922 |
+
"TestPersistentOutput": [
|
| 3923 |
+
[
|
| 3924 |
+
"tests/func/test_run_single_stage.py",
|
| 3925 |
+
[
|
| 3926 |
+
"TestPersistentOutput"
|
| 3927 |
+
]
|
| 3928 |
+
]
|
| 3929 |
+
],
|
| 3930 |
+
"TestSCMGit": [
|
| 3931 |
+
[
|
| 3932 |
+
"tests/func/test_scm.py",
|
| 3933 |
+
[
|
| 3934 |
+
"TestSCMGit"
|
| 3935 |
+
]
|
| 3936 |
+
]
|
| 3937 |
+
],
|
| 3938 |
+
"TestSCMGitSubmodule": [
|
| 3939 |
+
[
|
| 3940 |
+
"tests/func/test_scm.py",
|
| 3941 |
+
[
|
| 3942 |
+
"TestSCMGitSubmodule"
|
| 3943 |
+
]
|
| 3944 |
+
]
|
| 3945 |
+
],
|
| 3946 |
+
"TestReload": [
|
| 3947 |
+
[
|
| 3948 |
+
"tests/func/test_stage.py",
|
| 3949 |
+
[
|
| 3950 |
+
"TestReload"
|
| 3951 |
+
]
|
| 3952 |
+
]
|
| 3953 |
+
],
|
| 3954 |
+
"TestDefaultWorkingDirectory": [
|
| 3955 |
+
[
|
| 3956 |
+
"tests/func/test_stage.py",
|
| 3957 |
+
[
|
| 3958 |
+
"TestDefaultWorkingDirectory"
|
| 3959 |
+
]
|
| 3960 |
+
]
|
| 3961 |
+
],
|
| 3962 |
+
"TestExternalRemoteResolution": [
|
| 3963 |
+
[
|
| 3964 |
+
"tests/func/test_stage.py",
|
| 3965 |
+
[
|
| 3966 |
+
"TestExternalRemoteResolution"
|
| 3967 |
+
]
|
| 3968 |
+
]
|
| 3969 |
+
],
|
| 3970 |
+
"TestWorkingTree": [
|
| 3971 |
+
[
|
| 3972 |
+
"tests/func/test_tree.py",
|
| 3973 |
+
[
|
| 3974 |
+
"TestWorkingTree"
|
| 3975 |
+
]
|
| 3976 |
+
]
|
| 3977 |
+
],
|
| 3978 |
+
"GitTreeTests": [
|
| 3979 |
+
[
|
| 3980 |
+
"tests/func/test_tree.py",
|
| 3981 |
+
[
|
| 3982 |
+
"GitTreeTests"
|
| 3983 |
+
]
|
| 3984 |
+
]
|
| 3985 |
+
],
|
| 3986 |
+
"TestGitTree": [
|
| 3987 |
+
[
|
| 3988 |
+
"tests/func/test_tree.py",
|
| 3989 |
+
[
|
| 3990 |
+
"TestGitTree"
|
| 3991 |
+
]
|
| 3992 |
+
]
|
| 3993 |
+
],
|
| 3994 |
+
"TestGitSubmoduleTree": [
|
| 3995 |
+
[
|
| 3996 |
+
"tests/func/test_tree.py",
|
| 3997 |
+
[
|
| 3998 |
+
"TestGitSubmoduleTree"
|
| 3999 |
+
]
|
| 4000 |
+
]
|
| 4001 |
+
],
|
| 4002 |
+
"AssertWalkEqualMixin": [
|
| 4003 |
+
[
|
| 4004 |
+
"tests/func/test_tree.py",
|
| 4005 |
+
[
|
| 4006 |
+
"AssertWalkEqualMixin"
|
| 4007 |
+
]
|
| 4008 |
+
]
|
| 4009 |
+
],
|
| 4010 |
+
"TestWalkInNoSCM": [
|
| 4011 |
+
[
|
| 4012 |
+
"tests/func/test_tree.py",
|
| 4013 |
+
[
|
| 4014 |
+
"TestWalkInNoSCM"
|
| 4015 |
+
]
|
| 4016 |
+
]
|
| 4017 |
+
],
|
| 4018 |
+
"TestWalkInGit": [
|
| 4019 |
+
[
|
| 4020 |
+
"tests/func/test_tree.py",
|
| 4021 |
+
[
|
| 4022 |
+
"TestWalkInGit"
|
| 4023 |
+
]
|
| 4024 |
+
]
|
| 4025 |
+
],
|
| 4026 |
+
"TestUnprotect": [
|
| 4027 |
+
[
|
| 4028 |
+
"tests/func/test_unprotect.py",
|
| 4029 |
+
[
|
| 4030 |
+
"TestUnprotect"
|
| 4031 |
+
]
|
| 4032 |
+
]
|
| 4033 |
+
],
|
| 4034 |
+
"Local": [
|
| 4035 |
+
[
|
| 4036 |
+
"tests/remotes.py",
|
| 4037 |
+
[
|
| 4038 |
+
"Local"
|
| 4039 |
+
]
|
| 4040 |
+
]
|
| 4041 |
+
],
|
| 4042 |
+
"S3": [
|
| 4043 |
+
[
|
| 4044 |
+
"tests/remotes.py",
|
| 4045 |
+
[
|
| 4046 |
+
"S3"
|
| 4047 |
+
]
|
| 4048 |
+
]
|
| 4049 |
+
],
|
| 4050 |
+
"S3Mocked": [
|
| 4051 |
+
[
|
| 4052 |
+
"tests/remotes.py",
|
| 4053 |
+
[
|
| 4054 |
+
"S3Mocked"
|
| 4055 |
+
]
|
| 4056 |
+
]
|
| 4057 |
+
],
|
| 4058 |
+
"GCP": [
|
| 4059 |
+
[
|
| 4060 |
+
"tests/remotes.py",
|
| 4061 |
+
[
|
| 4062 |
+
"GCP"
|
| 4063 |
+
]
|
| 4064 |
+
]
|
| 4065 |
+
],
|
| 4066 |
+
"GDrive": [
|
| 4067 |
+
[
|
| 4068 |
+
"tests/remotes.py",
|
| 4069 |
+
[
|
| 4070 |
+
"GDrive"
|
| 4071 |
+
]
|
| 4072 |
+
]
|
| 4073 |
+
],
|
| 4074 |
+
"Azure": [
|
| 4075 |
+
[
|
| 4076 |
+
"tests/remotes.py",
|
| 4077 |
+
[
|
| 4078 |
+
"Azure"
|
| 4079 |
+
]
|
| 4080 |
+
]
|
| 4081 |
+
],
|
| 4082 |
+
"OSS": [
|
| 4083 |
+
[
|
| 4084 |
+
"tests/remotes.py",
|
| 4085 |
+
[
|
| 4086 |
+
"OSS"
|
| 4087 |
+
]
|
| 4088 |
+
]
|
| 4089 |
+
],
|
| 4090 |
+
"SSH": [
|
| 4091 |
+
[
|
| 4092 |
+
"tests/remotes.py",
|
| 4093 |
+
[
|
| 4094 |
+
"SSH"
|
| 4095 |
+
]
|
| 4096 |
+
]
|
| 4097 |
+
],
|
| 4098 |
+
"SSHMocked": [
|
| 4099 |
+
[
|
| 4100 |
+
"tests/remotes.py",
|
| 4101 |
+
[
|
| 4102 |
+
"SSHMocked"
|
| 4103 |
+
]
|
| 4104 |
+
]
|
| 4105 |
+
],
|
| 4106 |
+
"HDFS": [
|
| 4107 |
+
[
|
| 4108 |
+
"tests/remotes.py",
|
| 4109 |
+
[
|
| 4110 |
+
"HDFS"
|
| 4111 |
+
]
|
| 4112 |
+
]
|
| 4113 |
+
],
|
| 4114 |
+
"HTTP": [
|
| 4115 |
+
[
|
| 4116 |
+
"tests/remotes.py",
|
| 4117 |
+
[
|
| 4118 |
+
"HTTP"
|
| 4119 |
+
]
|
| 4120 |
+
]
|
| 4121 |
+
],
|
| 4122 |
+
"TestGSDependency": [
|
| 4123 |
+
[
|
| 4124 |
+
"tests/unit/dependency/test_gs.py",
|
| 4125 |
+
[
|
| 4126 |
+
"TestGSDependency"
|
| 4127 |
+
]
|
| 4128 |
+
]
|
| 4129 |
+
],
|
| 4130 |
+
"TestHDFSDependency": [
|
| 4131 |
+
[
|
| 4132 |
+
"tests/unit/dependency/test_hdfs.py",
|
| 4133 |
+
[
|
| 4134 |
+
"TestHDFSDependency"
|
| 4135 |
+
]
|
| 4136 |
+
]
|
| 4137 |
+
],
|
| 4138 |
+
"TestHTTPDependency": [
|
| 4139 |
+
[
|
| 4140 |
+
"tests/unit/dependency/test_http.py",
|
| 4141 |
+
[
|
| 4142 |
+
"TestHTTPDependency"
|
| 4143 |
+
]
|
| 4144 |
+
]
|
| 4145 |
+
],
|
| 4146 |
+
"TestLocalDependency": [
|
| 4147 |
+
[
|
| 4148 |
+
"tests/unit/dependency/test_local.py",
|
| 4149 |
+
[
|
| 4150 |
+
"TestLocalDependency"
|
| 4151 |
+
]
|
| 4152 |
+
]
|
| 4153 |
+
],
|
| 4154 |
+
"TestS3Dependency": [
|
| 4155 |
+
[
|
| 4156 |
+
"tests/unit/dependency/test_s3.py",
|
| 4157 |
+
[
|
| 4158 |
+
"TestS3Dependency"
|
| 4159 |
+
]
|
| 4160 |
+
]
|
| 4161 |
+
],
|
| 4162 |
+
"TestSSHDependency": [
|
| 4163 |
+
[
|
| 4164 |
+
"tests/unit/dependency/test_ssh.py",
|
| 4165 |
+
[
|
| 4166 |
+
"TestSSHDependency"
|
| 4167 |
+
]
|
| 4168 |
+
]
|
| 4169 |
+
],
|
| 4170 |
+
"TestGSOutput": [
|
| 4171 |
+
[
|
| 4172 |
+
"tests/unit/output/test_gs.py",
|
| 4173 |
+
[
|
| 4174 |
+
"TestGSOutput"
|
| 4175 |
+
]
|
| 4176 |
+
]
|
| 4177 |
+
],
|
| 4178 |
+
"TestHDFSOutput": [
|
| 4179 |
+
[
|
| 4180 |
+
"tests/unit/output/test_hdfs.py",
|
| 4181 |
+
[
|
| 4182 |
+
"TestHDFSOutput"
|
| 4183 |
+
]
|
| 4184 |
+
]
|
| 4185 |
+
],
|
| 4186 |
+
"TestLocalOutput": [
|
| 4187 |
+
[
|
| 4188 |
+
"tests/unit/output/test_local.py",
|
| 4189 |
+
[
|
| 4190 |
+
"TestLocalOutput"
|
| 4191 |
+
]
|
| 4192 |
+
]
|
| 4193 |
+
],
|
| 4194 |
+
"TestGetFilesNumber": [
|
| 4195 |
+
[
|
| 4196 |
+
"tests/unit/output/test_local.py",
|
| 4197 |
+
[
|
| 4198 |
+
"TestGetFilesNumber"
|
| 4199 |
+
]
|
| 4200 |
+
]
|
| 4201 |
+
],
|
| 4202 |
+
"TestS3Output": [
|
| 4203 |
+
[
|
| 4204 |
+
"tests/unit/output/test_s3.py",
|
| 4205 |
+
[
|
| 4206 |
+
"TestS3Output"
|
| 4207 |
+
]
|
| 4208 |
+
]
|
| 4209 |
+
],
|
| 4210 |
+
"TestSSHOutput": [
|
| 4211 |
+
[
|
| 4212 |
+
"tests/unit/output/test_ssh.py",
|
| 4213 |
+
[
|
| 4214 |
+
"TestSSHOutput"
|
| 4215 |
+
]
|
| 4216 |
+
]
|
| 4217 |
+
],
|
| 4218 |
+
"MyError": [
|
| 4219 |
+
[
|
| 4220 |
+
"tests/unit/remote/ssh/test_pool.py",
|
| 4221 |
+
[
|
| 4222 |
+
"test_doesnt_swallow_errors",
|
| 4223 |
+
"MyError"
|
| 4224 |
+
]
|
| 4225 |
+
]
|
| 4226 |
+
],
|
| 4227 |
+
"_CallableOrNone": [
|
| 4228 |
+
[
|
| 4229 |
+
"tests/unit/remote/test_base.py",
|
| 4230 |
+
[
|
| 4231 |
+
"_CallableOrNone"
|
| 4232 |
+
]
|
| 4233 |
+
]
|
| 4234 |
+
],
|
| 4235 |
+
"TestRemoteGDrive": [
|
| 4236 |
+
[
|
| 4237 |
+
"tests/unit/remote/test_gdrive.py",
|
| 4238 |
+
[
|
| 4239 |
+
"TestRemoteGDrive"
|
| 4240 |
+
]
|
| 4241 |
+
]
|
| 4242 |
+
],
|
| 4243 |
+
"TestScmContext": [
|
| 4244 |
+
[
|
| 4245 |
+
"tests/unit/scm/test_scm.py",
|
| 4246 |
+
[
|
| 4247 |
+
"TestScmContext"
|
| 4248 |
+
]
|
| 4249 |
+
]
|
| 4250 |
+
],
|
| 4251 |
+
"TestDaemon": [
|
| 4252 |
+
[
|
| 4253 |
+
"tests/unit/test_daemon.py",
|
| 4254 |
+
[
|
| 4255 |
+
"TestDaemon"
|
| 4256 |
+
]
|
| 4257 |
+
]
|
| 4258 |
+
],
|
| 4259 |
+
"TestColorFormatter": [
|
| 4260 |
+
[
|
| 4261 |
+
"tests/unit/test_logger.py",
|
| 4262 |
+
[
|
| 4263 |
+
"TestColorFormatter"
|
| 4264 |
+
]
|
| 4265 |
+
]
|
| 4266 |
+
],
|
| 4267 |
+
"TestConfirm": [
|
| 4268 |
+
[
|
| 4269 |
+
"tests/unit/test_prompt.py",
|
| 4270 |
+
[
|
| 4271 |
+
"TestConfirm"
|
| 4272 |
+
]
|
| 4273 |
+
]
|
| 4274 |
+
],
|
| 4275 |
+
"TestPathConversion": [
|
| 4276 |
+
[
|
| 4277 |
+
"tests/unit/test_stage.py",
|
| 4278 |
+
[
|
| 4279 |
+
"TestPathConversion"
|
| 4280 |
+
]
|
| 4281 |
+
]
|
| 4282 |
+
],
|
| 4283 |
+
"MyDict": [
|
| 4284 |
+
[
|
| 4285 |
+
"tests/unit/utils/test_collections.py",
|
| 4286 |
+
[
|
| 4287 |
+
"MyDict"
|
| 4288 |
+
]
|
| 4289 |
+
]
|
| 4290 |
+
],
|
| 4291 |
+
"MyInt": [
|
| 4292 |
+
[
|
| 4293 |
+
"tests/unit/utils/test_collections.py",
|
| 4294 |
+
[
|
| 4295 |
+
"MyInt"
|
| 4296 |
+
]
|
| 4297 |
+
]
|
| 4298 |
+
],
|
| 4299 |
+
"TestMtimeAndSize": [
|
| 4300 |
+
[
|
| 4301 |
+
"tests/unit/utils/test_fs.py",
|
| 4302 |
+
[
|
| 4303 |
+
"TestMtimeAndSize"
|
| 4304 |
+
]
|
| 4305 |
+
]
|
| 4306 |
+
],
|
| 4307 |
+
"TestContainsLink": [
|
| 4308 |
+
[
|
| 4309 |
+
"tests/unit/utils/test_fs.py",
|
| 4310 |
+
[
|
| 4311 |
+
"TestContainsLink"
|
| 4312 |
+
]
|
| 4313 |
+
]
|
| 4314 |
+
],
|
| 4315 |
+
"TestRequestHandler": [
|
| 4316 |
+
[
|
| 4317 |
+
"tests/utils/httpd.py",
|
| 4318 |
+
[
|
| 4319 |
+
"TestRequestHandler"
|
| 4320 |
+
]
|
| 4321 |
+
]
|
| 4322 |
+
],
|
| 4323 |
+
"ETagHandler": [
|
| 4324 |
+
[
|
| 4325 |
+
"tests/utils/httpd.py",
|
| 4326 |
+
[
|
| 4327 |
+
"ETagHandler"
|
| 4328 |
+
]
|
| 4329 |
+
]
|
| 4330 |
+
],
|
| 4331 |
+
"ContentMD5Handler": [
|
| 4332 |
+
[
|
| 4333 |
+
"tests/utils/httpd.py",
|
| 4334 |
+
[
|
| 4335 |
+
"ContentMD5Handler"
|
| 4336 |
+
]
|
| 4337 |
+
]
|
| 4338 |
+
],
|
| 4339 |
+
"PushRequestHandler": [
|
| 4340 |
+
[
|
| 4341 |
+
"tests/utils/httpd.py",
|
| 4342 |
+
[
|
| 4343 |
+
"PushRequestHandler"
|
| 4344 |
+
]
|
| 4345 |
+
]
|
| 4346 |
+
],
|
| 4347 |
+
"StaticFileServer": [
|
| 4348 |
+
[
|
| 4349 |
+
"tests/utils/httpd.py",
|
| 4350 |
+
[
|
| 4351 |
+
"StaticFileServer"
|
| 4352 |
+
]
|
| 4353 |
+
]
|
| 4354 |
+
]
|
| 4355 |
+
}
|
iterative__dvc-3794/blocks_by_function_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
iterative__dvc-3794/docstore.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
iterative__dvc-3794/settings.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_model": "voyage-code-2",
|
| 3 |
+
"dimensions": 1536,
|
| 4 |
+
"language": "python",
|
| 5 |
+
"min_chunk_size": 100,
|
| 6 |
+
"chunk_size": 750,
|
| 7 |
+
"hard_token_limit": 2000,
|
| 8 |
+
"max_chunks": 200,
|
| 9 |
+
"comment_strategy": "associate"
|
| 10 |
+
}
|
iterative__dvc-3794/vector_index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mwaskom__seaborn-3010/settings.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_model": "voyage-code-2",
|
| 3 |
+
"dimensions": 1536,
|
| 4 |
+
"language": "python",
|
| 5 |
+
"min_chunk_size": 100,
|
| 6 |
+
"chunk_size": 750,
|
| 7 |
+
"hard_token_limit": 2000,
|
| 8 |
+
"max_chunks": 200,
|
| 9 |
+
"comment_strategy": "associate"
|
| 10 |
+
}
|
pandas-dev__pandas-50319/blocks_by_class_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pandas-dev__pandas-50319/blocks_by_function_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pandas-dev__pandas-50319/settings.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_model": "voyage-code-2",
|
| 3 |
+
"dimensions": 1536,
|
| 4 |
+
"language": "python",
|
| 5 |
+
"min_chunk_size": 100,
|
| 6 |
+
"chunk_size": 750,
|
| 7 |
+
"hard_token_limit": 2000,
|
| 8 |
+
"max_chunks": 200,
|
| 9 |
+
"comment_strategy": "associate"
|
| 10 |
+
}
|
pydantic__pydantic-5386/blocks_by_class_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pydantic__pydantic-5386/blocks_by_function_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pydantic__pydantic-5386/docstore.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pydantic__pydantic-5386/settings.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_model": "voyage-code-2",
|
| 3 |
+
"dimensions": 1536,
|
| 4 |
+
"language": "python",
|
| 5 |
+
"min_chunk_size": 100,
|
| 6 |
+
"chunk_size": 750,
|
| 7 |
+
"hard_token_limit": 2000,
|
| 8 |
+
"max_chunks": 200,
|
| 9 |
+
"comment_strategy": "associate"
|
| 10 |
+
}
|
pydantic__pydantic-5386/vector_index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pydantic__pydantic-8977/blocks_by_class_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pydantic__pydantic-8977/blocks_by_function_name.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pydantic__pydantic-8977/docstore.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pydantic__pydantic-8977/settings.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_model": "voyage-code-2",
|
| 3 |
+
"dimensions": 1536,
|
| 4 |
+
"language": "python",
|
| 5 |
+
"min_chunk_size": 100,
|
| 6 |
+
"chunk_size": 750,
|
| 7 |
+
"hard_token_limit": 2000,
|
| 8 |
+
"max_chunks": 200,
|
| 9 |
+
"comment_strategy": "associate"
|
| 10 |
+
}
|
pydantic__pydantic-8977/vector_index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
python__mypy-10284/blocks_by_class_name.json
ADDED
|
@@ -0,0 +1,5965 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CacheData": [
|
| 3 |
+
[
|
| 4 |
+
"misc/analyze_cache.py",
|
| 5 |
+
[
|
| 6 |
+
"CacheData"
|
| 7 |
+
]
|
| 8 |
+
]
|
| 9 |
+
],
|
| 10 |
+
"It": [
|
| 11 |
+
[
|
| 12 |
+
"misc/async_matrix.py",
|
| 13 |
+
[
|
| 14 |
+
"It"
|
| 15 |
+
]
|
| 16 |
+
]
|
| 17 |
+
],
|
| 18 |
+
"Aw": [
|
| 19 |
+
[
|
| 20 |
+
"misc/async_matrix.py",
|
| 21 |
+
[
|
| 22 |
+
"Aw"
|
| 23 |
+
]
|
| 24 |
+
]
|
| 25 |
+
],
|
| 26 |
+
"FixAnnotate": [
|
| 27 |
+
[
|
| 28 |
+
"misc/fix_annotate.py",
|
| 29 |
+
[
|
| 30 |
+
"FixAnnotate"
|
| 31 |
+
]
|
| 32 |
+
]
|
| 33 |
+
],
|
| 34 |
+
"Command": [
|
| 35 |
+
[
|
| 36 |
+
"misc/perf_checker.py",
|
| 37 |
+
[
|
| 38 |
+
"Command"
|
| 39 |
+
]
|
| 40 |
+
]
|
| 41 |
+
],
|
| 42 |
+
"ProperTypePlugin": [
|
| 43 |
+
[
|
| 44 |
+
"misc/proper_plugin.py",
|
| 45 |
+
[
|
| 46 |
+
"ProperTypePlugin"
|
| 47 |
+
]
|
| 48 |
+
]
|
| 49 |
+
],
|
| 50 |
+
"Chunk": [
|
| 51 |
+
[
|
| 52 |
+
"misc/test_case_to_actual.py",
|
| 53 |
+
[
|
| 54 |
+
"Chunk"
|
| 55 |
+
]
|
| 56 |
+
]
|
| 57 |
+
],
|
| 58 |
+
"ArgTypeExpander": [
|
| 59 |
+
[
|
| 60 |
+
"mypy/argmap.py",
|
| 61 |
+
[
|
| 62 |
+
"ArgTypeExpander"
|
| 63 |
+
]
|
| 64 |
+
]
|
| 65 |
+
],
|
| 66 |
+
"Frame": [
|
| 67 |
+
[
|
| 68 |
+
"mypy/binder.py",
|
| 69 |
+
[
|
| 70 |
+
"Frame"
|
| 71 |
+
]
|
| 72 |
+
]
|
| 73 |
+
],
|
| 74 |
+
"ConditionalTypeBinder": [
|
| 75 |
+
[
|
| 76 |
+
"mypy/binder.py",
|
| 77 |
+
[
|
| 78 |
+
"ConditionalTypeBinder"
|
| 79 |
+
]
|
| 80 |
+
]
|
| 81 |
+
],
|
| 82 |
+
"BuildResult": [
|
| 83 |
+
[
|
| 84 |
+
"mypy/build.py",
|
| 85 |
+
[
|
| 86 |
+
"BuildResult"
|
| 87 |
+
]
|
| 88 |
+
]
|
| 89 |
+
],
|
| 90 |
+
"BuildSourceSet": [
|
| 91 |
+
[
|
| 92 |
+
"mypy/build.py",
|
| 93 |
+
[
|
| 94 |
+
"BuildSourceSet"
|
| 95 |
+
]
|
| 96 |
+
]
|
| 97 |
+
],
|
| 98 |
+
"BuildManager": [
|
| 99 |
+
[
|
| 100 |
+
"mypy/build.py",
|
| 101 |
+
[
|
| 102 |
+
"BuildManager"
|
| 103 |
+
]
|
| 104 |
+
]
|
| 105 |
+
],
|
| 106 |
+
"ModuleNotFound": [
|
| 107 |
+
[
|
| 108 |
+
"mypy/build.py",
|
| 109 |
+
[
|
| 110 |
+
"ModuleNotFound"
|
| 111 |
+
]
|
| 112 |
+
]
|
| 113 |
+
],
|
| 114 |
+
"State": [
|
| 115 |
+
[
|
| 116 |
+
"mypy/build.py",
|
| 117 |
+
[
|
| 118 |
+
"State"
|
| 119 |
+
]
|
| 120 |
+
]
|
| 121 |
+
],
|
| 122 |
+
"NodeInfo": [
|
| 123 |
+
[
|
| 124 |
+
"mypy/build.py",
|
| 125 |
+
[
|
| 126 |
+
"NodeInfo"
|
| 127 |
+
]
|
| 128 |
+
]
|
| 129 |
+
],
|
| 130 |
+
"TypeChecker": [
|
| 131 |
+
[
|
| 132 |
+
"mypy/checker.py",
|
| 133 |
+
[
|
| 134 |
+
"TypeChecker"
|
| 135 |
+
]
|
| 136 |
+
]
|
| 137 |
+
],
|
| 138 |
+
"TypeTransformVisitor": [
|
| 139 |
+
[
|
| 140 |
+
"mypy/checker.py",
|
| 141 |
+
[
|
| 142 |
+
"TypeTransformVisitor"
|
| 143 |
+
]
|
| 144 |
+
]
|
| 145 |
+
],
|
| 146 |
+
"NothingSeeker": [
|
| 147 |
+
[
|
| 148 |
+
"mypy/checker.py",
|
| 149 |
+
[
|
| 150 |
+
"NothingSeeker"
|
| 151 |
+
]
|
| 152 |
+
]
|
| 153 |
+
],
|
| 154 |
+
"SetNothingToAny": [
|
| 155 |
+
[
|
| 156 |
+
"mypy/checker.py",
|
| 157 |
+
[
|
| 158 |
+
"SetNothingToAny"
|
| 159 |
+
]
|
| 160 |
+
]
|
| 161 |
+
],
|
| 162 |
+
"CheckerScope": [
|
| 163 |
+
[
|
| 164 |
+
"mypy/checker.py",
|
| 165 |
+
[
|
| 166 |
+
"CheckerScope"
|
| 167 |
+
]
|
| 168 |
+
]
|
| 169 |
+
],
|
| 170 |
+
"DisjointDict": [
|
| 171 |
+
[
|
| 172 |
+
"mypy/checker.py",
|
| 173 |
+
[
|
| 174 |
+
"DisjointDict"
|
| 175 |
+
]
|
| 176 |
+
]
|
| 177 |
+
],
|
| 178 |
+
"TooManyUnions": [
|
| 179 |
+
[
|
| 180 |
+
"mypy/checkexpr.py",
|
| 181 |
+
[
|
| 182 |
+
"TooManyUnions"
|
| 183 |
+
]
|
| 184 |
+
]
|
| 185 |
+
],
|
| 186 |
+
"Finished": [
|
| 187 |
+
[
|
| 188 |
+
"mypy/checkexpr.py",
|
| 189 |
+
[
|
| 190 |
+
"Finished"
|
| 191 |
+
]
|
| 192 |
+
]
|
| 193 |
+
],
|
| 194 |
+
"ExpressionChecker": [
|
| 195 |
+
[
|
| 196 |
+
"mypy/checkexpr.py",
|
| 197 |
+
[
|
| 198 |
+
"ExpressionChecker"
|
| 199 |
+
]
|
| 200 |
+
]
|
| 201 |
+
],
|
| 202 |
+
"HasAnyType": [
|
| 203 |
+
[
|
| 204 |
+
"mypy/checkexpr.py",
|
| 205 |
+
[
|
| 206 |
+
"HasAnyType"
|
| 207 |
+
]
|
| 208 |
+
]
|
| 209 |
+
],
|
| 210 |
+
"ArgInferSecondPassQuery": [
|
| 211 |
+
[
|
| 212 |
+
"mypy/checkexpr.py",
|
| 213 |
+
[
|
| 214 |
+
"ArgInferSecondPassQuery"
|
| 215 |
+
]
|
| 216 |
+
]
|
| 217 |
+
],
|
| 218 |
+
"HasTypeVarQuery": [
|
| 219 |
+
[
|
| 220 |
+
"mypy/checkexpr.py",
|
| 221 |
+
[
|
| 222 |
+
"HasTypeVarQuery"
|
| 223 |
+
]
|
| 224 |
+
]
|
| 225 |
+
],
|
| 226 |
+
"HasErasedComponentsQuery": [
|
| 227 |
+
[
|
| 228 |
+
"mypy/checkexpr.py",
|
| 229 |
+
[
|
| 230 |
+
"HasErasedComponentsQuery"
|
| 231 |
+
]
|
| 232 |
+
]
|
| 233 |
+
],
|
| 234 |
+
"HasUninhabitedComponentsQuery": [
|
| 235 |
+
[
|
| 236 |
+
"mypy/checkexpr.py",
|
| 237 |
+
[
|
| 238 |
+
"HasUninhabitedComponentsQuery"
|
| 239 |
+
]
|
| 240 |
+
]
|
| 241 |
+
],
|
| 242 |
+
"MemberContext": [
|
| 243 |
+
[
|
| 244 |
+
"mypy/checkmember.py",
|
| 245 |
+
[
|
| 246 |
+
"MemberContext"
|
| 247 |
+
]
|
| 248 |
+
]
|
| 249 |
+
],
|
| 250 |
+
"ConversionSpecifier": [
|
| 251 |
+
[
|
| 252 |
+
"mypy/checkstrformat.py",
|
| 253 |
+
[
|
| 254 |
+
"ConversionSpecifier"
|
| 255 |
+
]
|
| 256 |
+
]
|
| 257 |
+
],
|
| 258 |
+
"StringFormatterChecker": [
|
| 259 |
+
[
|
| 260 |
+
"mypy/checkstrformat.py",
|
| 261 |
+
[
|
| 262 |
+
"StringFormatterChecker"
|
| 263 |
+
]
|
| 264 |
+
]
|
| 265 |
+
],
|
| 266 |
+
"Constraint": [
|
| 267 |
+
[
|
| 268 |
+
"mypy/constraints.py",
|
| 269 |
+
[
|
| 270 |
+
"Constraint"
|
| 271 |
+
]
|
| 272 |
+
]
|
| 273 |
+
],
|
| 274 |
+
"CompleteTypeVisitor": [
|
| 275 |
+
[
|
| 276 |
+
"mypy/constraints.py",
|
| 277 |
+
[
|
| 278 |
+
"CompleteTypeVisitor"
|
| 279 |
+
]
|
| 280 |
+
]
|
| 281 |
+
],
|
| 282 |
+
"ConstraintBuilderVisitor": [
|
| 283 |
+
[
|
| 284 |
+
"mypy/constraints.py",
|
| 285 |
+
[
|
| 286 |
+
"ConstraintBuilderVisitor"
|
| 287 |
+
]
|
| 288 |
+
]
|
| 289 |
+
],
|
| 290 |
+
"AugmentedHelpFormatter": [
|
| 291 |
+
[
|
| 292 |
+
"mypy/dmypy/client.py",
|
| 293 |
+
[
|
| 294 |
+
"AugmentedHelpFormatter"
|
| 295 |
+
]
|
| 296 |
+
],
|
| 297 |
+
[
|
| 298 |
+
"mypy/main.py",
|
| 299 |
+
[
|
| 300 |
+
"AugmentedHelpFormatter"
|
| 301 |
+
]
|
| 302 |
+
]
|
| 303 |
+
],
|
| 304 |
+
"BadStatus": [
|
| 305 |
+
[
|
| 306 |
+
"mypy/dmypy/client.py",
|
| 307 |
+
[
|
| 308 |
+
"BadStatus"
|
| 309 |
+
]
|
| 310 |
+
]
|
| 311 |
+
],
|
| 312 |
+
"Server": [
|
| 313 |
+
[
|
| 314 |
+
"mypy/dmypy_server.py",
|
| 315 |
+
[
|
| 316 |
+
"Server"
|
| 317 |
+
]
|
| 318 |
+
]
|
| 319 |
+
],
|
| 320 |
+
"EraseTypeVisitor": [
|
| 321 |
+
[
|
| 322 |
+
"mypy/erasetype.py",
|
| 323 |
+
[
|
| 324 |
+
"EraseTypeVisitor"
|
| 325 |
+
]
|
| 326 |
+
]
|
| 327 |
+
],
|
| 328 |
+
"TypeVarEraser": [
|
| 329 |
+
[
|
| 330 |
+
"mypy/erasetype.py",
|
| 331 |
+
[
|
| 332 |
+
"TypeVarEraser"
|
| 333 |
+
]
|
| 334 |
+
]
|
| 335 |
+
],
|
| 336 |
+
"LastKnownValueEraser": [
|
| 337 |
+
[
|
| 338 |
+
"mypy/erasetype.py",
|
| 339 |
+
[
|
| 340 |
+
"LastKnownValueEraser"
|
| 341 |
+
]
|
| 342 |
+
]
|
| 343 |
+
],
|
| 344 |
+
"ErrorCode": [
|
| 345 |
+
[
|
| 346 |
+
"mypy/errorcodes.py",
|
| 347 |
+
[
|
| 348 |
+
"ErrorCode"
|
| 349 |
+
]
|
| 350 |
+
]
|
| 351 |
+
],
|
| 352 |
+
"ErrorInfo": [
|
| 353 |
+
[
|
| 354 |
+
"mypy/errors.py",
|
| 355 |
+
[
|
| 356 |
+
"ErrorInfo"
|
| 357 |
+
]
|
| 358 |
+
]
|
| 359 |
+
],
|
| 360 |
+
"Errors": [
|
| 361 |
+
[
|
| 362 |
+
"mypy/errors.py",
|
| 363 |
+
[
|
| 364 |
+
"Errors"
|
| 365 |
+
]
|
| 366 |
+
],
|
| 367 |
+
[
|
| 368 |
+
"mypyc/errors.py",
|
| 369 |
+
[
|
| 370 |
+
"Errors"
|
| 371 |
+
]
|
| 372 |
+
]
|
| 373 |
+
],
|
| 374 |
+
"CompileError": [
|
| 375 |
+
[
|
| 376 |
+
"mypy/errors.py",
|
| 377 |
+
[
|
| 378 |
+
"CompileError"
|
| 379 |
+
]
|
| 380 |
+
]
|
| 381 |
+
],
|
| 382 |
+
"ExpandTypeVisitor": [
|
| 383 |
+
[
|
| 384 |
+
"mypy/expandtype.py",
|
| 385 |
+
[
|
| 386 |
+
"ExpandTypeVisitor"
|
| 387 |
+
]
|
| 388 |
+
]
|
| 389 |
+
],
|
| 390 |
+
"TypeTranslationError": [
|
| 391 |
+
[
|
| 392 |
+
"mypy/exprtotype.py",
|
| 393 |
+
[
|
| 394 |
+
"TypeTranslationError"
|
| 395 |
+
]
|
| 396 |
+
]
|
| 397 |
+
],
|
| 398 |
+
"ASTConverter": [
|
| 399 |
+
[
|
| 400 |
+
"mypy/fastparse.py",
|
| 401 |
+
[
|
| 402 |
+
"ASTConverter"
|
| 403 |
+
]
|
| 404 |
+
],
|
| 405 |
+
[
|
| 406 |
+
"mypy/fastparse2.py",
|
| 407 |
+
[
|
| 408 |
+
"ASTConverter"
|
| 409 |
+
]
|
| 410 |
+
]
|
| 411 |
+
],
|
| 412 |
+
"TypeConverter": [
|
| 413 |
+
[
|
| 414 |
+
"mypy/fastparse.py",
|
| 415 |
+
[
|
| 416 |
+
"TypeConverter"
|
| 417 |
+
]
|
| 418 |
+
]
|
| 419 |
+
],
|
| 420 |
+
"InvalidSourceList": [
|
| 421 |
+
[
|
| 422 |
+
"mypy/find_sources.py",
|
| 423 |
+
[
|
| 424 |
+
"InvalidSourceList"
|
| 425 |
+
]
|
| 426 |
+
]
|
| 427 |
+
],
|
| 428 |
+
"SourceFinder": [
|
| 429 |
+
[
|
| 430 |
+
"mypy/find_sources.py",
|
| 431 |
+
[
|
| 432 |
+
"SourceFinder"
|
| 433 |
+
]
|
| 434 |
+
]
|
| 435 |
+
],
|
| 436 |
+
"NodeFixer": [
|
| 437 |
+
[
|
| 438 |
+
"mypy/fixup.py",
|
| 439 |
+
[
|
| 440 |
+
"NodeFixer"
|
| 441 |
+
]
|
| 442 |
+
]
|
| 443 |
+
],
|
| 444 |
+
"TypeFixer": [
|
| 445 |
+
[
|
| 446 |
+
"mypy/fixup.py",
|
| 447 |
+
[
|
| 448 |
+
"TypeFixer"
|
| 449 |
+
]
|
| 450 |
+
]
|
| 451 |
+
],
|
| 452 |
+
"TreeFreer": [
|
| 453 |
+
[
|
| 454 |
+
"mypy/freetree.py",
|
| 455 |
+
[
|
| 456 |
+
"TreeFreer"
|
| 457 |
+
]
|
| 458 |
+
]
|
| 459 |
+
],
|
| 460 |
+
"FileSystemCache": [
|
| 461 |
+
[
|
| 462 |
+
"mypy/fscache.py",
|
| 463 |
+
[
|
| 464 |
+
"FileSystemCache"
|
| 465 |
+
]
|
| 466 |
+
]
|
| 467 |
+
],
|
| 468 |
+
"FileSystemWatcher": [
|
| 469 |
+
[
|
| 470 |
+
"mypy/fswatcher.py",
|
| 471 |
+
[
|
| 472 |
+
"FileSystemWatcher"
|
| 473 |
+
]
|
| 474 |
+
]
|
| 475 |
+
],
|
| 476 |
+
"GcLogger": [
|
| 477 |
+
[
|
| 478 |
+
"mypy/gclogger.py",
|
| 479 |
+
[
|
| 480 |
+
"GcLogger"
|
| 481 |
+
]
|
| 482 |
+
]
|
| 483 |
+
],
|
| 484 |
+
"TypeIndirectionVisitor": [
|
| 485 |
+
[
|
| 486 |
+
"mypy/indirection.py",
|
| 487 |
+
[
|
| 488 |
+
"TypeIndirectionVisitor"
|
| 489 |
+
]
|
| 490 |
+
]
|
| 491 |
+
],
|
| 492 |
+
"IPCException": [
|
| 493 |
+
[
|
| 494 |
+
"mypy/ipc.py",
|
| 495 |
+
[
|
| 496 |
+
"IPCException"
|
| 497 |
+
]
|
| 498 |
+
]
|
| 499 |
+
],
|
| 500 |
+
"IPCBase": [
|
| 501 |
+
[
|
| 502 |
+
"mypy/ipc.py",
|
| 503 |
+
[
|
| 504 |
+
"IPCBase"
|
| 505 |
+
]
|
| 506 |
+
]
|
| 507 |
+
],
|
| 508 |
+
"IPCClient": [
|
| 509 |
+
[
|
| 510 |
+
"mypy/ipc.py",
|
| 511 |
+
[
|
| 512 |
+
"IPCClient"
|
| 513 |
+
]
|
| 514 |
+
]
|
| 515 |
+
],
|
| 516 |
+
"IPCServer": [
|
| 517 |
+
[
|
| 518 |
+
"mypy/ipc.py",
|
| 519 |
+
[
|
| 520 |
+
"IPCServer"
|
| 521 |
+
]
|
| 522 |
+
]
|
| 523 |
+
],
|
| 524 |
+
"TypeJoinVisitor": [
|
| 525 |
+
[
|
| 526 |
+
"mypy/join.py",
|
| 527 |
+
[
|
| 528 |
+
"TypeJoinVisitor"
|
| 529 |
+
]
|
| 530 |
+
]
|
| 531 |
+
],
|
| 532 |
+
"_Hasher": [
|
| 533 |
+
[
|
| 534 |
+
"mypy/literals.py",
|
| 535 |
+
[
|
| 536 |
+
"_Hasher"
|
| 537 |
+
]
|
| 538 |
+
]
|
| 539 |
+
],
|
| 540 |
+
"PythonExecutableInferenceError": [
|
| 541 |
+
[
|
| 542 |
+
"mypy/main.py",
|
| 543 |
+
[
|
| 544 |
+
"PythonExecutableInferenceError"
|
| 545 |
+
]
|
| 546 |
+
]
|
| 547 |
+
],
|
| 548 |
+
"CapturableArgumentParser": [
|
| 549 |
+
[
|
| 550 |
+
"mypy/main.py",
|
| 551 |
+
[
|
| 552 |
+
"CapturableArgumentParser"
|
| 553 |
+
]
|
| 554 |
+
]
|
| 555 |
+
],
|
| 556 |
+
"CapturableVersionAction": [
|
| 557 |
+
[
|
| 558 |
+
"mypy/main.py",
|
| 559 |
+
[
|
| 560 |
+
"CapturableVersionAction"
|
| 561 |
+
]
|
| 562 |
+
]
|
| 563 |
+
],
|
| 564 |
+
"TypeMeetVisitor": [
|
| 565 |
+
[
|
| 566 |
+
"mypy/meet.py",
|
| 567 |
+
[
|
| 568 |
+
"TypeMeetVisitor"
|
| 569 |
+
]
|
| 570 |
+
]
|
| 571 |
+
],
|
| 572 |
+
"MessageBuilder": [
|
| 573 |
+
[
|
| 574 |
+
"mypy/messages.py",
|
| 575 |
+
[
|
| 576 |
+
"MessageBuilder"
|
| 577 |
+
]
|
| 578 |
+
]
|
| 579 |
+
],
|
| 580 |
+
"CollectAllInstancesQuery": [
|
| 581 |
+
[
|
| 582 |
+
"mypy/messages.py",
|
| 583 |
+
[
|
| 584 |
+
"CollectAllInstancesQuery"
|
| 585 |
+
]
|
| 586 |
+
]
|
| 587 |
+
],
|
| 588 |
+
"MetadataStore": [
|
| 589 |
+
[
|
| 590 |
+
"mypy/metastore.py",
|
| 591 |
+
[
|
| 592 |
+
"MetadataStore"
|
| 593 |
+
]
|
| 594 |
+
]
|
| 595 |
+
],
|
| 596 |
+
"FilesystemMetadataStore": [
|
| 597 |
+
[
|
| 598 |
+
"mypy/metastore.py",
|
| 599 |
+
[
|
| 600 |
+
"FilesystemMetadataStore"
|
| 601 |
+
]
|
| 602 |
+
]
|
| 603 |
+
],
|
| 604 |
+
"SqliteMetadataStore": [
|
| 605 |
+
[
|
| 606 |
+
"mypy/metastore.py",
|
| 607 |
+
[
|
| 608 |
+
"SqliteMetadataStore"
|
| 609 |
+
]
|
| 610 |
+
]
|
| 611 |
+
],
|
| 612 |
+
"MixedTraverserVisitor": [
|
| 613 |
+
[
|
| 614 |
+
"mypy/mixedtraverser.py",
|
| 615 |
+
[
|
| 616 |
+
"MixedTraverserVisitor"
|
| 617 |
+
]
|
| 618 |
+
]
|
| 619 |
+
],
|
| 620 |
+
"ModuleNotFoundReason": [
|
| 621 |
+
[
|
| 622 |
+
"mypy/modulefinder.py",
|
| 623 |
+
[
|
| 624 |
+
"ModuleNotFoundReason"
|
| 625 |
+
]
|
| 626 |
+
]
|
| 627 |
+
],
|
| 628 |
+
"BuildSource": [
|
| 629 |
+
[
|
| 630 |
+
"mypy/modulefinder.py",
|
| 631 |
+
[
|
| 632 |
+
"BuildSource"
|
| 633 |
+
]
|
| 634 |
+
]
|
| 635 |
+
],
|
| 636 |
+
"FindModuleCache": [
|
| 637 |
+
[
|
| 638 |
+
"mypy/modulefinder.py",
|
| 639 |
+
[
|
| 640 |
+
"FindModuleCache"
|
| 641 |
+
]
|
| 642 |
+
]
|
| 643 |
+
],
|
| 644 |
+
"ModuleProperties": [
|
| 645 |
+
[
|
| 646 |
+
"mypy/moduleinspect.py",
|
| 647 |
+
[
|
| 648 |
+
"ModuleProperties"
|
| 649 |
+
]
|
| 650 |
+
]
|
| 651 |
+
],
|
| 652 |
+
"InspectError": [
|
| 653 |
+
[
|
| 654 |
+
"mypy/moduleinspect.py",
|
| 655 |
+
[
|
| 656 |
+
"InspectError"
|
| 657 |
+
]
|
| 658 |
+
]
|
| 659 |
+
],
|
| 660 |
+
"ModuleInspect": [
|
| 661 |
+
[
|
| 662 |
+
"mypy/moduleinspect.py",
|
| 663 |
+
[
|
| 664 |
+
"ModuleInspect"
|
| 665 |
+
]
|
| 666 |
+
]
|
| 667 |
+
],
|
| 668 |
+
"MroError": [
|
| 669 |
+
[
|
| 670 |
+
"mypy/mro.py",
|
| 671 |
+
[
|
| 672 |
+
"MroError"
|
| 673 |
+
]
|
| 674 |
+
]
|
| 675 |
+
],
|
| 676 |
+
"Context": [
|
| 677 |
+
[
|
| 678 |
+
"mypy/nodes.py",
|
| 679 |
+
[
|
| 680 |
+
"Context"
|
| 681 |
+
]
|
| 682 |
+
]
|
| 683 |
+
],
|
| 684 |
+
"Node": [
|
| 685 |
+
[
|
| 686 |
+
"mypy/nodes.py",
|
| 687 |
+
[
|
| 688 |
+
"Node"
|
| 689 |
+
]
|
| 690 |
+
]
|
| 691 |
+
],
|
| 692 |
+
"Statement": [
|
| 693 |
+
[
|
| 694 |
+
"mypy/nodes.py",
|
| 695 |
+
[
|
| 696 |
+
"Statement"
|
| 697 |
+
]
|
| 698 |
+
]
|
| 699 |
+
],
|
| 700 |
+
"Expression": [
|
| 701 |
+
[
|
| 702 |
+
"mypy/nodes.py",
|
| 703 |
+
[
|
| 704 |
+
"Expression"
|
| 705 |
+
]
|
| 706 |
+
]
|
| 707 |
+
],
|
| 708 |
+
"FakeExpression": [
|
| 709 |
+
[
|
| 710 |
+
"mypy/nodes.py",
|
| 711 |
+
[
|
| 712 |
+
"FakeExpression"
|
| 713 |
+
]
|
| 714 |
+
]
|
| 715 |
+
],
|
| 716 |
+
"SymbolNode": [
|
| 717 |
+
[
|
| 718 |
+
"mypy/nodes.py",
|
| 719 |
+
[
|
| 720 |
+
"SymbolNode"
|
| 721 |
+
]
|
| 722 |
+
]
|
| 723 |
+
],
|
| 724 |
+
"MypyFile": [
|
| 725 |
+
[
|
| 726 |
+
"mypy/nodes.py",
|
| 727 |
+
[
|
| 728 |
+
"MypyFile"
|
| 729 |
+
]
|
| 730 |
+
]
|
| 731 |
+
],
|
| 732 |
+
"ImportBase": [
|
| 733 |
+
[
|
| 734 |
+
"mypy/nodes.py",
|
| 735 |
+
[
|
| 736 |
+
"ImportBase"
|
| 737 |
+
]
|
| 738 |
+
]
|
| 739 |
+
],
|
| 740 |
+
"Import": [
|
| 741 |
+
[
|
| 742 |
+
"mypy/nodes.py",
|
| 743 |
+
[
|
| 744 |
+
"Import"
|
| 745 |
+
]
|
| 746 |
+
]
|
| 747 |
+
],
|
| 748 |
+
"ImportFrom": [
|
| 749 |
+
[
|
| 750 |
+
"mypy/nodes.py",
|
| 751 |
+
[
|
| 752 |
+
"ImportFrom"
|
| 753 |
+
]
|
| 754 |
+
]
|
| 755 |
+
],
|
| 756 |
+
"ImportAll": [
|
| 757 |
+
[
|
| 758 |
+
"mypy/nodes.py",
|
| 759 |
+
[
|
| 760 |
+
"ImportAll"
|
| 761 |
+
]
|
| 762 |
+
]
|
| 763 |
+
],
|
| 764 |
+
"ImportedName": [
|
| 765 |
+
[
|
| 766 |
+
"mypy/nodes.py",
|
| 767 |
+
[
|
| 768 |
+
"ImportedName"
|
| 769 |
+
]
|
| 770 |
+
]
|
| 771 |
+
],
|
| 772 |
+
"FuncBase": [
|
| 773 |
+
[
|
| 774 |
+
"mypy/nodes.py",
|
| 775 |
+
[
|
| 776 |
+
"FuncBase"
|
| 777 |
+
]
|
| 778 |
+
]
|
| 779 |
+
],
|
| 780 |
+
"OverloadedFuncDef": [
|
| 781 |
+
[
|
| 782 |
+
"mypy/nodes.py",
|
| 783 |
+
[
|
| 784 |
+
"OverloadedFuncDef"
|
| 785 |
+
]
|
| 786 |
+
]
|
| 787 |
+
],
|
| 788 |
+
"Argument": [
|
| 789 |
+
[
|
| 790 |
+
"mypy/nodes.py",
|
| 791 |
+
[
|
| 792 |
+
"Argument"
|
| 793 |
+
]
|
| 794 |
+
]
|
| 795 |
+
],
|
| 796 |
+
"FuncItem": [
|
| 797 |
+
[
|
| 798 |
+
"mypy/nodes.py",
|
| 799 |
+
[
|
| 800 |
+
"FuncItem"
|
| 801 |
+
]
|
| 802 |
+
]
|
| 803 |
+
],
|
| 804 |
+
"FuncDef": [
|
| 805 |
+
[
|
| 806 |
+
"mypy/nodes.py",
|
| 807 |
+
[
|
| 808 |
+
"FuncDef"
|
| 809 |
+
]
|
| 810 |
+
]
|
| 811 |
+
],
|
| 812 |
+
"Decorator": [
|
| 813 |
+
[
|
| 814 |
+
"mypy/nodes.py",
|
| 815 |
+
[
|
| 816 |
+
"Decorator"
|
| 817 |
+
]
|
| 818 |
+
]
|
| 819 |
+
],
|
| 820 |
+
"Var": [
|
| 821 |
+
[
|
| 822 |
+
"mypy/nodes.py",
|
| 823 |
+
[
|
| 824 |
+
"Var"
|
| 825 |
+
]
|
| 826 |
+
]
|
| 827 |
+
],
|
| 828 |
+
"ClassDef": [
|
| 829 |
+
[
|
| 830 |
+
"mypy/nodes.py",
|
| 831 |
+
[
|
| 832 |
+
"ClassDef"
|
| 833 |
+
]
|
| 834 |
+
]
|
| 835 |
+
],
|
| 836 |
+
"GlobalDecl": [
|
| 837 |
+
[
|
| 838 |
+
"mypy/nodes.py",
|
| 839 |
+
[
|
| 840 |
+
"GlobalDecl"
|
| 841 |
+
]
|
| 842 |
+
]
|
| 843 |
+
],
|
| 844 |
+
"NonlocalDecl": [
|
| 845 |
+
[
|
| 846 |
+
"mypy/nodes.py",
|
| 847 |
+
[
|
| 848 |
+
"NonlocalDecl"
|
| 849 |
+
]
|
| 850 |
+
]
|
| 851 |
+
],
|
| 852 |
+
"Block": [
|
| 853 |
+
[
|
| 854 |
+
"mypy/nodes.py",
|
| 855 |
+
[
|
| 856 |
+
"Block"
|
| 857 |
+
]
|
| 858 |
+
]
|
| 859 |
+
],
|
| 860 |
+
"ExpressionStmt": [
|
| 861 |
+
[
|
| 862 |
+
"mypy/nodes.py",
|
| 863 |
+
[
|
| 864 |
+
"ExpressionStmt"
|
| 865 |
+
]
|
| 866 |
+
]
|
| 867 |
+
],
|
| 868 |
+
"AssignmentStmt": [
|
| 869 |
+
[
|
| 870 |
+
"mypy/nodes.py",
|
| 871 |
+
[
|
| 872 |
+
"AssignmentStmt"
|
| 873 |
+
]
|
| 874 |
+
]
|
| 875 |
+
],
|
| 876 |
+
"OperatorAssignmentStmt": [
|
| 877 |
+
[
|
| 878 |
+
"mypy/nodes.py",
|
| 879 |
+
[
|
| 880 |
+
"OperatorAssignmentStmt"
|
| 881 |
+
]
|
| 882 |
+
]
|
| 883 |
+
],
|
| 884 |
+
"WhileStmt": [
|
| 885 |
+
[
|
| 886 |
+
"mypy/nodes.py",
|
| 887 |
+
[
|
| 888 |
+
"WhileStmt"
|
| 889 |
+
]
|
| 890 |
+
]
|
| 891 |
+
],
|
| 892 |
+
"ForStmt": [
|
| 893 |
+
[
|
| 894 |
+
"mypy/nodes.py",
|
| 895 |
+
[
|
| 896 |
+
"ForStmt"
|
| 897 |
+
]
|
| 898 |
+
]
|
| 899 |
+
],
|
| 900 |
+
"ReturnStmt": [
|
| 901 |
+
[
|
| 902 |
+
"mypy/nodes.py",
|
| 903 |
+
[
|
| 904 |
+
"ReturnStmt"
|
| 905 |
+
]
|
| 906 |
+
]
|
| 907 |
+
],
|
| 908 |
+
"AssertStmt": [
|
| 909 |
+
[
|
| 910 |
+
"mypy/nodes.py",
|
| 911 |
+
[
|
| 912 |
+
"AssertStmt"
|
| 913 |
+
]
|
| 914 |
+
]
|
| 915 |
+
],
|
| 916 |
+
"DelStmt": [
|
| 917 |
+
[
|
| 918 |
+
"mypy/nodes.py",
|
| 919 |
+
[
|
| 920 |
+
"DelStmt"
|
| 921 |
+
]
|
| 922 |
+
]
|
| 923 |
+
],
|
| 924 |
+
"BreakStmt": [
|
| 925 |
+
[
|
| 926 |
+
"mypy/nodes.py",
|
| 927 |
+
[
|
| 928 |
+
"BreakStmt"
|
| 929 |
+
]
|
| 930 |
+
]
|
| 931 |
+
],
|
| 932 |
+
"ContinueStmt": [
|
| 933 |
+
[
|
| 934 |
+
"mypy/nodes.py",
|
| 935 |
+
[
|
| 936 |
+
"ContinueStmt"
|
| 937 |
+
]
|
| 938 |
+
]
|
| 939 |
+
],
|
| 940 |
+
"PassStmt": [
|
| 941 |
+
[
|
| 942 |
+
"mypy/nodes.py",
|
| 943 |
+
[
|
| 944 |
+
"PassStmt"
|
| 945 |
+
]
|
| 946 |
+
]
|
| 947 |
+
],
|
| 948 |
+
"IfStmt": [
|
| 949 |
+
[
|
| 950 |
+
"mypy/nodes.py",
|
| 951 |
+
[
|
| 952 |
+
"IfStmt"
|
| 953 |
+
]
|
| 954 |
+
]
|
| 955 |
+
],
|
| 956 |
+
"RaiseStmt": [
|
| 957 |
+
[
|
| 958 |
+
"mypy/nodes.py",
|
| 959 |
+
[
|
| 960 |
+
"RaiseStmt"
|
| 961 |
+
]
|
| 962 |
+
]
|
| 963 |
+
],
|
| 964 |
+
"TryStmt": [
|
| 965 |
+
[
|
| 966 |
+
"mypy/nodes.py",
|
| 967 |
+
[
|
| 968 |
+
"TryStmt"
|
| 969 |
+
]
|
| 970 |
+
]
|
| 971 |
+
],
|
| 972 |
+
"WithStmt": [
|
| 973 |
+
[
|
| 974 |
+
"mypy/nodes.py",
|
| 975 |
+
[
|
| 976 |
+
"WithStmt"
|
| 977 |
+
]
|
| 978 |
+
]
|
| 979 |
+
],
|
| 980 |
+
"PrintStmt": [
|
| 981 |
+
[
|
| 982 |
+
"mypy/nodes.py",
|
| 983 |
+
[
|
| 984 |
+
"PrintStmt"
|
| 985 |
+
]
|
| 986 |
+
]
|
| 987 |
+
],
|
| 988 |
+
"ExecStmt": [
|
| 989 |
+
[
|
| 990 |
+
"mypy/nodes.py",
|
| 991 |
+
[
|
| 992 |
+
"ExecStmt"
|
| 993 |
+
]
|
| 994 |
+
]
|
| 995 |
+
],
|
| 996 |
+
"IntExpr": [
|
| 997 |
+
[
|
| 998 |
+
"mypy/nodes.py",
|
| 999 |
+
[
|
| 1000 |
+
"IntExpr"
|
| 1001 |
+
]
|
| 1002 |
+
]
|
| 1003 |
+
],
|
| 1004 |
+
"StrExpr": [
|
| 1005 |
+
[
|
| 1006 |
+
"mypy/nodes.py",
|
| 1007 |
+
[
|
| 1008 |
+
"StrExpr"
|
| 1009 |
+
]
|
| 1010 |
+
]
|
| 1011 |
+
],
|
| 1012 |
+
"BytesExpr": [
|
| 1013 |
+
[
|
| 1014 |
+
"mypy/nodes.py",
|
| 1015 |
+
[
|
| 1016 |
+
"BytesExpr"
|
| 1017 |
+
]
|
| 1018 |
+
]
|
| 1019 |
+
],
|
| 1020 |
+
"UnicodeExpr": [
|
| 1021 |
+
[
|
| 1022 |
+
"mypy/nodes.py",
|
| 1023 |
+
[
|
| 1024 |
+
"UnicodeExpr"
|
| 1025 |
+
]
|
| 1026 |
+
]
|
| 1027 |
+
],
|
| 1028 |
+
"FloatExpr": [
|
| 1029 |
+
[
|
| 1030 |
+
"mypy/nodes.py",
|
| 1031 |
+
[
|
| 1032 |
+
"FloatExpr"
|
| 1033 |
+
]
|
| 1034 |
+
]
|
| 1035 |
+
],
|
| 1036 |
+
"ComplexExpr": [
|
| 1037 |
+
[
|
| 1038 |
+
"mypy/nodes.py",
|
| 1039 |
+
[
|
| 1040 |
+
"ComplexExpr"
|
| 1041 |
+
]
|
| 1042 |
+
]
|
| 1043 |
+
],
|
| 1044 |
+
"EllipsisExpr": [
|
| 1045 |
+
[
|
| 1046 |
+
"mypy/nodes.py",
|
| 1047 |
+
[
|
| 1048 |
+
"EllipsisExpr"
|
| 1049 |
+
]
|
| 1050 |
+
]
|
| 1051 |
+
],
|
| 1052 |
+
"StarExpr": [
|
| 1053 |
+
[
|
| 1054 |
+
"mypy/nodes.py",
|
| 1055 |
+
[
|
| 1056 |
+
"StarExpr"
|
| 1057 |
+
]
|
| 1058 |
+
]
|
| 1059 |
+
],
|
| 1060 |
+
"RefExpr": [
|
| 1061 |
+
[
|
| 1062 |
+
"mypy/nodes.py",
|
| 1063 |
+
[
|
| 1064 |
+
"RefExpr"
|
| 1065 |
+
]
|
| 1066 |
+
]
|
| 1067 |
+
],
|
| 1068 |
+
"NameExpr": [
|
| 1069 |
+
[
|
| 1070 |
+
"mypy/nodes.py",
|
| 1071 |
+
[
|
| 1072 |
+
"NameExpr"
|
| 1073 |
+
]
|
| 1074 |
+
]
|
| 1075 |
+
],
|
| 1076 |
+
"MemberExpr": [
|
| 1077 |
+
[
|
| 1078 |
+
"mypy/nodes.py",
|
| 1079 |
+
[
|
| 1080 |
+
"MemberExpr"
|
| 1081 |
+
]
|
| 1082 |
+
]
|
| 1083 |
+
],
|
| 1084 |
+
"CallExpr": [
|
| 1085 |
+
[
|
| 1086 |
+
"mypy/nodes.py",
|
| 1087 |
+
[
|
| 1088 |
+
"CallExpr"
|
| 1089 |
+
]
|
| 1090 |
+
]
|
| 1091 |
+
],
|
| 1092 |
+
"YieldFromExpr": [
|
| 1093 |
+
[
|
| 1094 |
+
"mypy/nodes.py",
|
| 1095 |
+
[
|
| 1096 |
+
"YieldFromExpr"
|
| 1097 |
+
]
|
| 1098 |
+
]
|
| 1099 |
+
],
|
| 1100 |
+
"YieldExpr": [
|
| 1101 |
+
[
|
| 1102 |
+
"mypy/nodes.py",
|
| 1103 |
+
[
|
| 1104 |
+
"YieldExpr"
|
| 1105 |
+
]
|
| 1106 |
+
]
|
| 1107 |
+
],
|
| 1108 |
+
"IndexExpr": [
|
| 1109 |
+
[
|
| 1110 |
+
"mypy/nodes.py",
|
| 1111 |
+
[
|
| 1112 |
+
"IndexExpr"
|
| 1113 |
+
]
|
| 1114 |
+
]
|
| 1115 |
+
],
|
| 1116 |
+
"UnaryExpr": [
|
| 1117 |
+
[
|
| 1118 |
+
"mypy/nodes.py",
|
| 1119 |
+
[
|
| 1120 |
+
"UnaryExpr"
|
| 1121 |
+
]
|
| 1122 |
+
]
|
| 1123 |
+
],
|
| 1124 |
+
"AssignmentExpr": [
|
| 1125 |
+
[
|
| 1126 |
+
"mypy/nodes.py",
|
| 1127 |
+
[
|
| 1128 |
+
"AssignmentExpr"
|
| 1129 |
+
]
|
| 1130 |
+
]
|
| 1131 |
+
],
|
| 1132 |
+
"OpExpr": [
|
| 1133 |
+
[
|
| 1134 |
+
"mypy/nodes.py",
|
| 1135 |
+
[
|
| 1136 |
+
"OpExpr"
|
| 1137 |
+
]
|
| 1138 |
+
]
|
| 1139 |
+
],
|
| 1140 |
+
"ComparisonExpr": [
|
| 1141 |
+
[
|
| 1142 |
+
"mypy/nodes.py",
|
| 1143 |
+
[
|
| 1144 |
+
"ComparisonExpr"
|
| 1145 |
+
]
|
| 1146 |
+
]
|
| 1147 |
+
],
|
| 1148 |
+
"SliceExpr": [
|
| 1149 |
+
[
|
| 1150 |
+
"mypy/nodes.py",
|
| 1151 |
+
[
|
| 1152 |
+
"SliceExpr"
|
| 1153 |
+
]
|
| 1154 |
+
]
|
| 1155 |
+
],
|
| 1156 |
+
"CastExpr": [
|
| 1157 |
+
[
|
| 1158 |
+
"mypy/nodes.py",
|
| 1159 |
+
[
|
| 1160 |
+
"CastExpr"
|
| 1161 |
+
]
|
| 1162 |
+
]
|
| 1163 |
+
],
|
| 1164 |
+
"RevealExpr": [
|
| 1165 |
+
[
|
| 1166 |
+
"mypy/nodes.py",
|
| 1167 |
+
[
|
| 1168 |
+
"RevealExpr"
|
| 1169 |
+
]
|
| 1170 |
+
]
|
| 1171 |
+
],
|
| 1172 |
+
"SuperExpr": [
|
| 1173 |
+
[
|
| 1174 |
+
"mypy/nodes.py",
|
| 1175 |
+
[
|
| 1176 |
+
"SuperExpr"
|
| 1177 |
+
]
|
| 1178 |
+
]
|
| 1179 |
+
],
|
| 1180 |
+
"LambdaExpr": [
|
| 1181 |
+
[
|
| 1182 |
+
"mypy/nodes.py",
|
| 1183 |
+
[
|
| 1184 |
+
"LambdaExpr"
|
| 1185 |
+
]
|
| 1186 |
+
]
|
| 1187 |
+
],
|
| 1188 |
+
"ListExpr": [
|
| 1189 |
+
[
|
| 1190 |
+
"mypy/nodes.py",
|
| 1191 |
+
[
|
| 1192 |
+
"ListExpr"
|
| 1193 |
+
]
|
| 1194 |
+
]
|
| 1195 |
+
],
|
| 1196 |
+
"DictExpr": [
|
| 1197 |
+
[
|
| 1198 |
+
"mypy/nodes.py",
|
| 1199 |
+
[
|
| 1200 |
+
"DictExpr"
|
| 1201 |
+
]
|
| 1202 |
+
]
|
| 1203 |
+
],
|
| 1204 |
+
"TupleExpr": [
|
| 1205 |
+
[
|
| 1206 |
+
"mypy/nodes.py",
|
| 1207 |
+
[
|
| 1208 |
+
"TupleExpr"
|
| 1209 |
+
]
|
| 1210 |
+
]
|
| 1211 |
+
],
|
| 1212 |
+
"SetExpr": [
|
| 1213 |
+
[
|
| 1214 |
+
"mypy/nodes.py",
|
| 1215 |
+
[
|
| 1216 |
+
"SetExpr"
|
| 1217 |
+
]
|
| 1218 |
+
]
|
| 1219 |
+
],
|
| 1220 |
+
"GeneratorExpr": [
|
| 1221 |
+
[
|
| 1222 |
+
"mypy/nodes.py",
|
| 1223 |
+
[
|
| 1224 |
+
"GeneratorExpr"
|
| 1225 |
+
]
|
| 1226 |
+
]
|
| 1227 |
+
],
|
| 1228 |
+
"ListComprehension": [
|
| 1229 |
+
[
|
| 1230 |
+
"mypy/nodes.py",
|
| 1231 |
+
[
|
| 1232 |
+
"ListComprehension"
|
| 1233 |
+
]
|
| 1234 |
+
]
|
| 1235 |
+
],
|
| 1236 |
+
"SetComprehension": [
|
| 1237 |
+
[
|
| 1238 |
+
"mypy/nodes.py",
|
| 1239 |
+
[
|
| 1240 |
+
"SetComprehension"
|
| 1241 |
+
]
|
| 1242 |
+
]
|
| 1243 |
+
],
|
| 1244 |
+
"DictionaryComprehension": [
|
| 1245 |
+
[
|
| 1246 |
+
"mypy/nodes.py",
|
| 1247 |
+
[
|
| 1248 |
+
"DictionaryComprehension"
|
| 1249 |
+
]
|
| 1250 |
+
]
|
| 1251 |
+
],
|
| 1252 |
+
"ConditionalExpr": [
|
| 1253 |
+
[
|
| 1254 |
+
"mypy/nodes.py",
|
| 1255 |
+
[
|
| 1256 |
+
"ConditionalExpr"
|
| 1257 |
+
]
|
| 1258 |
+
]
|
| 1259 |
+
],
|
| 1260 |
+
"BackquoteExpr": [
|
| 1261 |
+
[
|
| 1262 |
+
"mypy/nodes.py",
|
| 1263 |
+
[
|
| 1264 |
+
"BackquoteExpr"
|
| 1265 |
+
]
|
| 1266 |
+
]
|
| 1267 |
+
],
|
| 1268 |
+
"TypeApplication": [
|
| 1269 |
+
[
|
| 1270 |
+
"mypy/nodes.py",
|
| 1271 |
+
[
|
| 1272 |
+
"TypeApplication"
|
| 1273 |
+
]
|
| 1274 |
+
]
|
| 1275 |
+
],
|
| 1276 |
+
"TypeVarLikeExpr": [
|
| 1277 |
+
[
|
| 1278 |
+
"mypy/nodes.py",
|
| 1279 |
+
[
|
| 1280 |
+
"TypeVarLikeExpr"
|
| 1281 |
+
]
|
| 1282 |
+
]
|
| 1283 |
+
],
|
| 1284 |
+
"TypeVarExpr": [
|
| 1285 |
+
[
|
| 1286 |
+
"mypy/nodes.py",
|
| 1287 |
+
[
|
| 1288 |
+
"TypeVarExpr"
|
| 1289 |
+
]
|
| 1290 |
+
]
|
| 1291 |
+
],
|
| 1292 |
+
"ParamSpecExpr": [
|
| 1293 |
+
[
|
| 1294 |
+
"mypy/nodes.py",
|
| 1295 |
+
[
|
| 1296 |
+
"ParamSpecExpr"
|
| 1297 |
+
]
|
| 1298 |
+
]
|
| 1299 |
+
],
|
| 1300 |
+
"TypeAliasExpr": [
|
| 1301 |
+
[
|
| 1302 |
+
"mypy/nodes.py",
|
| 1303 |
+
[
|
| 1304 |
+
"TypeAliasExpr"
|
| 1305 |
+
]
|
| 1306 |
+
]
|
| 1307 |
+
],
|
| 1308 |
+
"NamedTupleExpr": [
|
| 1309 |
+
[
|
| 1310 |
+
"mypy/nodes.py",
|
| 1311 |
+
[
|
| 1312 |
+
"NamedTupleExpr"
|
| 1313 |
+
]
|
| 1314 |
+
]
|
| 1315 |
+
],
|
| 1316 |
+
"TypedDictExpr": [
|
| 1317 |
+
[
|
| 1318 |
+
"mypy/nodes.py",
|
| 1319 |
+
[
|
| 1320 |
+
"TypedDictExpr"
|
| 1321 |
+
]
|
| 1322 |
+
]
|
| 1323 |
+
],
|
| 1324 |
+
"EnumCallExpr": [
|
| 1325 |
+
[
|
| 1326 |
+
"mypy/nodes.py",
|
| 1327 |
+
[
|
| 1328 |
+
"EnumCallExpr"
|
| 1329 |
+
]
|
| 1330 |
+
]
|
| 1331 |
+
],
|
| 1332 |
+
"PromoteExpr": [
|
| 1333 |
+
[
|
| 1334 |
+
"mypy/nodes.py",
|
| 1335 |
+
[
|
| 1336 |
+
"PromoteExpr"
|
| 1337 |
+
]
|
| 1338 |
+
]
|
| 1339 |
+
],
|
| 1340 |
+
"NewTypeExpr": [
|
| 1341 |
+
[
|
| 1342 |
+
"mypy/nodes.py",
|
| 1343 |
+
[
|
| 1344 |
+
"NewTypeExpr"
|
| 1345 |
+
]
|
| 1346 |
+
]
|
| 1347 |
+
],
|
| 1348 |
+
"AwaitExpr": [
|
| 1349 |
+
[
|
| 1350 |
+
"mypy/nodes.py",
|
| 1351 |
+
[
|
| 1352 |
+
"AwaitExpr"
|
| 1353 |
+
]
|
| 1354 |
+
]
|
| 1355 |
+
],
|
| 1356 |
+
"TempNode": [
|
| 1357 |
+
[
|
| 1358 |
+
"mypy/nodes.py",
|
| 1359 |
+
[
|
| 1360 |
+
"TempNode"
|
| 1361 |
+
]
|
| 1362 |
+
]
|
| 1363 |
+
],
|
| 1364 |
+
"TypeInfo": [
|
| 1365 |
+
[
|
| 1366 |
+
"mypy/nodes.py",
|
| 1367 |
+
[
|
| 1368 |
+
"TypeInfo"
|
| 1369 |
+
]
|
| 1370 |
+
]
|
| 1371 |
+
],
|
| 1372 |
+
"FakeInfo": [
|
| 1373 |
+
[
|
| 1374 |
+
"mypy/nodes.py",
|
| 1375 |
+
[
|
| 1376 |
+
"FakeInfo"
|
| 1377 |
+
]
|
| 1378 |
+
]
|
| 1379 |
+
],
|
| 1380 |
+
"TypeAlias": [
|
| 1381 |
+
[
|
| 1382 |
+
"mypy/nodes.py",
|
| 1383 |
+
[
|
| 1384 |
+
"TypeAlias"
|
| 1385 |
+
]
|
| 1386 |
+
]
|
| 1387 |
+
],
|
| 1388 |
+
"PlaceholderNode": [
|
| 1389 |
+
[
|
| 1390 |
+
"mypy/nodes.py",
|
| 1391 |
+
[
|
| 1392 |
+
"PlaceholderNode"
|
| 1393 |
+
]
|
| 1394 |
+
]
|
| 1395 |
+
],
|
| 1396 |
+
"SymbolTableNode": [
|
| 1397 |
+
[
|
| 1398 |
+
"mypy/nodes.py",
|
| 1399 |
+
[
|
| 1400 |
+
"SymbolTableNode"
|
| 1401 |
+
]
|
| 1402 |
+
]
|
| 1403 |
+
],
|
| 1404 |
+
"SymbolTable": [
|
| 1405 |
+
[
|
| 1406 |
+
"mypy/nodes.py",
|
| 1407 |
+
[
|
| 1408 |
+
"SymbolTable"
|
| 1409 |
+
]
|
| 1410 |
+
]
|
| 1411 |
+
],
|
| 1412 |
+
"BuildType": [
|
| 1413 |
+
[
|
| 1414 |
+
"mypy/options.py",
|
| 1415 |
+
[
|
| 1416 |
+
"BuildType"
|
| 1417 |
+
]
|
| 1418 |
+
]
|
| 1419 |
+
],
|
| 1420 |
+
"Options": [
|
| 1421 |
+
[
|
| 1422 |
+
"mypy/options.py",
|
| 1423 |
+
[
|
| 1424 |
+
"Options"
|
| 1425 |
+
]
|
| 1426 |
+
],
|
| 1427 |
+
[
|
| 1428 |
+
"mypy/stubgen.py",
|
| 1429 |
+
[
|
| 1430 |
+
"Options"
|
| 1431 |
+
]
|
| 1432 |
+
]
|
| 1433 |
+
],
|
| 1434 |
+
"TypeAnalyzerPluginInterface": [
|
| 1435 |
+
[
|
| 1436 |
+
"mypy/plugin.py",
|
| 1437 |
+
[
|
| 1438 |
+
"TypeAnalyzerPluginInterface"
|
| 1439 |
+
]
|
| 1440 |
+
]
|
| 1441 |
+
],
|
| 1442 |
+
"CommonPluginApi": [
|
| 1443 |
+
[
|
| 1444 |
+
"mypy/plugin.py",
|
| 1445 |
+
[
|
| 1446 |
+
"CommonPluginApi"
|
| 1447 |
+
]
|
| 1448 |
+
]
|
| 1449 |
+
],
|
| 1450 |
+
"CheckerPluginInterface": [
|
| 1451 |
+
[
|
| 1452 |
+
"mypy/plugin.py",
|
| 1453 |
+
[
|
| 1454 |
+
"CheckerPluginInterface"
|
| 1455 |
+
]
|
| 1456 |
+
]
|
| 1457 |
+
],
|
| 1458 |
+
"SemanticAnalyzerPluginInterface": [
|
| 1459 |
+
[
|
| 1460 |
+
"mypy/plugin.py",
|
| 1461 |
+
[
|
| 1462 |
+
"SemanticAnalyzerPluginInterface"
|
| 1463 |
+
]
|
| 1464 |
+
]
|
| 1465 |
+
],
|
| 1466 |
+
"Plugin": [
|
| 1467 |
+
[
|
| 1468 |
+
"mypy/plugin.py",
|
| 1469 |
+
[
|
| 1470 |
+
"Plugin"
|
| 1471 |
+
]
|
| 1472 |
+
]
|
| 1473 |
+
],
|
| 1474 |
+
"ChainedPlugin": [
|
| 1475 |
+
[
|
| 1476 |
+
"mypy/plugin.py",
|
| 1477 |
+
[
|
| 1478 |
+
"ChainedPlugin"
|
| 1479 |
+
]
|
| 1480 |
+
]
|
| 1481 |
+
],
|
| 1482 |
+
"Converter": [
|
| 1483 |
+
[
|
| 1484 |
+
"mypy/plugins/attrs.py",
|
| 1485 |
+
[
|
| 1486 |
+
"Converter"
|
| 1487 |
+
]
|
| 1488 |
+
]
|
| 1489 |
+
],
|
| 1490 |
+
"Attribute": [
|
| 1491 |
+
[
|
| 1492 |
+
"mypy/plugins/attrs.py",
|
| 1493 |
+
[
|
| 1494 |
+
"Attribute"
|
| 1495 |
+
]
|
| 1496 |
+
]
|
| 1497 |
+
],
|
| 1498 |
+
"MethodAdder": [
|
| 1499 |
+
[
|
| 1500 |
+
"mypy/plugins/attrs.py",
|
| 1501 |
+
[
|
| 1502 |
+
"MethodAdder"
|
| 1503 |
+
]
|
| 1504 |
+
]
|
| 1505 |
+
],
|
| 1506 |
+
"DataclassAttribute": [
|
| 1507 |
+
[
|
| 1508 |
+
"mypy/plugins/dataclasses.py",
|
| 1509 |
+
[
|
| 1510 |
+
"DataclassAttribute"
|
| 1511 |
+
]
|
| 1512 |
+
]
|
| 1513 |
+
],
|
| 1514 |
+
"DataclassTransformer": [
|
| 1515 |
+
[
|
| 1516 |
+
"mypy/plugins/dataclasses.py",
|
| 1517 |
+
[
|
| 1518 |
+
"DataclassTransformer"
|
| 1519 |
+
]
|
| 1520 |
+
]
|
| 1521 |
+
],
|
| 1522 |
+
"DefaultPlugin": [
|
| 1523 |
+
[
|
| 1524 |
+
"mypy/plugins/default.py",
|
| 1525 |
+
[
|
| 1526 |
+
"DefaultPlugin"
|
| 1527 |
+
]
|
| 1528 |
+
]
|
| 1529 |
+
],
|
| 1530 |
+
"MarkImportsUnreachableVisitor": [
|
| 1531 |
+
[
|
| 1532 |
+
"mypy/reachability.py",
|
| 1533 |
+
[
|
| 1534 |
+
"MarkImportsUnreachableVisitor"
|
| 1535 |
+
]
|
| 1536 |
+
]
|
| 1537 |
+
],
|
| 1538 |
+
"MarkImportsMypyOnlyVisitor": [
|
| 1539 |
+
[
|
| 1540 |
+
"mypy/reachability.py",
|
| 1541 |
+
[
|
| 1542 |
+
"MarkImportsMypyOnlyVisitor"
|
| 1543 |
+
]
|
| 1544 |
+
]
|
| 1545 |
+
],
|
| 1546 |
+
"VariableRenameVisitor": [
|
| 1547 |
+
[
|
| 1548 |
+
"mypy/renaming.py",
|
| 1549 |
+
[
|
| 1550 |
+
"VariableRenameVisitor"
|
| 1551 |
+
]
|
| 1552 |
+
]
|
| 1553 |
+
],
|
| 1554 |
+
"Reports": [
|
| 1555 |
+
[
|
| 1556 |
+
"mypy/report.py",
|
| 1557 |
+
[
|
| 1558 |
+
"Reports"
|
| 1559 |
+
]
|
| 1560 |
+
]
|
| 1561 |
+
],
|
| 1562 |
+
"AbstractReporter": [
|
| 1563 |
+
[
|
| 1564 |
+
"mypy/report.py",
|
| 1565 |
+
[
|
| 1566 |
+
"AbstractReporter"
|
| 1567 |
+
]
|
| 1568 |
+
]
|
| 1569 |
+
],
|
| 1570 |
+
"FuncCounterVisitor": [
|
| 1571 |
+
[
|
| 1572 |
+
"mypy/report.py",
|
| 1573 |
+
[
|
| 1574 |
+
"FuncCounterVisitor"
|
| 1575 |
+
]
|
| 1576 |
+
]
|
| 1577 |
+
],
|
| 1578 |
+
"LineCountReporter": [
|
| 1579 |
+
[
|
| 1580 |
+
"mypy/report.py",
|
| 1581 |
+
[
|
| 1582 |
+
"LineCountReporter"
|
| 1583 |
+
]
|
| 1584 |
+
]
|
| 1585 |
+
],
|
| 1586 |
+
"AnyExpressionsReporter": [
|
| 1587 |
+
[
|
| 1588 |
+
"mypy/report.py",
|
| 1589 |
+
[
|
| 1590 |
+
"AnyExpressionsReporter"
|
| 1591 |
+
]
|
| 1592 |
+
]
|
| 1593 |
+
],
|
| 1594 |
+
"LineCoverageVisitor": [
|
| 1595 |
+
[
|
| 1596 |
+
"mypy/report.py",
|
| 1597 |
+
[
|
| 1598 |
+
"LineCoverageVisitor"
|
| 1599 |
+
]
|
| 1600 |
+
]
|
| 1601 |
+
],
|
| 1602 |
+
"LineCoverageReporter": [
|
| 1603 |
+
[
|
| 1604 |
+
"mypy/report.py",
|
| 1605 |
+
[
|
| 1606 |
+
"LineCoverageReporter"
|
| 1607 |
+
]
|
| 1608 |
+
]
|
| 1609 |
+
],
|
| 1610 |
+
"FileInfo": [
|
| 1611 |
+
[
|
| 1612 |
+
"mypy/report.py",
|
| 1613 |
+
[
|
| 1614 |
+
"FileInfo"
|
| 1615 |
+
]
|
| 1616 |
+
]
|
| 1617 |
+
],
|
| 1618 |
+
"MemoryXmlReporter": [
|
| 1619 |
+
[
|
| 1620 |
+
"mypy/report.py",
|
| 1621 |
+
[
|
| 1622 |
+
"MemoryXmlReporter"
|
| 1623 |
+
]
|
| 1624 |
+
]
|
| 1625 |
+
],
|
| 1626 |
+
"CoberturaPackage": [
|
| 1627 |
+
[
|
| 1628 |
+
"mypy/report.py",
|
| 1629 |
+
[
|
| 1630 |
+
"CoberturaPackage"
|
| 1631 |
+
]
|
| 1632 |
+
]
|
| 1633 |
+
],
|
| 1634 |
+
"CoberturaXmlReporter": [
|
| 1635 |
+
[
|
| 1636 |
+
"mypy/report.py",
|
| 1637 |
+
[
|
| 1638 |
+
"CoberturaXmlReporter"
|
| 1639 |
+
]
|
| 1640 |
+
]
|
| 1641 |
+
],
|
| 1642 |
+
"AbstractXmlReporter": [
|
| 1643 |
+
[
|
| 1644 |
+
"mypy/report.py",
|
| 1645 |
+
[
|
| 1646 |
+
"AbstractXmlReporter"
|
| 1647 |
+
]
|
| 1648 |
+
]
|
| 1649 |
+
],
|
| 1650 |
+
"XmlReporter": [
|
| 1651 |
+
[
|
| 1652 |
+
"mypy/report.py",
|
| 1653 |
+
[
|
| 1654 |
+
"XmlReporter"
|
| 1655 |
+
]
|
| 1656 |
+
]
|
| 1657 |
+
],
|
| 1658 |
+
"XsltHtmlReporter": [
|
| 1659 |
+
[
|
| 1660 |
+
"mypy/report.py",
|
| 1661 |
+
[
|
| 1662 |
+
"XsltHtmlReporter"
|
| 1663 |
+
]
|
| 1664 |
+
]
|
| 1665 |
+
],
|
| 1666 |
+
"XsltTxtReporter": [
|
| 1667 |
+
[
|
| 1668 |
+
"mypy/report.py",
|
| 1669 |
+
[
|
| 1670 |
+
"XsltTxtReporter"
|
| 1671 |
+
]
|
| 1672 |
+
]
|
| 1673 |
+
],
|
| 1674 |
+
"LinePrecisionReporter": [
|
| 1675 |
+
[
|
| 1676 |
+
"mypy/report.py",
|
| 1677 |
+
[
|
| 1678 |
+
"LinePrecisionReporter"
|
| 1679 |
+
]
|
| 1680 |
+
]
|
| 1681 |
+
],
|
| 1682 |
+
"SameTypeVisitor": [
|
| 1683 |
+
[
|
| 1684 |
+
"mypy/sametypes.py",
|
| 1685 |
+
[
|
| 1686 |
+
"SameTypeVisitor"
|
| 1687 |
+
]
|
| 1688 |
+
],
|
| 1689 |
+
[
|
| 1690 |
+
"mypyc/sametype.py",
|
| 1691 |
+
[
|
| 1692 |
+
"SameTypeVisitor"
|
| 1693 |
+
]
|
| 1694 |
+
]
|
| 1695 |
+
],
|
| 1696 |
+
"Scope": [
|
| 1697 |
+
[
|
| 1698 |
+
"mypy/scope.py",
|
| 1699 |
+
[
|
| 1700 |
+
"Scope"
|
| 1701 |
+
]
|
| 1702 |
+
]
|
| 1703 |
+
],
|
| 1704 |
+
"SemanticAnalyzer": [
|
| 1705 |
+
[
|
| 1706 |
+
"mypy/semanal.py",
|
| 1707 |
+
[
|
| 1708 |
+
"SemanticAnalyzer"
|
| 1709 |
+
]
|
| 1710 |
+
]
|
| 1711 |
+
],
|
| 1712 |
+
"HasPlaceholders": [
|
| 1713 |
+
[
|
| 1714 |
+
"mypy/semanal.py",
|
| 1715 |
+
[
|
| 1716 |
+
"HasPlaceholders"
|
| 1717 |
+
]
|
| 1718 |
+
]
|
| 1719 |
+
],
|
| 1720 |
+
"MakeAnyNonExplicit": [
|
| 1721 |
+
[
|
| 1722 |
+
"mypy/semanal.py",
|
| 1723 |
+
[
|
| 1724 |
+
"MakeAnyNonExplicit"
|
| 1725 |
+
]
|
| 1726 |
+
]
|
| 1727 |
+
],
|
| 1728 |
+
"EnumCallAnalyzer": [
|
| 1729 |
+
[
|
| 1730 |
+
"mypy/semanal_enum.py",
|
| 1731 |
+
[
|
| 1732 |
+
"EnumCallAnalyzer"
|
| 1733 |
+
]
|
| 1734 |
+
]
|
| 1735 |
+
],
|
| 1736 |
+
"NamedTupleAnalyzer": [
|
| 1737 |
+
[
|
| 1738 |
+
"mypy/semanal_namedtuple.py",
|
| 1739 |
+
[
|
| 1740 |
+
"NamedTupleAnalyzer"
|
| 1741 |
+
]
|
| 1742 |
+
]
|
| 1743 |
+
],
|
| 1744 |
+
"NewTypeAnalyzer": [
|
| 1745 |
+
[
|
| 1746 |
+
"mypy/semanal_newtype.py",
|
| 1747 |
+
[
|
| 1748 |
+
"NewTypeAnalyzer"
|
| 1749 |
+
]
|
| 1750 |
+
]
|
| 1751 |
+
],
|
| 1752 |
+
"SemanticAnalyzerPreAnalysis": [
|
| 1753 |
+
[
|
| 1754 |
+
"mypy/semanal_pass1.py",
|
| 1755 |
+
[
|
| 1756 |
+
"SemanticAnalyzerPreAnalysis"
|
| 1757 |
+
]
|
| 1758 |
+
]
|
| 1759 |
+
],
|
| 1760 |
+
"SemanticAnalyzerCoreInterface": [
|
| 1761 |
+
[
|
| 1762 |
+
"mypy/semanal_shared.py",
|
| 1763 |
+
[
|
| 1764 |
+
"SemanticAnalyzerCoreInterface"
|
| 1765 |
+
]
|
| 1766 |
+
]
|
| 1767 |
+
],
|
| 1768 |
+
"SemanticAnalyzerInterface": [
|
| 1769 |
+
[
|
| 1770 |
+
"mypy/semanal_shared.py",
|
| 1771 |
+
[
|
| 1772 |
+
"SemanticAnalyzerInterface"
|
| 1773 |
+
]
|
| 1774 |
+
]
|
| 1775 |
+
],
|
| 1776 |
+
"TypeArgumentAnalyzer": [
|
| 1777 |
+
[
|
| 1778 |
+
"mypy/semanal_typeargs.py",
|
| 1779 |
+
[
|
| 1780 |
+
"TypeArgumentAnalyzer"
|
| 1781 |
+
]
|
| 1782 |
+
]
|
| 1783 |
+
],
|
| 1784 |
+
"TypedDictAnalyzer": [
|
| 1785 |
+
[
|
| 1786 |
+
"mypy/semanal_typeddict.py",
|
| 1787 |
+
[
|
| 1788 |
+
"TypedDictAnalyzer"
|
| 1789 |
+
]
|
| 1790 |
+
]
|
| 1791 |
+
],
|
| 1792 |
+
"SnapshotTypeVisitor": [
|
| 1793 |
+
[
|
| 1794 |
+
"mypy/server/astdiff.py",
|
| 1795 |
+
[
|
| 1796 |
+
"SnapshotTypeVisitor"
|
| 1797 |
+
]
|
| 1798 |
+
]
|
| 1799 |
+
],
|
| 1800 |
+
"NodeReplaceVisitor": [
|
| 1801 |
+
[
|
| 1802 |
+
"mypy/server/astmerge.py",
|
| 1803 |
+
[
|
| 1804 |
+
"NodeReplaceVisitor"
|
| 1805 |
+
]
|
| 1806 |
+
]
|
| 1807 |
+
],
|
| 1808 |
+
"TypeReplaceVisitor": [
|
| 1809 |
+
[
|
| 1810 |
+
"mypy/server/astmerge.py",
|
| 1811 |
+
[
|
| 1812 |
+
"TypeReplaceVisitor"
|
| 1813 |
+
]
|
| 1814 |
+
]
|
| 1815 |
+
],
|
| 1816 |
+
"NodeStripVisitor": [
|
| 1817 |
+
[
|
| 1818 |
+
"mypy/server/aststrip.py",
|
| 1819 |
+
[
|
| 1820 |
+
"NodeStripVisitor"
|
| 1821 |
+
]
|
| 1822 |
+
]
|
| 1823 |
+
],
|
| 1824 |
+
"DependencyVisitor": [
|
| 1825 |
+
[
|
| 1826 |
+
"mypy/server/deps.py",
|
| 1827 |
+
[
|
| 1828 |
+
"DependencyVisitor"
|
| 1829 |
+
]
|
| 1830 |
+
]
|
| 1831 |
+
],
|
| 1832 |
+
"TypeTriggersVisitor": [
|
| 1833 |
+
[
|
| 1834 |
+
"mypy/server/deps.py",
|
| 1835 |
+
[
|
| 1836 |
+
"TypeTriggersVisitor"
|
| 1837 |
+
]
|
| 1838 |
+
]
|
| 1839 |
+
],
|
| 1840 |
+
"SubexpressionFinder": [
|
| 1841 |
+
[
|
| 1842 |
+
"mypy/server/subexpr.py",
|
| 1843 |
+
[
|
| 1844 |
+
"SubexpressionFinder"
|
| 1845 |
+
]
|
| 1846 |
+
]
|
| 1847 |
+
],
|
| 1848 |
+
"FineGrainedBuildManager": [
|
| 1849 |
+
[
|
| 1850 |
+
"mypy/server/update.py",
|
| 1851 |
+
[
|
| 1852 |
+
"FineGrainedBuildManager"
|
| 1853 |
+
]
|
| 1854 |
+
]
|
| 1855 |
+
],
|
| 1856 |
+
"SplitNamespace": [
|
| 1857 |
+
[
|
| 1858 |
+
"mypy/split_namespace.py",
|
| 1859 |
+
[
|
| 1860 |
+
"SplitNamespace"
|
| 1861 |
+
]
|
| 1862 |
+
]
|
| 1863 |
+
],
|
| 1864 |
+
"StatisticsVisitor": [
|
| 1865 |
+
[
|
| 1866 |
+
"mypy/stats.py",
|
| 1867 |
+
[
|
| 1868 |
+
"StatisticsVisitor"
|
| 1869 |
+
]
|
| 1870 |
+
]
|
| 1871 |
+
],
|
| 1872 |
+
"HasAnyQuery": [
|
| 1873 |
+
[
|
| 1874 |
+
"mypy/stats.py",
|
| 1875 |
+
[
|
| 1876 |
+
"HasAnyQuery"
|
| 1877 |
+
]
|
| 1878 |
+
]
|
| 1879 |
+
],
|
| 1880 |
+
"HasAnyQuery2": [
|
| 1881 |
+
[
|
| 1882 |
+
"mypy/stats.py",
|
| 1883 |
+
[
|
| 1884 |
+
"HasAnyQuery2"
|
| 1885 |
+
]
|
| 1886 |
+
]
|
| 1887 |
+
],
|
| 1888 |
+
"StrConv": [
|
| 1889 |
+
[
|
| 1890 |
+
"mypy/strconv.py",
|
| 1891 |
+
[
|
| 1892 |
+
"StrConv"
|
| 1893 |
+
]
|
| 1894 |
+
]
|
| 1895 |
+
],
|
| 1896 |
+
"ArgSig": [
|
| 1897 |
+
[
|
| 1898 |
+
"mypy/stubdoc.py",
|
| 1899 |
+
[
|
| 1900 |
+
"ArgSig"
|
| 1901 |
+
]
|
| 1902 |
+
]
|
| 1903 |
+
],
|
| 1904 |
+
"DocStringParser": [
|
| 1905 |
+
[
|
| 1906 |
+
"mypy/stubdoc.py",
|
| 1907 |
+
[
|
| 1908 |
+
"DocStringParser"
|
| 1909 |
+
]
|
| 1910 |
+
]
|
| 1911 |
+
],
|
| 1912 |
+
"StubSource": [
|
| 1913 |
+
[
|
| 1914 |
+
"mypy/stubgen.py",
|
| 1915 |
+
[
|
| 1916 |
+
"StubSource"
|
| 1917 |
+
]
|
| 1918 |
+
]
|
| 1919 |
+
],
|
| 1920 |
+
"AnnotationPrinter": [
|
| 1921 |
+
[
|
| 1922 |
+
"mypy/stubgen.py",
|
| 1923 |
+
[
|
| 1924 |
+
"AnnotationPrinter"
|
| 1925 |
+
]
|
| 1926 |
+
]
|
| 1927 |
+
],
|
| 1928 |
+
"AliasPrinter": [
|
| 1929 |
+
[
|
| 1930 |
+
"mypy/stubgen.py",
|
| 1931 |
+
[
|
| 1932 |
+
"AliasPrinter"
|
| 1933 |
+
]
|
| 1934 |
+
]
|
| 1935 |
+
],
|
| 1936 |
+
"ImportTracker": [
|
| 1937 |
+
[
|
| 1938 |
+
"mypy/stubgen.py",
|
| 1939 |
+
[
|
| 1940 |
+
"ImportTracker"
|
| 1941 |
+
]
|
| 1942 |
+
]
|
| 1943 |
+
],
|
| 1944 |
+
"DefinitionFinder": [
|
| 1945 |
+
[
|
| 1946 |
+
"mypy/stubgen.py",
|
| 1947 |
+
[
|
| 1948 |
+
"DefinitionFinder"
|
| 1949 |
+
]
|
| 1950 |
+
]
|
| 1951 |
+
],
|
| 1952 |
+
"ReferenceFinder": [
|
| 1953 |
+
[
|
| 1954 |
+
"mypy/stubgen.py",
|
| 1955 |
+
[
|
| 1956 |
+
"ReferenceFinder"
|
| 1957 |
+
]
|
| 1958 |
+
]
|
| 1959 |
+
],
|
| 1960 |
+
"StubGenerator": [
|
| 1961 |
+
[
|
| 1962 |
+
"mypy/stubgen.py",
|
| 1963 |
+
[
|
| 1964 |
+
"StubGenerator"
|
| 1965 |
+
]
|
| 1966 |
+
]
|
| 1967 |
+
],
|
| 1968 |
+
"SelfTraverser": [
|
| 1969 |
+
[
|
| 1970 |
+
"mypy/stubgen.py",
|
| 1971 |
+
[
|
| 1972 |
+
"SelfTraverser"
|
| 1973 |
+
]
|
| 1974 |
+
]
|
| 1975 |
+
],
|
| 1976 |
+
"Missing": [
|
| 1977 |
+
[
|
| 1978 |
+
"mypy/stubtest.py",
|
| 1979 |
+
[
|
| 1980 |
+
"Missing"
|
| 1981 |
+
]
|
| 1982 |
+
]
|
| 1983 |
+
],
|
| 1984 |
+
"MaybeMissingMeta": [
|
| 1985 |
+
[
|
| 1986 |
+
"mypy/stubtest.py",
|
| 1987 |
+
[
|
| 1988 |
+
"if_sys_version_info_3",
|
| 1989 |
+
"else_",
|
| 1990 |
+
"MaybeMissingMeta"
|
| 1991 |
+
]
|
| 1992 |
+
]
|
| 1993 |
+
],
|
| 1994 |
+
"MaybeMissing": [
|
| 1995 |
+
[
|
| 1996 |
+
"mypy/stubtest.py",
|
| 1997 |
+
[
|
| 1998 |
+
"if_sys_version_info_3",
|
| 1999 |
+
"else_",
|
| 2000 |
+
"MaybeMissing"
|
| 2001 |
+
]
|
| 2002 |
+
]
|
| 2003 |
+
],
|
| 2004 |
+
"Error": [
|
| 2005 |
+
[
|
| 2006 |
+
"mypy/stubtest.py",
|
| 2007 |
+
[
|
| 2008 |
+
"Error"
|
| 2009 |
+
]
|
| 2010 |
+
],
|
| 2011 |
+
[
|
| 2012 |
+
"test-data/stdlib-samples/3.2/shutil.py",
|
| 2013 |
+
[
|
| 2014 |
+
"Error"
|
| 2015 |
+
]
|
| 2016 |
+
],
|
| 2017 |
+
[
|
| 2018 |
+
"test-data/stdlib-samples/3.2/test/support.py",
|
| 2019 |
+
[
|
| 2020 |
+
"Error"
|
| 2021 |
+
]
|
| 2022 |
+
]
|
| 2023 |
+
],
|
| 2024 |
+
"Signature": [
|
| 2025 |
+
[
|
| 2026 |
+
"mypy/stubtest.py",
|
| 2027 |
+
[
|
| 2028 |
+
"Signature"
|
| 2029 |
+
]
|
| 2030 |
+
]
|
| 2031 |
+
],
|
| 2032 |
+
"CantImport": [
|
| 2033 |
+
[
|
| 2034 |
+
"mypy/stubutil.py",
|
| 2035 |
+
[
|
| 2036 |
+
"CantImport"
|
| 2037 |
+
]
|
| 2038 |
+
]
|
| 2039 |
+
],
|
| 2040 |
+
"SubtypeVisitor": [
|
| 2041 |
+
[
|
| 2042 |
+
"mypy/subtypes.py",
|
| 2043 |
+
[
|
| 2044 |
+
"SubtypeVisitor"
|
| 2045 |
+
]
|
| 2046 |
+
],
|
| 2047 |
+
[
|
| 2048 |
+
"mypyc/subtype.py",
|
| 2049 |
+
[
|
| 2050 |
+
"SubtypeVisitor"
|
| 2051 |
+
]
|
| 2052 |
+
]
|
| 2053 |
+
],
|
| 2054 |
+
"ProperSubtypeVisitor": [
|
| 2055 |
+
[
|
| 2056 |
+
"mypy/subtypes.py",
|
| 2057 |
+
[
|
| 2058 |
+
"ProperSubtypeVisitor"
|
| 2059 |
+
]
|
| 2060 |
+
]
|
| 2061 |
+
],
|
| 2062 |
+
"SuggestionPlugin": [
|
| 2063 |
+
[
|
| 2064 |
+
"mypy/suggestions.py",
|
| 2065 |
+
[
|
| 2066 |
+
"SuggestionPlugin"
|
| 2067 |
+
]
|
| 2068 |
+
]
|
| 2069 |
+
],
|
| 2070 |
+
"ReturnFinder": [
|
| 2071 |
+
[
|
| 2072 |
+
"mypy/suggestions.py",
|
| 2073 |
+
[
|
| 2074 |
+
"ReturnFinder"
|
| 2075 |
+
]
|
| 2076 |
+
]
|
| 2077 |
+
],
|
| 2078 |
+
"ArgUseFinder": [
|
| 2079 |
+
[
|
| 2080 |
+
"mypy/suggestions.py",
|
| 2081 |
+
[
|
| 2082 |
+
"ArgUseFinder"
|
| 2083 |
+
]
|
| 2084 |
+
]
|
| 2085 |
+
],
|
| 2086 |
+
"SuggestionFailure": [
|
| 2087 |
+
[
|
| 2088 |
+
"mypy/suggestions.py",
|
| 2089 |
+
[
|
| 2090 |
+
"SuggestionFailure"
|
| 2091 |
+
]
|
| 2092 |
+
]
|
| 2093 |
+
],
|
| 2094 |
+
"SuggestionEngine": [
|
| 2095 |
+
[
|
| 2096 |
+
"mypy/suggestions.py",
|
| 2097 |
+
[
|
| 2098 |
+
"SuggestionEngine"
|
| 2099 |
+
]
|
| 2100 |
+
]
|
| 2101 |
+
],
|
| 2102 |
+
"TypeFormatter": [
|
| 2103 |
+
[
|
| 2104 |
+
"mypy/suggestions.py",
|
| 2105 |
+
[
|
| 2106 |
+
"TypeFormatter"
|
| 2107 |
+
]
|
| 2108 |
+
]
|
| 2109 |
+
],
|
| 2110 |
+
"StrToText": [
|
| 2111 |
+
[
|
| 2112 |
+
"mypy/suggestions.py",
|
| 2113 |
+
[
|
| 2114 |
+
"StrToText"
|
| 2115 |
+
]
|
| 2116 |
+
]
|
| 2117 |
+
],
|
| 2118 |
+
"MakeSuggestionAny": [
|
| 2119 |
+
[
|
| 2120 |
+
"mypy/suggestions.py",
|
| 2121 |
+
[
|
| 2122 |
+
"MakeSuggestionAny"
|
| 2123 |
+
]
|
| 2124 |
+
]
|
| 2125 |
+
],
|
| 2126 |
+
"DataDrivenTestCase": [
|
| 2127 |
+
[
|
| 2128 |
+
"mypy/test/data.py",
|
| 2129 |
+
[
|
| 2130 |
+
"DataDrivenTestCase"
|
| 2131 |
+
]
|
| 2132 |
+
]
|
| 2133 |
+
],
|
| 2134 |
+
"TestItem": [
|
| 2135 |
+
[
|
| 2136 |
+
"mypy/test/data.py",
|
| 2137 |
+
[
|
| 2138 |
+
"TestItem"
|
| 2139 |
+
]
|
| 2140 |
+
]
|
| 2141 |
+
],
|
| 2142 |
+
"DataSuiteCollector": [
|
| 2143 |
+
[
|
| 2144 |
+
"mypy/test/data.py",
|
| 2145 |
+
[
|
| 2146 |
+
"DataSuiteCollector"
|
| 2147 |
+
]
|
| 2148 |
+
]
|
| 2149 |
+
],
|
| 2150 |
+
"DataSuite": [
|
| 2151 |
+
[
|
| 2152 |
+
"mypy/test/data.py",
|
| 2153 |
+
[
|
| 2154 |
+
"DataSuite"
|
| 2155 |
+
]
|
| 2156 |
+
]
|
| 2157 |
+
],
|
| 2158 |
+
"FakeFSCache": [
|
| 2159 |
+
[
|
| 2160 |
+
"mypy/test/test_find_sources.py",
|
| 2161 |
+
[
|
| 2162 |
+
"FakeFSCache"
|
| 2163 |
+
]
|
| 2164 |
+
]
|
| 2165 |
+
],
|
| 2166 |
+
"SourceFinderSuite": [
|
| 2167 |
+
[
|
| 2168 |
+
"mypy/test/test_find_sources.py",
|
| 2169 |
+
[
|
| 2170 |
+
"SourceFinderSuite"
|
| 2171 |
+
]
|
| 2172 |
+
]
|
| 2173 |
+
],
|
| 2174 |
+
"APISuite": [
|
| 2175 |
+
[
|
| 2176 |
+
"mypy/test/testapi.py",
|
| 2177 |
+
[
|
| 2178 |
+
"APISuite"
|
| 2179 |
+
]
|
| 2180 |
+
]
|
| 2181 |
+
],
|
| 2182 |
+
"ArgSuite": [
|
| 2183 |
+
[
|
| 2184 |
+
"mypy/test/testargs.py",
|
| 2185 |
+
[
|
| 2186 |
+
"ArgSuite"
|
| 2187 |
+
]
|
| 2188 |
+
]
|
| 2189 |
+
],
|
| 2190 |
+
"TypeCheckSuite": [
|
| 2191 |
+
[
|
| 2192 |
+
"mypy/test/testcheck.py",
|
| 2193 |
+
[
|
| 2194 |
+
"TypeCheckSuite"
|
| 2195 |
+
]
|
| 2196 |
+
]
|
| 2197 |
+
],
|
| 2198 |
+
"PythonCmdlineSuite": [
|
| 2199 |
+
[
|
| 2200 |
+
"mypy/test/testcmdline.py",
|
| 2201 |
+
[
|
| 2202 |
+
"PythonCmdlineSuite"
|
| 2203 |
+
]
|
| 2204 |
+
]
|
| 2205 |
+
],
|
| 2206 |
+
"DaemonSuite": [
|
| 2207 |
+
[
|
| 2208 |
+
"mypy/test/testdaemon.py",
|
| 2209 |
+
[
|
| 2210 |
+
"DaemonSuite"
|
| 2211 |
+
]
|
| 2212 |
+
]
|
| 2213 |
+
],
|
| 2214 |
+
"DaemonUtilitySuite": [
|
| 2215 |
+
[
|
| 2216 |
+
"mypy/test/testdaemon.py",
|
| 2217 |
+
[
|
| 2218 |
+
"DaemonUtilitySuite"
|
| 2219 |
+
]
|
| 2220 |
+
]
|
| 2221 |
+
],
|
| 2222 |
+
"GetDependenciesSuite": [
|
| 2223 |
+
[
|
| 2224 |
+
"mypy/test/testdeps.py",
|
| 2225 |
+
[
|
| 2226 |
+
"GetDependenciesSuite"
|
| 2227 |
+
]
|
| 2228 |
+
]
|
| 2229 |
+
],
|
| 2230 |
+
"ASTDiffSuite": [
|
| 2231 |
+
[
|
| 2232 |
+
"mypy/test/testdiff.py",
|
| 2233 |
+
[
|
| 2234 |
+
"ASTDiffSuite"
|
| 2235 |
+
]
|
| 2236 |
+
]
|
| 2237 |
+
],
|
| 2238 |
+
"ErrorStreamSuite": [
|
| 2239 |
+
[
|
| 2240 |
+
"mypy/test/testerrorstream.py",
|
| 2241 |
+
[
|
| 2242 |
+
"ErrorStreamSuite"
|
| 2243 |
+
]
|
| 2244 |
+
]
|
| 2245 |
+
],
|
| 2246 |
+
"FineGrainedSuite": [
|
| 2247 |
+
[
|
| 2248 |
+
"mypy/test/testfinegrained.py",
|
| 2249 |
+
[
|
| 2250 |
+
"FineGrainedSuite"
|
| 2251 |
+
]
|
| 2252 |
+
]
|
| 2253 |
+
],
|
| 2254 |
+
"FineGrainedCacheSuite": [
|
| 2255 |
+
[
|
| 2256 |
+
"mypy/test/testfinegrainedcache.py",
|
| 2257 |
+
[
|
| 2258 |
+
"FineGrainedCacheSuite"
|
| 2259 |
+
]
|
| 2260 |
+
]
|
| 2261 |
+
],
|
| 2262 |
+
"FancyErrorFormattingTestCases": [
|
| 2263 |
+
[
|
| 2264 |
+
"mypy/test/testformatter.py",
|
| 2265 |
+
[
|
| 2266 |
+
"FancyErrorFormattingTestCases"
|
| 2267 |
+
]
|
| 2268 |
+
]
|
| 2269 |
+
],
|
| 2270 |
+
"TestFileSystemCache": [
|
| 2271 |
+
[
|
| 2272 |
+
"mypy/test/testfscache.py",
|
| 2273 |
+
[
|
| 2274 |
+
"TestFileSystemCache"
|
| 2275 |
+
]
|
| 2276 |
+
]
|
| 2277 |
+
],
|
| 2278 |
+
"GraphSuite": [
|
| 2279 |
+
[
|
| 2280 |
+
"mypy/test/testgraph.py",
|
| 2281 |
+
[
|
| 2282 |
+
"GraphSuite"
|
| 2283 |
+
]
|
| 2284 |
+
]
|
| 2285 |
+
],
|
| 2286 |
+
"MapActualsToFormalsSuite": [
|
| 2287 |
+
[
|
| 2288 |
+
"mypy/test/testinfer.py",
|
| 2289 |
+
[
|
| 2290 |
+
"MapActualsToFormalsSuite"
|
| 2291 |
+
]
|
| 2292 |
+
]
|
| 2293 |
+
],
|
| 2294 |
+
"OperandDisjointDictSuite": [
|
| 2295 |
+
[
|
| 2296 |
+
"mypy/test/testinfer.py",
|
| 2297 |
+
[
|
| 2298 |
+
"OperandDisjointDictSuite"
|
| 2299 |
+
]
|
| 2300 |
+
]
|
| 2301 |
+
],
|
| 2302 |
+
"OperandComparisonGroupingSuite": [
|
| 2303 |
+
[
|
| 2304 |
+
"mypy/test/testinfer.py",
|
| 2305 |
+
[
|
| 2306 |
+
"OperandComparisonGroupingSuite"
|
| 2307 |
+
]
|
| 2308 |
+
]
|
| 2309 |
+
],
|
| 2310 |
+
"IPCTests": [
|
| 2311 |
+
[
|
| 2312 |
+
"mypy/test/testipc.py",
|
| 2313 |
+
[
|
| 2314 |
+
"IPCTests"
|
| 2315 |
+
]
|
| 2316 |
+
]
|
| 2317 |
+
],
|
| 2318 |
+
"ASTMergeSuite": [
|
| 2319 |
+
[
|
| 2320 |
+
"mypy/test/testmerge.py",
|
| 2321 |
+
[
|
| 2322 |
+
"ASTMergeSuite"
|
| 2323 |
+
]
|
| 2324 |
+
]
|
| 2325 |
+
],
|
| 2326 |
+
"ModuleFinderSuite": [
|
| 2327 |
+
[
|
| 2328 |
+
"mypy/test/testmodulefinder.py",
|
| 2329 |
+
[
|
| 2330 |
+
"ModuleFinderSuite"
|
| 2331 |
+
]
|
| 2332 |
+
]
|
| 2333 |
+
],
|
| 2334 |
+
"ModuleFinderSitePackagesSuite": [
|
| 2335 |
+
[
|
| 2336 |
+
"mypy/test/testmodulefinder.py",
|
| 2337 |
+
[
|
| 2338 |
+
"ModuleFinderSitePackagesSuite"
|
| 2339 |
+
]
|
| 2340 |
+
]
|
| 2341 |
+
],
|
| 2342 |
+
"MypycTest": [
|
| 2343 |
+
[
|
| 2344 |
+
"mypy/test/testmypyc.py",
|
| 2345 |
+
[
|
| 2346 |
+
"MypycTest"
|
| 2347 |
+
]
|
| 2348 |
+
]
|
| 2349 |
+
],
|
| 2350 |
+
"ParserSuite": [
|
| 2351 |
+
[
|
| 2352 |
+
"mypy/test/testparse.py",
|
| 2353 |
+
[
|
| 2354 |
+
"ParserSuite"
|
| 2355 |
+
]
|
| 2356 |
+
]
|
| 2357 |
+
],
|
| 2358 |
+
"ParseErrorSuite": [
|
| 2359 |
+
[
|
| 2360 |
+
"mypy/test/testparse.py",
|
| 2361 |
+
[
|
| 2362 |
+
"ParseErrorSuite"
|
| 2363 |
+
]
|
| 2364 |
+
]
|
| 2365 |
+
],
|
| 2366 |
+
"PEP561Suite": [
|
| 2367 |
+
[
|
| 2368 |
+
"mypy/test/testpep561.py",
|
| 2369 |
+
[
|
| 2370 |
+
"PEP561Suite"
|
| 2371 |
+
]
|
| 2372 |
+
]
|
| 2373 |
+
],
|
| 2374 |
+
"PythonEvaluationSuite": [
|
| 2375 |
+
[
|
| 2376 |
+
"mypy/test/testpythoneval.py",
|
| 2377 |
+
[
|
| 2378 |
+
"PythonEvaluationSuite"
|
| 2379 |
+
]
|
| 2380 |
+
]
|
| 2381 |
+
],
|
| 2382 |
+
"CoberturaReportSuite": [
|
| 2383 |
+
[
|
| 2384 |
+
"mypy/test/testreports.py",
|
| 2385 |
+
[
|
| 2386 |
+
"CoberturaReportSuite"
|
| 2387 |
+
]
|
| 2388 |
+
]
|
| 2389 |
+
],
|
| 2390 |
+
"SamplesSuite": [
|
| 2391 |
+
[
|
| 2392 |
+
"mypy/test/testsamples.py",
|
| 2393 |
+
[
|
| 2394 |
+
"SamplesSuite"
|
| 2395 |
+
]
|
| 2396 |
+
]
|
| 2397 |
+
],
|
| 2398 |
+
"SemAnalSuite": [
|
| 2399 |
+
[
|
| 2400 |
+
"mypy/test/testsemanal.py",
|
| 2401 |
+
[
|
| 2402 |
+
"SemAnalSuite"
|
| 2403 |
+
]
|
| 2404 |
+
]
|
| 2405 |
+
],
|
| 2406 |
+
"SemAnalErrorSuite": [
|
| 2407 |
+
[
|
| 2408 |
+
"mypy/test/testsemanal.py",
|
| 2409 |
+
[
|
| 2410 |
+
"SemAnalErrorSuite"
|
| 2411 |
+
]
|
| 2412 |
+
]
|
| 2413 |
+
],
|
| 2414 |
+
"SemAnalSymtableSuite": [
|
| 2415 |
+
[
|
| 2416 |
+
"mypy/test/testsemanal.py",
|
| 2417 |
+
[
|
| 2418 |
+
"SemAnalSymtableSuite"
|
| 2419 |
+
]
|
| 2420 |
+
]
|
| 2421 |
+
],
|
| 2422 |
+
"SemAnalTypeInfoSuite": [
|
| 2423 |
+
[
|
| 2424 |
+
"mypy/test/testsemanal.py",
|
| 2425 |
+
[
|
| 2426 |
+
"SemAnalTypeInfoSuite"
|
| 2427 |
+
]
|
| 2428 |
+
]
|
| 2429 |
+
],
|
| 2430 |
+
"TypeInfoMap": [
|
| 2431 |
+
[
|
| 2432 |
+
"mypy/test/testsemanal.py",
|
| 2433 |
+
[
|
| 2434 |
+
"TypeInfoMap"
|
| 2435 |
+
]
|
| 2436 |
+
]
|
| 2437 |
+
],
|
| 2438 |
+
"SolveSuite": [
|
| 2439 |
+
[
|
| 2440 |
+
"mypy/test/testsolve.py",
|
| 2441 |
+
[
|
| 2442 |
+
"SolveSuite"
|
| 2443 |
+
]
|
| 2444 |
+
]
|
| 2445 |
+
],
|
| 2446 |
+
"StubgenCmdLineSuite": [
|
| 2447 |
+
[
|
| 2448 |
+
"mypy/test/teststubgen.py",
|
| 2449 |
+
[
|
| 2450 |
+
"StubgenCmdLineSuite"
|
| 2451 |
+
]
|
| 2452 |
+
]
|
| 2453 |
+
],
|
| 2454 |
+
"StubgenCliParseSuite": [
|
| 2455 |
+
[
|
| 2456 |
+
"mypy/test/teststubgen.py",
|
| 2457 |
+
[
|
| 2458 |
+
"StubgenCliParseSuite"
|
| 2459 |
+
]
|
| 2460 |
+
]
|
| 2461 |
+
],
|
| 2462 |
+
"StubgenUtilSuite": [
|
| 2463 |
+
[
|
| 2464 |
+
"mypy/test/teststubgen.py",
|
| 2465 |
+
[
|
| 2466 |
+
"StubgenUtilSuite"
|
| 2467 |
+
]
|
| 2468 |
+
]
|
| 2469 |
+
],
|
| 2470 |
+
"StubgenHelpersSuite": [
|
| 2471 |
+
[
|
| 2472 |
+
"mypy/test/teststubgen.py",
|
| 2473 |
+
[
|
| 2474 |
+
"StubgenHelpersSuite"
|
| 2475 |
+
]
|
| 2476 |
+
]
|
| 2477 |
+
],
|
| 2478 |
+
"StubgenPythonSuite": [
|
| 2479 |
+
[
|
| 2480 |
+
"mypy/test/teststubgen.py",
|
| 2481 |
+
[
|
| 2482 |
+
"StubgenPythonSuite"
|
| 2483 |
+
]
|
| 2484 |
+
]
|
| 2485 |
+
],
|
| 2486 |
+
"TestBaseClass": [
|
| 2487 |
+
[
|
| 2488 |
+
"mypy/test/teststubgen.py",
|
| 2489 |
+
[
|
| 2490 |
+
"TestBaseClass"
|
| 2491 |
+
]
|
| 2492 |
+
]
|
| 2493 |
+
],
|
| 2494 |
+
"TestClass": [
|
| 2495 |
+
[
|
| 2496 |
+
"mypy/test/teststubgen.py",
|
| 2497 |
+
[
|
| 2498 |
+
"TestClass"
|
| 2499 |
+
]
|
| 2500 |
+
],
|
| 2501 |
+
[
|
| 2502 |
+
"mypy/test/teststubgen.py",
|
| 2503 |
+
[
|
| 2504 |
+
"StubgencSuite",
|
| 2505 |
+
"test_generate_c_type_inheritance",
|
| 2506 |
+
"TestClass"
|
| 2507 |
+
]
|
| 2508 |
+
],
|
| 2509 |
+
[
|
| 2510 |
+
"mypy/test/teststubgen.py",
|
| 2511 |
+
[
|
| 2512 |
+
"StubgencSuite",
|
| 2513 |
+
"test_generate_c_type_inheritance_other_module",
|
| 2514 |
+
"TestClass"
|
| 2515 |
+
]
|
| 2516 |
+
],
|
| 2517 |
+
[
|
| 2518 |
+
"mypy/test/teststubgen.py",
|
| 2519 |
+
[
|
| 2520 |
+
"StubgencSuite",
|
| 2521 |
+
"test_generate_c_type_inheritance_builtin_type",
|
| 2522 |
+
"TestClass"
|
| 2523 |
+
]
|
| 2524 |
+
],
|
| 2525 |
+
[
|
| 2526 |
+
"mypy/test/teststubgen.py",
|
| 2527 |
+
[
|
| 2528 |
+
"StubgencSuite",
|
| 2529 |
+
"test_generate_c_type_with_docstring",
|
| 2530 |
+
"TestClass"
|
| 2531 |
+
]
|
| 2532 |
+
],
|
| 2533 |
+
[
|
| 2534 |
+
"mypy/test/teststubgen.py",
|
| 2535 |
+
[
|
| 2536 |
+
"StubgencSuite",
|
| 2537 |
+
"test_generate_c_type_with_docstring_empty_default",
|
| 2538 |
+
"TestClass"
|
| 2539 |
+
]
|
| 2540 |
+
],
|
| 2541 |
+
[
|
| 2542 |
+
"mypy/test/teststubgen.py",
|
| 2543 |
+
[
|
| 2544 |
+
"StubgencSuite",
|
| 2545 |
+
"test_generate_c_property_with_pybind11",
|
| 2546 |
+
"TestClass"
|
| 2547 |
+
]
|
| 2548 |
+
],
|
| 2549 |
+
[
|
| 2550 |
+
"mypy/test/teststubgen.py",
|
| 2551 |
+
[
|
| 2552 |
+
"StubgencSuite",
|
| 2553 |
+
"test_generate_c_type_with_single_arg_generic",
|
| 2554 |
+
"TestClass"
|
| 2555 |
+
]
|
| 2556 |
+
],
|
| 2557 |
+
[
|
| 2558 |
+
"mypy/test/teststubgen.py",
|
| 2559 |
+
[
|
| 2560 |
+
"StubgencSuite",
|
| 2561 |
+
"test_generate_c_type_with_double_arg_generic",
|
| 2562 |
+
"TestClass"
|
| 2563 |
+
]
|
| 2564 |
+
],
|
| 2565 |
+
[
|
| 2566 |
+
"mypy/test/teststubgen.py",
|
| 2567 |
+
[
|
| 2568 |
+
"StubgencSuite",
|
| 2569 |
+
"test_generate_c_type_with_nested_generic",
|
| 2570 |
+
"TestClass"
|
| 2571 |
+
]
|
| 2572 |
+
],
|
| 2573 |
+
[
|
| 2574 |
+
"mypy/test/teststubgen.py",
|
| 2575 |
+
[
|
| 2576 |
+
"StubgencSuite",
|
| 2577 |
+
"test_generate_c_type_with_generic_using_other_module_first",
|
| 2578 |
+
"TestClass"
|
| 2579 |
+
]
|
| 2580 |
+
],
|
| 2581 |
+
[
|
| 2582 |
+
"mypy/test/teststubgen.py",
|
| 2583 |
+
[
|
| 2584 |
+
"StubgencSuite",
|
| 2585 |
+
"test_generate_c_type_with_generic_using_other_module_last",
|
| 2586 |
+
"TestClass"
|
| 2587 |
+
]
|
| 2588 |
+
],
|
| 2589 |
+
[
|
| 2590 |
+
"mypy/test/teststubgen.py",
|
| 2591 |
+
[
|
| 2592 |
+
"StubgencSuite",
|
| 2593 |
+
"test_generate_c_type_with_overload_pybind11",
|
| 2594 |
+
"TestClass"
|
| 2595 |
+
]
|
| 2596 |
+
]
|
| 2597 |
+
],
|
| 2598 |
+
"TestClassVariableCls": [
|
| 2599 |
+
[
|
| 2600 |
+
"mypy/test/teststubgen.py",
|
| 2601 |
+
[
|
| 2602 |
+
"StubgencSuite",
|
| 2603 |
+
"test_generate_c_type_stub_variable_type_annotation",
|
| 2604 |
+
"TestClassVariableCls"
|
| 2605 |
+
]
|
| 2606 |
+
]
|
| 2607 |
+
],
|
| 2608 |
+
"StubgencSuite": [
|
| 2609 |
+
[
|
| 2610 |
+
"mypy/test/teststubgen.py",
|
| 2611 |
+
[
|
| 2612 |
+
"StubgencSuite"
|
| 2613 |
+
]
|
| 2614 |
+
]
|
| 2615 |
+
],
|
| 2616 |
+
"ArgSigSuite": [
|
| 2617 |
+
[
|
| 2618 |
+
"mypy/test/teststubgen.py",
|
| 2619 |
+
[
|
| 2620 |
+
"ArgSigSuite"
|
| 2621 |
+
]
|
| 2622 |
+
]
|
| 2623 |
+
],
|
| 2624 |
+
"IsValidTypeSuite": [
|
| 2625 |
+
[
|
| 2626 |
+
"mypy/test/teststubgen.py",
|
| 2627 |
+
[
|
| 2628 |
+
"IsValidTypeSuite"
|
| 2629 |
+
]
|
| 2630 |
+
]
|
| 2631 |
+
],
|
| 2632 |
+
"ModuleInspectSuite": [
|
| 2633 |
+
[
|
| 2634 |
+
"mypy/test/teststubgen.py",
|
| 2635 |
+
[
|
| 2636 |
+
"ModuleInspectSuite"
|
| 2637 |
+
]
|
| 2638 |
+
]
|
| 2639 |
+
],
|
| 2640 |
+
"Case": [
|
| 2641 |
+
[
|
| 2642 |
+
"mypy/test/teststubtest.py",
|
| 2643 |
+
[
|
| 2644 |
+
"Case"
|
| 2645 |
+
]
|
| 2646 |
+
]
|
| 2647 |
+
],
|
| 2648 |
+
"StubtestUnit": [
|
| 2649 |
+
[
|
| 2650 |
+
"mypy/test/teststubtest.py",
|
| 2651 |
+
[
|
| 2652 |
+
"StubtestUnit"
|
| 2653 |
+
]
|
| 2654 |
+
]
|
| 2655 |
+
],
|
| 2656 |
+
"StubtestMiscUnit": [
|
| 2657 |
+
[
|
| 2658 |
+
"mypy/test/teststubtest.py",
|
| 2659 |
+
[
|
| 2660 |
+
"StubtestMiscUnit"
|
| 2661 |
+
]
|
| 2662 |
+
]
|
| 2663 |
+
],
|
| 2664 |
+
"SubtypingSuite": [
|
| 2665 |
+
[
|
| 2666 |
+
"mypy/test/testsubtypes.py",
|
| 2667 |
+
[
|
| 2668 |
+
"SubtypingSuite"
|
| 2669 |
+
]
|
| 2670 |
+
]
|
| 2671 |
+
],
|
| 2672 |
+
"TransformSuite": [
|
| 2673 |
+
[
|
| 2674 |
+
"mypy/test/testtransform.py",
|
| 2675 |
+
[
|
| 2676 |
+
"TransformSuite"
|
| 2677 |
+
]
|
| 2678 |
+
]
|
| 2679 |
+
],
|
| 2680 |
+
"TypeExportSuite": [
|
| 2681 |
+
[
|
| 2682 |
+
"mypy/test/testtypegen.py",
|
| 2683 |
+
[
|
| 2684 |
+
"TypeExportSuite"
|
| 2685 |
+
]
|
| 2686 |
+
]
|
| 2687 |
+
],
|
| 2688 |
+
"TypesSuite": [
|
| 2689 |
+
[
|
| 2690 |
+
"mypy/test/testtypes.py",
|
| 2691 |
+
[
|
| 2692 |
+
"TypesSuite"
|
| 2693 |
+
]
|
| 2694 |
+
]
|
| 2695 |
+
],
|
| 2696 |
+
"TypeOpsSuite": [
|
| 2697 |
+
[
|
| 2698 |
+
"mypy/test/testtypes.py",
|
| 2699 |
+
[
|
| 2700 |
+
"TypeOpsSuite"
|
| 2701 |
+
]
|
| 2702 |
+
]
|
| 2703 |
+
],
|
| 2704 |
+
"JoinSuite": [
|
| 2705 |
+
[
|
| 2706 |
+
"mypy/test/testtypes.py",
|
| 2707 |
+
[
|
| 2708 |
+
"JoinSuite"
|
| 2709 |
+
]
|
| 2710 |
+
]
|
| 2711 |
+
],
|
| 2712 |
+
"MeetSuite": [
|
| 2713 |
+
[
|
| 2714 |
+
"mypy/test/testtypes.py",
|
| 2715 |
+
[
|
| 2716 |
+
"MeetSuite"
|
| 2717 |
+
]
|
| 2718 |
+
]
|
| 2719 |
+
],
|
| 2720 |
+
"SameTypeSuite": [
|
| 2721 |
+
[
|
| 2722 |
+
"mypy/test/testtypes.py",
|
| 2723 |
+
[
|
| 2724 |
+
"SameTypeSuite"
|
| 2725 |
+
]
|
| 2726 |
+
]
|
| 2727 |
+
],
|
| 2728 |
+
"TestGetTerminalSize": [
|
| 2729 |
+
[
|
| 2730 |
+
"mypy/test/testutil.py",
|
| 2731 |
+
[
|
| 2732 |
+
"TestGetTerminalSize"
|
| 2733 |
+
]
|
| 2734 |
+
]
|
| 2735 |
+
],
|
| 2736 |
+
"TypeFixture": [
|
| 2737 |
+
[
|
| 2738 |
+
"mypy/test/typefixture.py",
|
| 2739 |
+
[
|
| 2740 |
+
"TypeFixture"
|
| 2741 |
+
]
|
| 2742 |
+
]
|
| 2743 |
+
],
|
| 2744 |
+
"InterfaceTypeFixture": [
|
| 2745 |
+
[
|
| 2746 |
+
"mypy/test/typefixture.py",
|
| 2747 |
+
[
|
| 2748 |
+
"InterfaceTypeFixture"
|
| 2749 |
+
]
|
| 2750 |
+
]
|
| 2751 |
+
],
|
| 2752 |
+
"SkippedNodeSearcher": [
|
| 2753 |
+
[
|
| 2754 |
+
"mypy/test/visitors.py",
|
| 2755 |
+
[
|
| 2756 |
+
"SkippedNodeSearcher"
|
| 2757 |
+
]
|
| 2758 |
+
]
|
| 2759 |
+
],
|
| 2760 |
+
"TypeAssertTransformVisitor": [
|
| 2761 |
+
[
|
| 2762 |
+
"mypy/test/visitors.py",
|
| 2763 |
+
[
|
| 2764 |
+
"TypeAssertTransformVisitor"
|
| 2765 |
+
]
|
| 2766 |
+
]
|
| 2767 |
+
],
|
| 2768 |
+
"TraverserVisitor": [
|
| 2769 |
+
[
|
| 2770 |
+
"mypy/traverser.py",
|
| 2771 |
+
[
|
| 2772 |
+
"TraverserVisitor"
|
| 2773 |
+
]
|
| 2774 |
+
]
|
| 2775 |
+
],
|
| 2776 |
+
"ReturnSeeker": [
|
| 2777 |
+
[
|
| 2778 |
+
"mypy/traverser.py",
|
| 2779 |
+
[
|
| 2780 |
+
"ReturnSeeker"
|
| 2781 |
+
]
|
| 2782 |
+
]
|
| 2783 |
+
],
|
| 2784 |
+
"ReturnCollector": [
|
| 2785 |
+
[
|
| 2786 |
+
"mypy/traverser.py",
|
| 2787 |
+
[
|
| 2788 |
+
"ReturnCollector"
|
| 2789 |
+
]
|
| 2790 |
+
]
|
| 2791 |
+
],
|
| 2792 |
+
"TransformVisitor": [
|
| 2793 |
+
[
|
| 2794 |
+
"mypy/treetransform.py",
|
| 2795 |
+
[
|
| 2796 |
+
"TransformVisitor"
|
| 2797 |
+
]
|
| 2798 |
+
]
|
| 2799 |
+
],
|
| 2800 |
+
"FuncMapInitializer": [
|
| 2801 |
+
[
|
| 2802 |
+
"mypy/treetransform.py",
|
| 2803 |
+
[
|
| 2804 |
+
"FuncMapInitializer"
|
| 2805 |
+
]
|
| 2806 |
+
]
|
| 2807 |
+
],
|
| 2808 |
+
"TypeVarLikeScope": [
|
| 2809 |
+
[
|
| 2810 |
+
"mypy/tvar_scope.py",
|
| 2811 |
+
[
|
| 2812 |
+
"TypeVarLikeScope"
|
| 2813 |
+
]
|
| 2814 |
+
]
|
| 2815 |
+
],
|
| 2816 |
+
"TypeVisitor": [
|
| 2817 |
+
[
|
| 2818 |
+
"mypy/type_visitor.py",
|
| 2819 |
+
[
|
| 2820 |
+
"TypeVisitor"
|
| 2821 |
+
]
|
| 2822 |
+
]
|
| 2823 |
+
],
|
| 2824 |
+
"SyntheticTypeVisitor": [
|
| 2825 |
+
[
|
| 2826 |
+
"mypy/type_visitor.py",
|
| 2827 |
+
[
|
| 2828 |
+
"SyntheticTypeVisitor"
|
| 2829 |
+
]
|
| 2830 |
+
]
|
| 2831 |
+
],
|
| 2832 |
+
"TypeTranslator": [
|
| 2833 |
+
[
|
| 2834 |
+
"mypy/type_visitor.py",
|
| 2835 |
+
[
|
| 2836 |
+
"TypeTranslator"
|
| 2837 |
+
]
|
| 2838 |
+
]
|
| 2839 |
+
],
|
| 2840 |
+
"TypeQuery": [
|
| 2841 |
+
[
|
| 2842 |
+
"mypy/type_visitor.py",
|
| 2843 |
+
[
|
| 2844 |
+
"TypeQuery"
|
| 2845 |
+
]
|
| 2846 |
+
]
|
| 2847 |
+
],
|
| 2848 |
+
"TypeAnalyser": [
|
| 2849 |
+
[
|
| 2850 |
+
"mypy/typeanal.py",
|
| 2851 |
+
[
|
| 2852 |
+
"TypeAnalyser"
|
| 2853 |
+
]
|
| 2854 |
+
]
|
| 2855 |
+
],
|
| 2856 |
+
"TypeVarLikeQuery": [
|
| 2857 |
+
[
|
| 2858 |
+
"mypy/typeanal.py",
|
| 2859 |
+
[
|
| 2860 |
+
"TypeVarLikeQuery"
|
| 2861 |
+
]
|
| 2862 |
+
]
|
| 2863 |
+
],
|
| 2864 |
+
"HasExplicitAny": [
|
| 2865 |
+
[
|
| 2866 |
+
"mypy/typeanal.py",
|
| 2867 |
+
[
|
| 2868 |
+
"HasExplicitAny"
|
| 2869 |
+
]
|
| 2870 |
+
]
|
| 2871 |
+
],
|
| 2872 |
+
"HasAnyFromUnimportedType": [
|
| 2873 |
+
[
|
| 2874 |
+
"mypy/typeanal.py",
|
| 2875 |
+
[
|
| 2876 |
+
"HasAnyFromUnimportedType"
|
| 2877 |
+
]
|
| 2878 |
+
]
|
| 2879 |
+
],
|
| 2880 |
+
"CollectAnyTypesQuery": [
|
| 2881 |
+
[
|
| 2882 |
+
"mypy/typeanal.py",
|
| 2883 |
+
[
|
| 2884 |
+
"CollectAnyTypesQuery"
|
| 2885 |
+
]
|
| 2886 |
+
]
|
| 2887 |
+
],
|
| 2888 |
+
"CollectAllInnerTypesQuery": [
|
| 2889 |
+
[
|
| 2890 |
+
"mypy/typeanal.py",
|
| 2891 |
+
[
|
| 2892 |
+
"CollectAllInnerTypesQuery"
|
| 2893 |
+
]
|
| 2894 |
+
]
|
| 2895 |
+
],
|
| 2896 |
+
"InstanceFixer": [
|
| 2897 |
+
[
|
| 2898 |
+
"mypy/typeanal.py",
|
| 2899 |
+
[
|
| 2900 |
+
"InstanceFixer"
|
| 2901 |
+
]
|
| 2902 |
+
]
|
| 2903 |
+
],
|
| 2904 |
+
"TypeVarExtractor": [
|
| 2905 |
+
[
|
| 2906 |
+
"mypy/typeops.py",
|
| 2907 |
+
[
|
| 2908 |
+
"TypeVarExtractor"
|
| 2909 |
+
]
|
| 2910 |
+
]
|
| 2911 |
+
],
|
| 2912 |
+
"TypeOfAny": [
|
| 2913 |
+
[
|
| 2914 |
+
"mypy/types.py",
|
| 2915 |
+
[
|
| 2916 |
+
"TypeOfAny"
|
| 2917 |
+
]
|
| 2918 |
+
]
|
| 2919 |
+
],
|
| 2920 |
+
"Type": [
|
| 2921 |
+
[
|
| 2922 |
+
"mypy/types.py",
|
| 2923 |
+
[
|
| 2924 |
+
"Type"
|
| 2925 |
+
]
|
| 2926 |
+
]
|
| 2927 |
+
],
|
| 2928 |
+
"TypeAliasType": [
|
| 2929 |
+
[
|
| 2930 |
+
"mypy/types.py",
|
| 2931 |
+
[
|
| 2932 |
+
"TypeAliasType"
|
| 2933 |
+
]
|
| 2934 |
+
]
|
| 2935 |
+
],
|
| 2936 |
+
"TypeGuardType": [
|
| 2937 |
+
[
|
| 2938 |
+
"mypy/types.py",
|
| 2939 |
+
[
|
| 2940 |
+
"TypeGuardType"
|
| 2941 |
+
]
|
| 2942 |
+
]
|
| 2943 |
+
],
|
| 2944 |
+
"ProperType": [
|
| 2945 |
+
[
|
| 2946 |
+
"mypy/types.py",
|
| 2947 |
+
[
|
| 2948 |
+
"ProperType"
|
| 2949 |
+
]
|
| 2950 |
+
]
|
| 2951 |
+
],
|
| 2952 |
+
"TypeVarId": [
|
| 2953 |
+
[
|
| 2954 |
+
"mypy/types.py",
|
| 2955 |
+
[
|
| 2956 |
+
"TypeVarId"
|
| 2957 |
+
]
|
| 2958 |
+
]
|
| 2959 |
+
],
|
| 2960 |
+
"TypeVarLikeDef": [
|
| 2961 |
+
[
|
| 2962 |
+
"mypy/types.py",
|
| 2963 |
+
[
|
| 2964 |
+
"TypeVarLikeDef"
|
| 2965 |
+
]
|
| 2966 |
+
]
|
| 2967 |
+
],
|
| 2968 |
+
"TypeVarDef": [
|
| 2969 |
+
[
|
| 2970 |
+
"mypy/types.py",
|
| 2971 |
+
[
|
| 2972 |
+
"TypeVarDef"
|
| 2973 |
+
]
|
| 2974 |
+
]
|
| 2975 |
+
],
|
| 2976 |
+
"ParamSpecDef": [
|
| 2977 |
+
[
|
| 2978 |
+
"mypy/types.py",
|
| 2979 |
+
[
|
| 2980 |
+
"ParamSpecDef"
|
| 2981 |
+
]
|
| 2982 |
+
]
|
| 2983 |
+
],
|
| 2984 |
+
"UnboundType": [
|
| 2985 |
+
[
|
| 2986 |
+
"mypy/types.py",
|
| 2987 |
+
[
|
| 2988 |
+
"UnboundType"
|
| 2989 |
+
]
|
| 2990 |
+
]
|
| 2991 |
+
],
|
| 2992 |
+
"CallableArgument": [
|
| 2993 |
+
[
|
| 2994 |
+
"mypy/types.py",
|
| 2995 |
+
[
|
| 2996 |
+
"CallableArgument"
|
| 2997 |
+
]
|
| 2998 |
+
]
|
| 2999 |
+
],
|
| 3000 |
+
"TypeList": [
|
| 3001 |
+
[
|
| 3002 |
+
"mypy/types.py",
|
| 3003 |
+
[
|
| 3004 |
+
"TypeList"
|
| 3005 |
+
]
|
| 3006 |
+
]
|
| 3007 |
+
],
|
| 3008 |
+
"AnyType": [
|
| 3009 |
+
[
|
| 3010 |
+
"mypy/types.py",
|
| 3011 |
+
[
|
| 3012 |
+
"AnyType"
|
| 3013 |
+
]
|
| 3014 |
+
]
|
| 3015 |
+
],
|
| 3016 |
+
"UninhabitedType": [
|
| 3017 |
+
[
|
| 3018 |
+
"mypy/types.py",
|
| 3019 |
+
[
|
| 3020 |
+
"UninhabitedType"
|
| 3021 |
+
]
|
| 3022 |
+
]
|
| 3023 |
+
],
|
| 3024 |
+
"NoneType": [
|
| 3025 |
+
[
|
| 3026 |
+
"mypy/types.py",
|
| 3027 |
+
[
|
| 3028 |
+
"NoneType"
|
| 3029 |
+
]
|
| 3030 |
+
]
|
| 3031 |
+
],
|
| 3032 |
+
"ErasedType": [
|
| 3033 |
+
[
|
| 3034 |
+
"mypy/types.py",
|
| 3035 |
+
[
|
| 3036 |
+
"ErasedType"
|
| 3037 |
+
]
|
| 3038 |
+
]
|
| 3039 |
+
],
|
| 3040 |
+
"DeletedType": [
|
| 3041 |
+
[
|
| 3042 |
+
"mypy/types.py",
|
| 3043 |
+
[
|
| 3044 |
+
"DeletedType"
|
| 3045 |
+
]
|
| 3046 |
+
]
|
| 3047 |
+
],
|
| 3048 |
+
"Instance": [
|
| 3049 |
+
[
|
| 3050 |
+
"mypy/types.py",
|
| 3051 |
+
[
|
| 3052 |
+
"Instance"
|
| 3053 |
+
]
|
| 3054 |
+
]
|
| 3055 |
+
],
|
| 3056 |
+
"TypeVarType": [
|
| 3057 |
+
[
|
| 3058 |
+
"mypy/types.py",
|
| 3059 |
+
[
|
| 3060 |
+
"TypeVarType"
|
| 3061 |
+
]
|
| 3062 |
+
]
|
| 3063 |
+
],
|
| 3064 |
+
"FunctionLike": [
|
| 3065 |
+
[
|
| 3066 |
+
"mypy/types.py",
|
| 3067 |
+
[
|
| 3068 |
+
"FunctionLike"
|
| 3069 |
+
]
|
| 3070 |
+
]
|
| 3071 |
+
],
|
| 3072 |
+
"CallableType": [
|
| 3073 |
+
[
|
| 3074 |
+
"mypy/types.py",
|
| 3075 |
+
[
|
| 3076 |
+
"CallableType"
|
| 3077 |
+
]
|
| 3078 |
+
]
|
| 3079 |
+
],
|
| 3080 |
+
"Overloaded": [
|
| 3081 |
+
[
|
| 3082 |
+
"mypy/types.py",
|
| 3083 |
+
[
|
| 3084 |
+
"Overloaded"
|
| 3085 |
+
]
|
| 3086 |
+
]
|
| 3087 |
+
],
|
| 3088 |
+
"TupleType": [
|
| 3089 |
+
[
|
| 3090 |
+
"mypy/types.py",
|
| 3091 |
+
[
|
| 3092 |
+
"TupleType"
|
| 3093 |
+
]
|
| 3094 |
+
]
|
| 3095 |
+
],
|
| 3096 |
+
"TypedDictType": [
|
| 3097 |
+
[
|
| 3098 |
+
"mypy/types.py",
|
| 3099 |
+
[
|
| 3100 |
+
"TypedDictType"
|
| 3101 |
+
]
|
| 3102 |
+
]
|
| 3103 |
+
],
|
| 3104 |
+
"RawExpressionType": [
|
| 3105 |
+
[
|
| 3106 |
+
"mypy/types.py",
|
| 3107 |
+
[
|
| 3108 |
+
"RawExpressionType"
|
| 3109 |
+
]
|
| 3110 |
+
]
|
| 3111 |
+
],
|
| 3112 |
+
"LiteralType": [
|
| 3113 |
+
[
|
| 3114 |
+
"mypy/types.py",
|
| 3115 |
+
[
|
| 3116 |
+
"LiteralType"
|
| 3117 |
+
]
|
| 3118 |
+
]
|
| 3119 |
+
],
|
| 3120 |
+
"StarType": [
|
| 3121 |
+
[
|
| 3122 |
+
"mypy/types.py",
|
| 3123 |
+
[
|
| 3124 |
+
"StarType"
|
| 3125 |
+
]
|
| 3126 |
+
]
|
| 3127 |
+
],
|
| 3128 |
+
"UnionType": [
|
| 3129 |
+
[
|
| 3130 |
+
"mypy/types.py",
|
| 3131 |
+
[
|
| 3132 |
+
"UnionType"
|
| 3133 |
+
]
|
| 3134 |
+
]
|
| 3135 |
+
],
|
| 3136 |
+
"PartialType": [
|
| 3137 |
+
[
|
| 3138 |
+
"mypy/types.py",
|
| 3139 |
+
[
|
| 3140 |
+
"PartialType"
|
| 3141 |
+
]
|
| 3142 |
+
]
|
| 3143 |
+
],
|
| 3144 |
+
"EllipsisType": [
|
| 3145 |
+
[
|
| 3146 |
+
"mypy/types.py",
|
| 3147 |
+
[
|
| 3148 |
+
"EllipsisType"
|
| 3149 |
+
]
|
| 3150 |
+
]
|
| 3151 |
+
],
|
| 3152 |
+
"TypeType": [
|
| 3153 |
+
[
|
| 3154 |
+
"mypy/types.py",
|
| 3155 |
+
[
|
| 3156 |
+
"TypeType"
|
| 3157 |
+
]
|
| 3158 |
+
]
|
| 3159 |
+
],
|
| 3160 |
+
"PlaceholderType": [
|
| 3161 |
+
[
|
| 3162 |
+
"mypy/types.py",
|
| 3163 |
+
[
|
| 3164 |
+
"PlaceholderType"
|
| 3165 |
+
]
|
| 3166 |
+
]
|
| 3167 |
+
],
|
| 3168 |
+
"TypeStrVisitor": [
|
| 3169 |
+
[
|
| 3170 |
+
"mypy/types.py",
|
| 3171 |
+
[
|
| 3172 |
+
"TypeStrVisitor"
|
| 3173 |
+
]
|
| 3174 |
+
]
|
| 3175 |
+
],
|
| 3176 |
+
"UnrollAliasVisitor": [
|
| 3177 |
+
[
|
| 3178 |
+
"mypy/types.py",
|
| 3179 |
+
[
|
| 3180 |
+
"UnrollAliasVisitor"
|
| 3181 |
+
]
|
| 3182 |
+
]
|
| 3183 |
+
],
|
| 3184 |
+
"InstantiateAliasVisitor": [
|
| 3185 |
+
[
|
| 3186 |
+
"mypy/types.py",
|
| 3187 |
+
[
|
| 3188 |
+
"InstantiateAliasVisitor"
|
| 3189 |
+
]
|
| 3190 |
+
]
|
| 3191 |
+
],
|
| 3192 |
+
"HasTypeVars": [
|
| 3193 |
+
[
|
| 3194 |
+
"mypy/types.py",
|
| 3195 |
+
[
|
| 3196 |
+
"HasTypeVars"
|
| 3197 |
+
]
|
| 3198 |
+
]
|
| 3199 |
+
],
|
| 3200 |
+
"TypeState": [
|
| 3201 |
+
[
|
| 3202 |
+
"mypy/typestate.py",
|
| 3203 |
+
[
|
| 3204 |
+
"TypeState"
|
| 3205 |
+
]
|
| 3206 |
+
]
|
| 3207 |
+
],
|
| 3208 |
+
"TypeTraverserVisitor": [
|
| 3209 |
+
[
|
| 3210 |
+
"mypy/typetraverser.py",
|
| 3211 |
+
[
|
| 3212 |
+
"TypeTraverserVisitor"
|
| 3213 |
+
]
|
| 3214 |
+
]
|
| 3215 |
+
],
|
| 3216 |
+
"DecodeError": [
|
| 3217 |
+
[
|
| 3218 |
+
"mypy/util.py",
|
| 3219 |
+
[
|
| 3220 |
+
"DecodeError"
|
| 3221 |
+
]
|
| 3222 |
+
]
|
| 3223 |
+
],
|
| 3224 |
+
"IdMapper": [
|
| 3225 |
+
[
|
| 3226 |
+
"mypy/util.py",
|
| 3227 |
+
[
|
| 3228 |
+
"IdMapper"
|
| 3229 |
+
]
|
| 3230 |
+
]
|
| 3231 |
+
],
|
| 3232 |
+
"FancyFormatter": [
|
| 3233 |
+
[
|
| 3234 |
+
"mypy/util.py",
|
| 3235 |
+
[
|
| 3236 |
+
"FancyFormatter"
|
| 3237 |
+
]
|
| 3238 |
+
]
|
| 3239 |
+
],
|
| 3240 |
+
"ExpressionVisitor": [
|
| 3241 |
+
[
|
| 3242 |
+
"mypy/visitor.py",
|
| 3243 |
+
[
|
| 3244 |
+
"ExpressionVisitor"
|
| 3245 |
+
]
|
| 3246 |
+
]
|
| 3247 |
+
],
|
| 3248 |
+
"StatementVisitor": [
|
| 3249 |
+
[
|
| 3250 |
+
"mypy/visitor.py",
|
| 3251 |
+
[
|
| 3252 |
+
"StatementVisitor"
|
| 3253 |
+
]
|
| 3254 |
+
]
|
| 3255 |
+
],
|
| 3256 |
+
"NodeVisitor": [
|
| 3257 |
+
[
|
| 3258 |
+
"mypy/visitor.py",
|
| 3259 |
+
[
|
| 3260 |
+
"NodeVisitor"
|
| 3261 |
+
]
|
| 3262 |
+
]
|
| 3263 |
+
],
|
| 3264 |
+
"CFG": [
|
| 3265 |
+
[
|
| 3266 |
+
"mypyc/analysis/dataflow.py",
|
| 3267 |
+
[
|
| 3268 |
+
"CFG"
|
| 3269 |
+
]
|
| 3270 |
+
]
|
| 3271 |
+
],
|
| 3272 |
+
"AnalysisResult": [
|
| 3273 |
+
[
|
| 3274 |
+
"mypyc/analysis/dataflow.py",
|
| 3275 |
+
[
|
| 3276 |
+
"AnalysisResult"
|
| 3277 |
+
]
|
| 3278 |
+
]
|
| 3279 |
+
],
|
| 3280 |
+
"BaseAnalysisVisitor": [
|
| 3281 |
+
[
|
| 3282 |
+
"mypyc/analysis/dataflow.py",
|
| 3283 |
+
[
|
| 3284 |
+
"BaseAnalysisVisitor"
|
| 3285 |
+
]
|
| 3286 |
+
]
|
| 3287 |
+
],
|
| 3288 |
+
"DefinedVisitor": [
|
| 3289 |
+
[
|
| 3290 |
+
"mypyc/analysis/dataflow.py",
|
| 3291 |
+
[
|
| 3292 |
+
"DefinedVisitor"
|
| 3293 |
+
]
|
| 3294 |
+
]
|
| 3295 |
+
],
|
| 3296 |
+
"BorrowedArgumentsVisitor": [
|
| 3297 |
+
[
|
| 3298 |
+
"mypyc/analysis/dataflow.py",
|
| 3299 |
+
[
|
| 3300 |
+
"BorrowedArgumentsVisitor"
|
| 3301 |
+
]
|
| 3302 |
+
]
|
| 3303 |
+
],
|
| 3304 |
+
"UndefinedVisitor": [
|
| 3305 |
+
[
|
| 3306 |
+
"mypyc/analysis/dataflow.py",
|
| 3307 |
+
[
|
| 3308 |
+
"UndefinedVisitor"
|
| 3309 |
+
]
|
| 3310 |
+
]
|
| 3311 |
+
],
|
| 3312 |
+
"LivenessVisitor": [
|
| 3313 |
+
[
|
| 3314 |
+
"mypyc/analysis/dataflow.py",
|
| 3315 |
+
[
|
| 3316 |
+
"LivenessVisitor"
|
| 3317 |
+
]
|
| 3318 |
+
]
|
| 3319 |
+
],
|
| 3320 |
+
"HeaderDeclaration": [
|
| 3321 |
+
[
|
| 3322 |
+
"mypyc/codegen/emit.py",
|
| 3323 |
+
[
|
| 3324 |
+
"HeaderDeclaration"
|
| 3325 |
+
]
|
| 3326 |
+
]
|
| 3327 |
+
],
|
| 3328 |
+
"EmitterContext": [
|
| 3329 |
+
[
|
| 3330 |
+
"mypyc/codegen/emit.py",
|
| 3331 |
+
[
|
| 3332 |
+
"EmitterContext"
|
| 3333 |
+
]
|
| 3334 |
+
]
|
| 3335 |
+
],
|
| 3336 |
+
"Emitter": [
|
| 3337 |
+
[
|
| 3338 |
+
"mypyc/codegen/emit.py",
|
| 3339 |
+
[
|
| 3340 |
+
"Emitter"
|
| 3341 |
+
]
|
| 3342 |
+
]
|
| 3343 |
+
],
|
| 3344 |
+
"FunctionEmitterVisitor": [
|
| 3345 |
+
[
|
| 3346 |
+
"mypyc/codegen/emitfunc.py",
|
| 3347 |
+
[
|
| 3348 |
+
"FunctionEmitterVisitor"
|
| 3349 |
+
]
|
| 3350 |
+
]
|
| 3351 |
+
],
|
| 3352 |
+
"MarkedDeclaration": [
|
| 3353 |
+
[
|
| 3354 |
+
"mypyc/codegen/emitmodule.py",
|
| 3355 |
+
[
|
| 3356 |
+
"MarkedDeclaration"
|
| 3357 |
+
]
|
| 3358 |
+
]
|
| 3359 |
+
],
|
| 3360 |
+
"MypycPlugin": [
|
| 3361 |
+
[
|
| 3362 |
+
"mypyc/codegen/emitmodule.py",
|
| 3363 |
+
[
|
| 3364 |
+
"MypycPlugin"
|
| 3365 |
+
]
|
| 3366 |
+
]
|
| 3367 |
+
],
|
| 3368 |
+
"GroupGenerator": [
|
| 3369 |
+
[
|
| 3370 |
+
"mypyc/codegen/emitmodule.py",
|
| 3371 |
+
[
|
| 3372 |
+
"GroupGenerator"
|
| 3373 |
+
]
|
| 3374 |
+
]
|
| 3375 |
+
],
|
| 3376 |
+
"Literals": [
|
| 3377 |
+
[
|
| 3378 |
+
"mypyc/codegen/literals.py",
|
| 3379 |
+
[
|
| 3380 |
+
"Literals"
|
| 3381 |
+
]
|
| 3382 |
+
]
|
| 3383 |
+
],
|
| 3384 |
+
"ClassIR": [
|
| 3385 |
+
[
|
| 3386 |
+
"mypyc/ir/class_ir.py",
|
| 3387 |
+
[
|
| 3388 |
+
"ClassIR"
|
| 3389 |
+
]
|
| 3390 |
+
]
|
| 3391 |
+
],
|
| 3392 |
+
"NonExtClassInfo": [
|
| 3393 |
+
[
|
| 3394 |
+
"mypyc/ir/class_ir.py",
|
| 3395 |
+
[
|
| 3396 |
+
"NonExtClassInfo"
|
| 3397 |
+
]
|
| 3398 |
+
]
|
| 3399 |
+
],
|
| 3400 |
+
"RuntimeArg": [
|
| 3401 |
+
[
|
| 3402 |
+
"mypyc/ir/func_ir.py",
|
| 3403 |
+
[
|
| 3404 |
+
"RuntimeArg"
|
| 3405 |
+
]
|
| 3406 |
+
]
|
| 3407 |
+
],
|
| 3408 |
+
"FuncSignature": [
|
| 3409 |
+
[
|
| 3410 |
+
"mypyc/ir/func_ir.py",
|
| 3411 |
+
[
|
| 3412 |
+
"FuncSignature"
|
| 3413 |
+
]
|
| 3414 |
+
]
|
| 3415 |
+
],
|
| 3416 |
+
"FuncDecl": [
|
| 3417 |
+
[
|
| 3418 |
+
"mypyc/ir/func_ir.py",
|
| 3419 |
+
[
|
| 3420 |
+
"FuncDecl"
|
| 3421 |
+
]
|
| 3422 |
+
]
|
| 3423 |
+
],
|
| 3424 |
+
"FuncIR": [
|
| 3425 |
+
[
|
| 3426 |
+
"mypyc/ir/func_ir.py",
|
| 3427 |
+
[
|
| 3428 |
+
"FuncIR"
|
| 3429 |
+
]
|
| 3430 |
+
]
|
| 3431 |
+
],
|
| 3432 |
+
"ModuleIR": [
|
| 3433 |
+
[
|
| 3434 |
+
"mypyc/ir/module_ir.py",
|
| 3435 |
+
[
|
| 3436 |
+
"ModuleIR"
|
| 3437 |
+
]
|
| 3438 |
+
]
|
| 3439 |
+
],
|
| 3440 |
+
"BasicBlock": [
|
| 3441 |
+
[
|
| 3442 |
+
"mypyc/ir/ops.py",
|
| 3443 |
+
[
|
| 3444 |
+
"BasicBlock"
|
| 3445 |
+
]
|
| 3446 |
+
]
|
| 3447 |
+
],
|
| 3448 |
+
"Value": [
|
| 3449 |
+
[
|
| 3450 |
+
"mypyc/ir/ops.py",
|
| 3451 |
+
[
|
| 3452 |
+
"Value"
|
| 3453 |
+
]
|
| 3454 |
+
]
|
| 3455 |
+
],
|
| 3456 |
+
"Register": [
|
| 3457 |
+
[
|
| 3458 |
+
"mypyc/ir/ops.py",
|
| 3459 |
+
[
|
| 3460 |
+
"Register"
|
| 3461 |
+
]
|
| 3462 |
+
]
|
| 3463 |
+
],
|
| 3464 |
+
"Integer": [
|
| 3465 |
+
[
|
| 3466 |
+
"mypyc/ir/ops.py",
|
| 3467 |
+
[
|
| 3468 |
+
"Integer"
|
| 3469 |
+
]
|
| 3470 |
+
]
|
| 3471 |
+
],
|
| 3472 |
+
"Op": [
|
| 3473 |
+
[
|
| 3474 |
+
"mypyc/ir/ops.py",
|
| 3475 |
+
[
|
| 3476 |
+
"Op"
|
| 3477 |
+
]
|
| 3478 |
+
]
|
| 3479 |
+
],
|
| 3480 |
+
"Assign": [
|
| 3481 |
+
[
|
| 3482 |
+
"mypyc/ir/ops.py",
|
| 3483 |
+
[
|
| 3484 |
+
"Assign"
|
| 3485 |
+
]
|
| 3486 |
+
]
|
| 3487 |
+
],
|
| 3488 |
+
"AssignMulti": [
|
| 3489 |
+
[
|
| 3490 |
+
"mypyc/ir/ops.py",
|
| 3491 |
+
[
|
| 3492 |
+
"AssignMulti"
|
| 3493 |
+
]
|
| 3494 |
+
]
|
| 3495 |
+
],
|
| 3496 |
+
"ControlOp": [
|
| 3497 |
+
[
|
| 3498 |
+
"mypyc/ir/ops.py",
|
| 3499 |
+
[
|
| 3500 |
+
"ControlOp"
|
| 3501 |
+
]
|
| 3502 |
+
]
|
| 3503 |
+
],
|
| 3504 |
+
"Goto": [
|
| 3505 |
+
[
|
| 3506 |
+
"mypyc/ir/ops.py",
|
| 3507 |
+
[
|
| 3508 |
+
"Goto"
|
| 3509 |
+
]
|
| 3510 |
+
]
|
| 3511 |
+
],
|
| 3512 |
+
"Branch": [
|
| 3513 |
+
[
|
| 3514 |
+
"mypyc/ir/ops.py",
|
| 3515 |
+
[
|
| 3516 |
+
"Branch"
|
| 3517 |
+
]
|
| 3518 |
+
]
|
| 3519 |
+
],
|
| 3520 |
+
"Return": [
|
| 3521 |
+
[
|
| 3522 |
+
"mypyc/ir/ops.py",
|
| 3523 |
+
[
|
| 3524 |
+
"Return"
|
| 3525 |
+
]
|
| 3526 |
+
]
|
| 3527 |
+
],
|
| 3528 |
+
"Unreachable": [
|
| 3529 |
+
[
|
| 3530 |
+
"mypyc/ir/ops.py",
|
| 3531 |
+
[
|
| 3532 |
+
"Unreachable"
|
| 3533 |
+
]
|
| 3534 |
+
]
|
| 3535 |
+
],
|
| 3536 |
+
"RegisterOp": [
|
| 3537 |
+
[
|
| 3538 |
+
"mypyc/ir/ops.py",
|
| 3539 |
+
[
|
| 3540 |
+
"RegisterOp"
|
| 3541 |
+
]
|
| 3542 |
+
]
|
| 3543 |
+
],
|
| 3544 |
+
"IncRef": [
|
| 3545 |
+
[
|
| 3546 |
+
"mypyc/ir/ops.py",
|
| 3547 |
+
[
|
| 3548 |
+
"IncRef"
|
| 3549 |
+
]
|
| 3550 |
+
]
|
| 3551 |
+
],
|
| 3552 |
+
"DecRef": [
|
| 3553 |
+
[
|
| 3554 |
+
"mypyc/ir/ops.py",
|
| 3555 |
+
[
|
| 3556 |
+
"DecRef"
|
| 3557 |
+
]
|
| 3558 |
+
]
|
| 3559 |
+
],
|
| 3560 |
+
"Call": [
|
| 3561 |
+
[
|
| 3562 |
+
"mypyc/ir/ops.py",
|
| 3563 |
+
[
|
| 3564 |
+
"Call"
|
| 3565 |
+
]
|
| 3566 |
+
]
|
| 3567 |
+
],
|
| 3568 |
+
"MethodCall": [
|
| 3569 |
+
[
|
| 3570 |
+
"mypyc/ir/ops.py",
|
| 3571 |
+
[
|
| 3572 |
+
"MethodCall"
|
| 3573 |
+
]
|
| 3574 |
+
]
|
| 3575 |
+
],
|
| 3576 |
+
"LoadErrorValue": [
|
| 3577 |
+
[
|
| 3578 |
+
"mypyc/ir/ops.py",
|
| 3579 |
+
[
|
| 3580 |
+
"LoadErrorValue"
|
| 3581 |
+
]
|
| 3582 |
+
]
|
| 3583 |
+
],
|
| 3584 |
+
"LoadLiteral": [
|
| 3585 |
+
[
|
| 3586 |
+
"mypyc/ir/ops.py",
|
| 3587 |
+
[
|
| 3588 |
+
"LoadLiteral"
|
| 3589 |
+
]
|
| 3590 |
+
]
|
| 3591 |
+
],
|
| 3592 |
+
"GetAttr": [
|
| 3593 |
+
[
|
| 3594 |
+
"mypyc/ir/ops.py",
|
| 3595 |
+
[
|
| 3596 |
+
"GetAttr"
|
| 3597 |
+
]
|
| 3598 |
+
]
|
| 3599 |
+
],
|
| 3600 |
+
"SetAttr": [
|
| 3601 |
+
[
|
| 3602 |
+
"mypyc/ir/ops.py",
|
| 3603 |
+
[
|
| 3604 |
+
"SetAttr"
|
| 3605 |
+
]
|
| 3606 |
+
]
|
| 3607 |
+
],
|
| 3608 |
+
"LoadStatic": [
|
| 3609 |
+
[
|
| 3610 |
+
"mypyc/ir/ops.py",
|
| 3611 |
+
[
|
| 3612 |
+
"LoadStatic"
|
| 3613 |
+
]
|
| 3614 |
+
]
|
| 3615 |
+
],
|
| 3616 |
+
"InitStatic": [
|
| 3617 |
+
[
|
| 3618 |
+
"mypyc/ir/ops.py",
|
| 3619 |
+
[
|
| 3620 |
+
"InitStatic"
|
| 3621 |
+
]
|
| 3622 |
+
]
|
| 3623 |
+
],
|
| 3624 |
+
"TupleSet": [
|
| 3625 |
+
[
|
| 3626 |
+
"mypyc/ir/ops.py",
|
| 3627 |
+
[
|
| 3628 |
+
"TupleSet"
|
| 3629 |
+
]
|
| 3630 |
+
]
|
| 3631 |
+
],
|
| 3632 |
+
"TupleGet": [
|
| 3633 |
+
[
|
| 3634 |
+
"mypyc/ir/ops.py",
|
| 3635 |
+
[
|
| 3636 |
+
"TupleGet"
|
| 3637 |
+
]
|
| 3638 |
+
]
|
| 3639 |
+
],
|
| 3640 |
+
"Cast": [
|
| 3641 |
+
[
|
| 3642 |
+
"mypyc/ir/ops.py",
|
| 3643 |
+
[
|
| 3644 |
+
"Cast"
|
| 3645 |
+
]
|
| 3646 |
+
]
|
| 3647 |
+
],
|
| 3648 |
+
"Box": [
|
| 3649 |
+
[
|
| 3650 |
+
"mypyc/ir/ops.py",
|
| 3651 |
+
[
|
| 3652 |
+
"Box"
|
| 3653 |
+
]
|
| 3654 |
+
]
|
| 3655 |
+
],
|
| 3656 |
+
"Unbox": [
|
| 3657 |
+
[
|
| 3658 |
+
"mypyc/ir/ops.py",
|
| 3659 |
+
[
|
| 3660 |
+
"Unbox"
|
| 3661 |
+
]
|
| 3662 |
+
]
|
| 3663 |
+
],
|
| 3664 |
+
"RaiseStandardError": [
|
| 3665 |
+
[
|
| 3666 |
+
"mypyc/ir/ops.py",
|
| 3667 |
+
[
|
| 3668 |
+
"RaiseStandardError"
|
| 3669 |
+
]
|
| 3670 |
+
]
|
| 3671 |
+
],
|
| 3672 |
+
"CallC": [
|
| 3673 |
+
[
|
| 3674 |
+
"mypyc/ir/ops.py",
|
| 3675 |
+
[
|
| 3676 |
+
"CallC"
|
| 3677 |
+
]
|
| 3678 |
+
]
|
| 3679 |
+
],
|
| 3680 |
+
"Truncate": [
|
| 3681 |
+
[
|
| 3682 |
+
"mypyc/ir/ops.py",
|
| 3683 |
+
[
|
| 3684 |
+
"Truncate"
|
| 3685 |
+
]
|
| 3686 |
+
]
|
| 3687 |
+
],
|
| 3688 |
+
"LoadGlobal": [
|
| 3689 |
+
[
|
| 3690 |
+
"mypyc/ir/ops.py",
|
| 3691 |
+
[
|
| 3692 |
+
"LoadGlobal"
|
| 3693 |
+
]
|
| 3694 |
+
]
|
| 3695 |
+
],
|
| 3696 |
+
"IntOp": [
|
| 3697 |
+
[
|
| 3698 |
+
"mypyc/ir/ops.py",
|
| 3699 |
+
[
|
| 3700 |
+
"IntOp"
|
| 3701 |
+
]
|
| 3702 |
+
]
|
| 3703 |
+
],
|
| 3704 |
+
"ComparisonOp": [
|
| 3705 |
+
[
|
| 3706 |
+
"mypyc/ir/ops.py",
|
| 3707 |
+
[
|
| 3708 |
+
"ComparisonOp"
|
| 3709 |
+
]
|
| 3710 |
+
]
|
| 3711 |
+
],
|
| 3712 |
+
"LoadMem": [
|
| 3713 |
+
[
|
| 3714 |
+
"mypyc/ir/ops.py",
|
| 3715 |
+
[
|
| 3716 |
+
"LoadMem"
|
| 3717 |
+
]
|
| 3718 |
+
]
|
| 3719 |
+
],
|
| 3720 |
+
"SetMem": [
|
| 3721 |
+
[
|
| 3722 |
+
"mypyc/ir/ops.py",
|
| 3723 |
+
[
|
| 3724 |
+
"SetMem"
|
| 3725 |
+
]
|
| 3726 |
+
]
|
| 3727 |
+
],
|
| 3728 |
+
"GetElementPtr": [
|
| 3729 |
+
[
|
| 3730 |
+
"mypyc/ir/ops.py",
|
| 3731 |
+
[
|
| 3732 |
+
"GetElementPtr"
|
| 3733 |
+
]
|
| 3734 |
+
]
|
| 3735 |
+
],
|
| 3736 |
+
"LoadAddress": [
|
| 3737 |
+
[
|
| 3738 |
+
"mypyc/ir/ops.py",
|
| 3739 |
+
[
|
| 3740 |
+
"LoadAddress"
|
| 3741 |
+
]
|
| 3742 |
+
]
|
| 3743 |
+
],
|
| 3744 |
+
"KeepAlive": [
|
| 3745 |
+
[
|
| 3746 |
+
"mypyc/ir/ops.py",
|
| 3747 |
+
[
|
| 3748 |
+
"KeepAlive"
|
| 3749 |
+
]
|
| 3750 |
+
]
|
| 3751 |
+
],
|
| 3752 |
+
"OpVisitor": [
|
| 3753 |
+
[
|
| 3754 |
+
"mypyc/ir/ops.py",
|
| 3755 |
+
[
|
| 3756 |
+
"OpVisitor"
|
| 3757 |
+
]
|
| 3758 |
+
]
|
| 3759 |
+
],
|
| 3760 |
+
"IRPrettyPrintVisitor": [
|
| 3761 |
+
[
|
| 3762 |
+
"mypyc/ir/pprint.py",
|
| 3763 |
+
[
|
| 3764 |
+
"IRPrettyPrintVisitor"
|
| 3765 |
+
]
|
| 3766 |
+
]
|
| 3767 |
+
],
|
| 3768 |
+
"RType": [
|
| 3769 |
+
[
|
| 3770 |
+
"mypyc/ir/rtypes.py",
|
| 3771 |
+
[
|
| 3772 |
+
"RType"
|
| 3773 |
+
]
|
| 3774 |
+
]
|
| 3775 |
+
],
|
| 3776 |
+
"RTypeVisitor": [
|
| 3777 |
+
[
|
| 3778 |
+
"mypyc/ir/rtypes.py",
|
| 3779 |
+
[
|
| 3780 |
+
"RTypeVisitor"
|
| 3781 |
+
]
|
| 3782 |
+
]
|
| 3783 |
+
],
|
| 3784 |
+
"RVoid": [
|
| 3785 |
+
[
|
| 3786 |
+
"mypyc/ir/rtypes.py",
|
| 3787 |
+
[
|
| 3788 |
+
"RVoid"
|
| 3789 |
+
]
|
| 3790 |
+
]
|
| 3791 |
+
],
|
| 3792 |
+
"RPrimitive": [
|
| 3793 |
+
[
|
| 3794 |
+
"mypyc/ir/rtypes.py",
|
| 3795 |
+
[
|
| 3796 |
+
"RPrimitive"
|
| 3797 |
+
]
|
| 3798 |
+
]
|
| 3799 |
+
],
|
| 3800 |
+
"TupleNameVisitor": [
|
| 3801 |
+
[
|
| 3802 |
+
"mypyc/ir/rtypes.py",
|
| 3803 |
+
[
|
| 3804 |
+
"TupleNameVisitor"
|
| 3805 |
+
]
|
| 3806 |
+
]
|
| 3807 |
+
],
|
| 3808 |
+
"RTuple": [
|
| 3809 |
+
[
|
| 3810 |
+
"mypyc/ir/rtypes.py",
|
| 3811 |
+
[
|
| 3812 |
+
"RTuple"
|
| 3813 |
+
]
|
| 3814 |
+
]
|
| 3815 |
+
],
|
| 3816 |
+
"RStruct": [
|
| 3817 |
+
[
|
| 3818 |
+
"mypyc/ir/rtypes.py",
|
| 3819 |
+
[
|
| 3820 |
+
"RStruct"
|
| 3821 |
+
]
|
| 3822 |
+
]
|
| 3823 |
+
],
|
| 3824 |
+
"RInstance": [
|
| 3825 |
+
[
|
| 3826 |
+
"mypyc/ir/rtypes.py",
|
| 3827 |
+
[
|
| 3828 |
+
"RInstance"
|
| 3829 |
+
]
|
| 3830 |
+
]
|
| 3831 |
+
],
|
| 3832 |
+
"RUnion": [
|
| 3833 |
+
[
|
| 3834 |
+
"mypyc/ir/rtypes.py",
|
| 3835 |
+
[
|
| 3836 |
+
"RUnion"
|
| 3837 |
+
]
|
| 3838 |
+
]
|
| 3839 |
+
],
|
| 3840 |
+
"RArray": [
|
| 3841 |
+
[
|
| 3842 |
+
"mypyc/ir/rtypes.py",
|
| 3843 |
+
[
|
| 3844 |
+
"RArray"
|
| 3845 |
+
]
|
| 3846 |
+
]
|
| 3847 |
+
],
|
| 3848 |
+
"IRVisitor": [
|
| 3849 |
+
[
|
| 3850 |
+
"mypyc/irbuild/builder.py",
|
| 3851 |
+
[
|
| 3852 |
+
"IRVisitor"
|
| 3853 |
+
]
|
| 3854 |
+
]
|
| 3855 |
+
],
|
| 3856 |
+
"UnsupportedException": [
|
| 3857 |
+
[
|
| 3858 |
+
"mypyc/irbuild/builder.py",
|
| 3859 |
+
[
|
| 3860 |
+
"UnsupportedException"
|
| 3861 |
+
]
|
| 3862 |
+
]
|
| 3863 |
+
],
|
| 3864 |
+
"IRBuilder": [
|
| 3865 |
+
[
|
| 3866 |
+
"mypyc/irbuild/builder.py",
|
| 3867 |
+
[
|
| 3868 |
+
"IRBuilder"
|
| 3869 |
+
]
|
| 3870 |
+
]
|
| 3871 |
+
],
|
| 3872 |
+
"FuncInfo": [
|
| 3873 |
+
[
|
| 3874 |
+
"mypyc/irbuild/context.py",
|
| 3875 |
+
[
|
| 3876 |
+
"FuncInfo"
|
| 3877 |
+
]
|
| 3878 |
+
]
|
| 3879 |
+
],
|
| 3880 |
+
"ImplicitClass": [
|
| 3881 |
+
[
|
| 3882 |
+
"mypyc/irbuild/context.py",
|
| 3883 |
+
[
|
| 3884 |
+
"ImplicitClass"
|
| 3885 |
+
]
|
| 3886 |
+
]
|
| 3887 |
+
],
|
| 3888 |
+
"GeneratorClass": [
|
| 3889 |
+
[
|
| 3890 |
+
"mypyc/irbuild/context.py",
|
| 3891 |
+
[
|
| 3892 |
+
"GeneratorClass"
|
| 3893 |
+
]
|
| 3894 |
+
]
|
| 3895 |
+
],
|
| 3896 |
+
"ForGenerator": [
|
| 3897 |
+
[
|
| 3898 |
+
"mypyc/irbuild/for_helpers.py",
|
| 3899 |
+
[
|
| 3900 |
+
"ForGenerator"
|
| 3901 |
+
]
|
| 3902 |
+
]
|
| 3903 |
+
],
|
| 3904 |
+
"ForIterable": [
|
| 3905 |
+
[
|
| 3906 |
+
"mypyc/irbuild/for_helpers.py",
|
| 3907 |
+
[
|
| 3908 |
+
"ForIterable"
|
| 3909 |
+
]
|
| 3910 |
+
]
|
| 3911 |
+
],
|
| 3912 |
+
"ForSequence": [
|
| 3913 |
+
[
|
| 3914 |
+
"mypyc/irbuild/for_helpers.py",
|
| 3915 |
+
[
|
| 3916 |
+
"ForSequence"
|
| 3917 |
+
]
|
| 3918 |
+
]
|
| 3919 |
+
],
|
| 3920 |
+
"ForDictionaryCommon": [
|
| 3921 |
+
[
|
| 3922 |
+
"mypyc/irbuild/for_helpers.py",
|
| 3923 |
+
[
|
| 3924 |
+
"ForDictionaryCommon"
|
| 3925 |
+
]
|
| 3926 |
+
]
|
| 3927 |
+
],
|
| 3928 |
+
"ForDictionaryKeys": [
|
| 3929 |
+
[
|
| 3930 |
+
"mypyc/irbuild/for_helpers.py",
|
| 3931 |
+
[
|
| 3932 |
+
"ForDictionaryKeys"
|
| 3933 |
+
]
|
| 3934 |
+
]
|
| 3935 |
+
],
|
| 3936 |
+
"ForDictionaryValues": [
|
| 3937 |
+
[
|
| 3938 |
+
"mypyc/irbuild/for_helpers.py",
|
| 3939 |
+
[
|
| 3940 |
+
"ForDictionaryValues"
|
| 3941 |
+
]
|
| 3942 |
+
]
|
| 3943 |
+
],
|
| 3944 |
+
"ForDictionaryItems": [
|
| 3945 |
+
[
|
| 3946 |
+
"mypyc/irbuild/for_helpers.py",
|
| 3947 |
+
[
|
| 3948 |
+
"ForDictionaryItems"
|
| 3949 |
+
]
|
| 3950 |
+
]
|
| 3951 |
+
],
|
| 3952 |
+
"ForRange": [
|
| 3953 |
+
[
|
| 3954 |
+
"mypyc/irbuild/for_helpers.py",
|
| 3955 |
+
[
|
| 3956 |
+
"ForRange"
|
| 3957 |
+
]
|
| 3958 |
+
]
|
| 3959 |
+
],
|
| 3960 |
+
"ForInfiniteCounter": [
|
| 3961 |
+
[
|
| 3962 |
+
"mypyc/irbuild/for_helpers.py",
|
| 3963 |
+
[
|
| 3964 |
+
"ForInfiniteCounter"
|
| 3965 |
+
]
|
| 3966 |
+
]
|
| 3967 |
+
],
|
| 3968 |
+
"ForEnumerate": [
|
| 3969 |
+
[
|
| 3970 |
+
"mypyc/irbuild/for_helpers.py",
|
| 3971 |
+
[
|
| 3972 |
+
"ForEnumerate"
|
| 3973 |
+
]
|
| 3974 |
+
]
|
| 3975 |
+
],
|
| 3976 |
+
"ForZip": [
|
| 3977 |
+
[
|
| 3978 |
+
"mypyc/irbuild/for_helpers.py",
|
| 3979 |
+
[
|
| 3980 |
+
"ForZip"
|
| 3981 |
+
]
|
| 3982 |
+
]
|
| 3983 |
+
],
|
| 3984 |
+
"LowLevelIRBuilder": [
|
| 3985 |
+
[
|
| 3986 |
+
"mypyc/irbuild/ll_builder.py",
|
| 3987 |
+
[
|
| 3988 |
+
"LowLevelIRBuilder"
|
| 3989 |
+
]
|
| 3990 |
+
]
|
| 3991 |
+
],
|
| 3992 |
+
"Mapper": [
|
| 3993 |
+
[
|
| 3994 |
+
"mypyc/irbuild/mapper.py",
|
| 3995 |
+
[
|
| 3996 |
+
"Mapper"
|
| 3997 |
+
]
|
| 3998 |
+
]
|
| 3999 |
+
],
|
| 4000 |
+
"NonlocalControl": [
|
| 4001 |
+
[
|
| 4002 |
+
"mypyc/irbuild/nonlocalcontrol.py",
|
| 4003 |
+
[
|
| 4004 |
+
"NonlocalControl"
|
| 4005 |
+
]
|
| 4006 |
+
]
|
| 4007 |
+
],
|
| 4008 |
+
"BaseNonlocalControl": [
|
| 4009 |
+
[
|
| 4010 |
+
"mypyc/irbuild/nonlocalcontrol.py",
|
| 4011 |
+
[
|
| 4012 |
+
"BaseNonlocalControl"
|
| 4013 |
+
]
|
| 4014 |
+
]
|
| 4015 |
+
],
|
| 4016 |
+
"LoopNonlocalControl": [
|
| 4017 |
+
[
|
| 4018 |
+
"mypyc/irbuild/nonlocalcontrol.py",
|
| 4019 |
+
[
|
| 4020 |
+
"LoopNonlocalControl"
|
| 4021 |
+
]
|
| 4022 |
+
]
|
| 4023 |
+
],
|
| 4024 |
+
"GeneratorNonlocalControl": [
|
| 4025 |
+
[
|
| 4026 |
+
"mypyc/irbuild/nonlocalcontrol.py",
|
| 4027 |
+
[
|
| 4028 |
+
"GeneratorNonlocalControl"
|
| 4029 |
+
]
|
| 4030 |
+
]
|
| 4031 |
+
],
|
| 4032 |
+
"CleanupNonlocalControl": [
|
| 4033 |
+
[
|
| 4034 |
+
"mypyc/irbuild/nonlocalcontrol.py",
|
| 4035 |
+
[
|
| 4036 |
+
"CleanupNonlocalControl"
|
| 4037 |
+
]
|
| 4038 |
+
]
|
| 4039 |
+
],
|
| 4040 |
+
"TryFinallyNonlocalControl": [
|
| 4041 |
+
[
|
| 4042 |
+
"mypyc/irbuild/nonlocalcontrol.py",
|
| 4043 |
+
[
|
| 4044 |
+
"TryFinallyNonlocalControl"
|
| 4045 |
+
]
|
| 4046 |
+
]
|
| 4047 |
+
],
|
| 4048 |
+
"ExceptNonlocalControl": [
|
| 4049 |
+
[
|
| 4050 |
+
"mypyc/irbuild/nonlocalcontrol.py",
|
| 4051 |
+
[
|
| 4052 |
+
"ExceptNonlocalControl"
|
| 4053 |
+
]
|
| 4054 |
+
]
|
| 4055 |
+
],
|
| 4056 |
+
"FinallyNonlocalControl": [
|
| 4057 |
+
[
|
| 4058 |
+
"mypyc/irbuild/nonlocalcontrol.py",
|
| 4059 |
+
[
|
| 4060 |
+
"FinallyNonlocalControl"
|
| 4061 |
+
]
|
| 4062 |
+
]
|
| 4063 |
+
],
|
| 4064 |
+
"PreBuildVisitor": [
|
| 4065 |
+
[
|
| 4066 |
+
"mypyc/irbuild/prebuildvisitor.py",
|
| 4067 |
+
[
|
| 4068 |
+
"PreBuildVisitor"
|
| 4069 |
+
]
|
| 4070 |
+
]
|
| 4071 |
+
],
|
| 4072 |
+
"AssignmentTarget": [
|
| 4073 |
+
[
|
| 4074 |
+
"mypyc/irbuild/targets.py",
|
| 4075 |
+
[
|
| 4076 |
+
"AssignmentTarget"
|
| 4077 |
+
]
|
| 4078 |
+
]
|
| 4079 |
+
],
|
| 4080 |
+
"AssignmentTargetRegister": [
|
| 4081 |
+
[
|
| 4082 |
+
"mypyc/irbuild/targets.py",
|
| 4083 |
+
[
|
| 4084 |
+
"AssignmentTargetRegister"
|
| 4085 |
+
]
|
| 4086 |
+
]
|
| 4087 |
+
],
|
| 4088 |
+
"AssignmentTargetIndex": [
|
| 4089 |
+
[
|
| 4090 |
+
"mypyc/irbuild/targets.py",
|
| 4091 |
+
[
|
| 4092 |
+
"AssignmentTargetIndex"
|
| 4093 |
+
]
|
| 4094 |
+
]
|
| 4095 |
+
],
|
| 4096 |
+
"AssignmentTargetAttr": [
|
| 4097 |
+
[
|
| 4098 |
+
"mypyc/irbuild/targets.py",
|
| 4099 |
+
[
|
| 4100 |
+
"AssignmentTargetAttr"
|
| 4101 |
+
]
|
| 4102 |
+
]
|
| 4103 |
+
],
|
| 4104 |
+
"AssignmentTargetTuple": [
|
| 4105 |
+
[
|
| 4106 |
+
"mypyc/irbuild/targets.py",
|
| 4107 |
+
[
|
| 4108 |
+
"AssignmentTargetTuple"
|
| 4109 |
+
]
|
| 4110 |
+
]
|
| 4111 |
+
],
|
| 4112 |
+
"IRBuilderVisitor": [
|
| 4113 |
+
[
|
| 4114 |
+
"mypyc/irbuild/visitor.py",
|
| 4115 |
+
[
|
| 4116 |
+
"IRBuilderVisitor"
|
| 4117 |
+
]
|
| 4118 |
+
]
|
| 4119 |
+
],
|
| 4120 |
+
"NameGenerator": [
|
| 4121 |
+
[
|
| 4122 |
+
"mypyc/namegen.py",
|
| 4123 |
+
[
|
| 4124 |
+
"NameGenerator"
|
| 4125 |
+
]
|
| 4126 |
+
]
|
| 4127 |
+
],
|
| 4128 |
+
"CompilerOptions": [
|
| 4129 |
+
[
|
| 4130 |
+
"mypyc/options.py",
|
| 4131 |
+
[
|
| 4132 |
+
"CompilerOptions"
|
| 4133 |
+
]
|
| 4134 |
+
]
|
| 4135 |
+
],
|
| 4136 |
+
"RTSubtypeVisitor": [
|
| 4137 |
+
[
|
| 4138 |
+
"mypyc/rt_subtype.py",
|
| 4139 |
+
[
|
| 4140 |
+
"RTSubtypeVisitor"
|
| 4141 |
+
]
|
| 4142 |
+
]
|
| 4143 |
+
],
|
| 4144 |
+
"TestAnalysis": [
|
| 4145 |
+
[
|
| 4146 |
+
"mypyc/test/test_analysis.py",
|
| 4147 |
+
[
|
| 4148 |
+
"TestAnalysis"
|
| 4149 |
+
]
|
| 4150 |
+
]
|
| 4151 |
+
],
|
| 4152 |
+
"TestCommandLine": [
|
| 4153 |
+
[
|
| 4154 |
+
"mypyc/test/test_commandline.py",
|
| 4155 |
+
[
|
| 4156 |
+
"TestCommandLine"
|
| 4157 |
+
]
|
| 4158 |
+
]
|
| 4159 |
+
],
|
| 4160 |
+
"TestEmitter": [
|
| 4161 |
+
[
|
| 4162 |
+
"mypyc/test/test_emit.py",
|
| 4163 |
+
[
|
| 4164 |
+
"TestEmitter"
|
| 4165 |
+
]
|
| 4166 |
+
]
|
| 4167 |
+
],
|
| 4168 |
+
"TestFunctionEmitterVisitor": [
|
| 4169 |
+
[
|
| 4170 |
+
"mypyc/test/test_emitfunc.py",
|
| 4171 |
+
[
|
| 4172 |
+
"TestFunctionEmitterVisitor"
|
| 4173 |
+
]
|
| 4174 |
+
]
|
| 4175 |
+
],
|
| 4176 |
+
"TestGenerateFunction": [
|
| 4177 |
+
[
|
| 4178 |
+
"mypyc/test/test_emitfunc.py",
|
| 4179 |
+
[
|
| 4180 |
+
"TestGenerateFunction"
|
| 4181 |
+
]
|
| 4182 |
+
]
|
| 4183 |
+
],
|
| 4184 |
+
"TestArgCheck": [
|
| 4185 |
+
[
|
| 4186 |
+
"mypyc/test/test_emitwrapper.py",
|
| 4187 |
+
[
|
| 4188 |
+
"TestArgCheck"
|
| 4189 |
+
]
|
| 4190 |
+
]
|
| 4191 |
+
],
|
| 4192 |
+
"TestExceptionTransform": [
|
| 4193 |
+
[
|
| 4194 |
+
"mypyc/test/test_exceptions.py",
|
| 4195 |
+
[
|
| 4196 |
+
"TestExceptionTransform"
|
| 4197 |
+
]
|
| 4198 |
+
]
|
| 4199 |
+
],
|
| 4200 |
+
"TestExternal": [
|
| 4201 |
+
[
|
| 4202 |
+
"mypyc/test/test_external.py",
|
| 4203 |
+
[
|
| 4204 |
+
"TestExternal"
|
| 4205 |
+
]
|
| 4206 |
+
]
|
| 4207 |
+
],
|
| 4208 |
+
"TestGenOps": [
|
| 4209 |
+
[
|
| 4210 |
+
"mypyc/test/test_irbuild.py",
|
| 4211 |
+
[
|
| 4212 |
+
"TestGenOps"
|
| 4213 |
+
]
|
| 4214 |
+
]
|
| 4215 |
+
],
|
| 4216 |
+
"TestLiterals": [
|
| 4217 |
+
[
|
| 4218 |
+
"mypyc/test/test_literals.py",
|
| 4219 |
+
[
|
| 4220 |
+
"TestLiterals"
|
| 4221 |
+
]
|
| 4222 |
+
]
|
| 4223 |
+
],
|
| 4224 |
+
"TestNameGen": [
|
| 4225 |
+
[
|
| 4226 |
+
"mypyc/test/test_namegen.py",
|
| 4227 |
+
[
|
| 4228 |
+
"TestNameGen"
|
| 4229 |
+
]
|
| 4230 |
+
]
|
| 4231 |
+
],
|
| 4232 |
+
"TestGenerateNames": [
|
| 4233 |
+
[
|
| 4234 |
+
"mypyc/test/test_pprint.py",
|
| 4235 |
+
[
|
| 4236 |
+
"TestGenerateNames"
|
| 4237 |
+
]
|
| 4238 |
+
]
|
| 4239 |
+
],
|
| 4240 |
+
"TestRArray": [
|
| 4241 |
+
[
|
| 4242 |
+
"mypyc/test/test_rarray.py",
|
| 4243 |
+
[
|
| 4244 |
+
"TestRArray"
|
| 4245 |
+
]
|
| 4246 |
+
]
|
| 4247 |
+
],
|
| 4248 |
+
"TestRefCountTransform": [
|
| 4249 |
+
[
|
| 4250 |
+
"mypyc/test/test_refcount.py",
|
| 4251 |
+
[
|
| 4252 |
+
"TestRefCountTransform"
|
| 4253 |
+
]
|
| 4254 |
+
]
|
| 4255 |
+
],
|
| 4256 |
+
"TestRun": [
|
| 4257 |
+
[
|
| 4258 |
+
"mypyc/test/test_run.py",
|
| 4259 |
+
[
|
| 4260 |
+
"TestRun"
|
| 4261 |
+
]
|
| 4262 |
+
]
|
| 4263 |
+
],
|
| 4264 |
+
"TestRunMultiFile": [
|
| 4265 |
+
[
|
| 4266 |
+
"mypyc/test/test_run.py",
|
| 4267 |
+
[
|
| 4268 |
+
"TestRunMultiFile"
|
| 4269 |
+
]
|
| 4270 |
+
]
|
| 4271 |
+
],
|
| 4272 |
+
"TestRunSeparate": [
|
| 4273 |
+
[
|
| 4274 |
+
"mypyc/test/test_run.py",
|
| 4275 |
+
[
|
| 4276 |
+
"TestRunSeparate"
|
| 4277 |
+
]
|
| 4278 |
+
]
|
| 4279 |
+
],
|
| 4280 |
+
"TestStruct": [
|
| 4281 |
+
[
|
| 4282 |
+
"mypyc/test/test_struct.py",
|
| 4283 |
+
[
|
| 4284 |
+
"TestStruct"
|
| 4285 |
+
]
|
| 4286 |
+
]
|
| 4287 |
+
],
|
| 4288 |
+
"TestSubtype": [
|
| 4289 |
+
[
|
| 4290 |
+
"mypyc/test/test_subtype.py",
|
| 4291 |
+
[
|
| 4292 |
+
"TestSubtype"
|
| 4293 |
+
]
|
| 4294 |
+
]
|
| 4295 |
+
],
|
| 4296 |
+
"TestRuntimeSubtype": [
|
| 4297 |
+
[
|
| 4298 |
+
"mypyc/test/test_subtype.py",
|
| 4299 |
+
[
|
| 4300 |
+
"TestRuntimeSubtype"
|
| 4301 |
+
]
|
| 4302 |
+
]
|
| 4303 |
+
],
|
| 4304 |
+
"TestTupleNames": [
|
| 4305 |
+
[
|
| 4306 |
+
"mypyc/test/test_tuplename.py",
|
| 4307 |
+
[
|
| 4308 |
+
"TestTupleNames"
|
| 4309 |
+
]
|
| 4310 |
+
]
|
| 4311 |
+
],
|
| 4312 |
+
"MypycDataSuite": [
|
| 4313 |
+
[
|
| 4314 |
+
"mypyc/test/testutil.py",
|
| 4315 |
+
[
|
| 4316 |
+
"MypycDataSuite"
|
| 4317 |
+
]
|
| 4318 |
+
]
|
| 4319 |
+
],
|
| 4320 |
+
"object": [
|
| 4321 |
+
[
|
| 4322 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4323 |
+
[
|
| 4324 |
+
"object"
|
| 4325 |
+
]
|
| 4326 |
+
]
|
| 4327 |
+
],
|
| 4328 |
+
"type": [
|
| 4329 |
+
[
|
| 4330 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4331 |
+
[
|
| 4332 |
+
"type"
|
| 4333 |
+
]
|
| 4334 |
+
]
|
| 4335 |
+
],
|
| 4336 |
+
"ellipsis": [
|
| 4337 |
+
[
|
| 4338 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4339 |
+
[
|
| 4340 |
+
"ellipsis"
|
| 4341 |
+
]
|
| 4342 |
+
]
|
| 4343 |
+
],
|
| 4344 |
+
"int": [
|
| 4345 |
+
[
|
| 4346 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4347 |
+
[
|
| 4348 |
+
"int"
|
| 4349 |
+
]
|
| 4350 |
+
]
|
| 4351 |
+
],
|
| 4352 |
+
"str": [
|
| 4353 |
+
[
|
| 4354 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4355 |
+
[
|
| 4356 |
+
"str"
|
| 4357 |
+
]
|
| 4358 |
+
]
|
| 4359 |
+
],
|
| 4360 |
+
"float": [
|
| 4361 |
+
[
|
| 4362 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4363 |
+
[
|
| 4364 |
+
"float"
|
| 4365 |
+
]
|
| 4366 |
+
]
|
| 4367 |
+
],
|
| 4368 |
+
"complex": [
|
| 4369 |
+
[
|
| 4370 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4371 |
+
[
|
| 4372 |
+
"complex"
|
| 4373 |
+
]
|
| 4374 |
+
]
|
| 4375 |
+
],
|
| 4376 |
+
"bytes": [
|
| 4377 |
+
[
|
| 4378 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4379 |
+
[
|
| 4380 |
+
"bytes"
|
| 4381 |
+
]
|
| 4382 |
+
]
|
| 4383 |
+
],
|
| 4384 |
+
"bool": [
|
| 4385 |
+
[
|
| 4386 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4387 |
+
[
|
| 4388 |
+
"bool"
|
| 4389 |
+
]
|
| 4390 |
+
]
|
| 4391 |
+
],
|
| 4392 |
+
"tuple": [
|
| 4393 |
+
[
|
| 4394 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4395 |
+
[
|
| 4396 |
+
"tuple"
|
| 4397 |
+
]
|
| 4398 |
+
]
|
| 4399 |
+
],
|
| 4400 |
+
"function": [
|
| 4401 |
+
[
|
| 4402 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4403 |
+
[
|
| 4404 |
+
"function"
|
| 4405 |
+
]
|
| 4406 |
+
]
|
| 4407 |
+
],
|
| 4408 |
+
"list": [
|
| 4409 |
+
[
|
| 4410 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4411 |
+
[
|
| 4412 |
+
"list"
|
| 4413 |
+
]
|
| 4414 |
+
]
|
| 4415 |
+
],
|
| 4416 |
+
"dict": [
|
| 4417 |
+
[
|
| 4418 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4419 |
+
[
|
| 4420 |
+
"dict"
|
| 4421 |
+
]
|
| 4422 |
+
]
|
| 4423 |
+
],
|
| 4424 |
+
"set": [
|
| 4425 |
+
[
|
| 4426 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4427 |
+
[
|
| 4428 |
+
"set"
|
| 4429 |
+
]
|
| 4430 |
+
]
|
| 4431 |
+
],
|
| 4432 |
+
"slice": [
|
| 4433 |
+
[
|
| 4434 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4435 |
+
[
|
| 4436 |
+
"slice"
|
| 4437 |
+
]
|
| 4438 |
+
]
|
| 4439 |
+
],
|
| 4440 |
+
"property": [
|
| 4441 |
+
[
|
| 4442 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4443 |
+
[
|
| 4444 |
+
"property"
|
| 4445 |
+
]
|
| 4446 |
+
]
|
| 4447 |
+
],
|
| 4448 |
+
"BaseException": [
|
| 4449 |
+
[
|
| 4450 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4451 |
+
[
|
| 4452 |
+
"BaseException"
|
| 4453 |
+
]
|
| 4454 |
+
]
|
| 4455 |
+
],
|
| 4456 |
+
"Exception": [
|
| 4457 |
+
[
|
| 4458 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4459 |
+
[
|
| 4460 |
+
"Exception"
|
| 4461 |
+
]
|
| 4462 |
+
]
|
| 4463 |
+
],
|
| 4464 |
+
"Warning": [
|
| 4465 |
+
[
|
| 4466 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4467 |
+
[
|
| 4468 |
+
"Warning"
|
| 4469 |
+
]
|
| 4470 |
+
]
|
| 4471 |
+
],
|
| 4472 |
+
"UserWarning": [
|
| 4473 |
+
[
|
| 4474 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4475 |
+
[
|
| 4476 |
+
"UserWarning"
|
| 4477 |
+
]
|
| 4478 |
+
]
|
| 4479 |
+
],
|
| 4480 |
+
"TypeError": [
|
| 4481 |
+
[
|
| 4482 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4483 |
+
[
|
| 4484 |
+
"TypeError"
|
| 4485 |
+
]
|
| 4486 |
+
]
|
| 4487 |
+
],
|
| 4488 |
+
"ValueError": [
|
| 4489 |
+
[
|
| 4490 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4491 |
+
[
|
| 4492 |
+
"ValueError"
|
| 4493 |
+
]
|
| 4494 |
+
]
|
| 4495 |
+
],
|
| 4496 |
+
"AttributeError": [
|
| 4497 |
+
[
|
| 4498 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4499 |
+
[
|
| 4500 |
+
"AttributeError"
|
| 4501 |
+
]
|
| 4502 |
+
]
|
| 4503 |
+
],
|
| 4504 |
+
"NameError": [
|
| 4505 |
+
[
|
| 4506 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4507 |
+
[
|
| 4508 |
+
"NameError"
|
| 4509 |
+
]
|
| 4510 |
+
]
|
| 4511 |
+
],
|
| 4512 |
+
"LookupError": [
|
| 4513 |
+
[
|
| 4514 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4515 |
+
[
|
| 4516 |
+
"LookupError"
|
| 4517 |
+
]
|
| 4518 |
+
]
|
| 4519 |
+
],
|
| 4520 |
+
"KeyError": [
|
| 4521 |
+
[
|
| 4522 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4523 |
+
[
|
| 4524 |
+
"KeyError"
|
| 4525 |
+
]
|
| 4526 |
+
]
|
| 4527 |
+
],
|
| 4528 |
+
"IndexError": [
|
| 4529 |
+
[
|
| 4530 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4531 |
+
[
|
| 4532 |
+
"IndexError"
|
| 4533 |
+
]
|
| 4534 |
+
]
|
| 4535 |
+
],
|
| 4536 |
+
"RuntimeError": [
|
| 4537 |
+
[
|
| 4538 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4539 |
+
[
|
| 4540 |
+
"RuntimeError"
|
| 4541 |
+
]
|
| 4542 |
+
]
|
| 4543 |
+
],
|
| 4544 |
+
"NotImplementedError": [
|
| 4545 |
+
[
|
| 4546 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4547 |
+
[
|
| 4548 |
+
"NotImplementedError"
|
| 4549 |
+
]
|
| 4550 |
+
]
|
| 4551 |
+
],
|
| 4552 |
+
"StopIteration": [
|
| 4553 |
+
[
|
| 4554 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4555 |
+
[
|
| 4556 |
+
"StopIteration"
|
| 4557 |
+
]
|
| 4558 |
+
]
|
| 4559 |
+
],
|
| 4560 |
+
"classmethod": [
|
| 4561 |
+
[
|
| 4562 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4563 |
+
[
|
| 4564 |
+
"classmethod"
|
| 4565 |
+
]
|
| 4566 |
+
]
|
| 4567 |
+
],
|
| 4568 |
+
"staticmethod": [
|
| 4569 |
+
[
|
| 4570 |
+
"mypyc/test-data/fixtures/ir.py",
|
| 4571 |
+
[
|
| 4572 |
+
"staticmethod"
|
| 4573 |
+
]
|
| 4574 |
+
]
|
| 4575 |
+
],
|
| 4576 |
+
"CustomPythonBuild": [
|
| 4577 |
+
[
|
| 4578 |
+
"setup.py",
|
| 4579 |
+
[
|
| 4580 |
+
"CustomPythonBuild"
|
| 4581 |
+
]
|
| 4582 |
+
]
|
| 4583 |
+
],
|
| 4584 |
+
"BankAccount": [
|
| 4585 |
+
[
|
| 4586 |
+
"test-data/samples/class.py",
|
| 4587 |
+
[
|
| 4588 |
+
"BankAccount"
|
| 4589 |
+
]
|
| 4590 |
+
]
|
| 4591 |
+
],
|
| 4592 |
+
"Logger": [
|
| 4593 |
+
[
|
| 4594 |
+
"test-data/samples/crawl2.py",
|
| 4595 |
+
[
|
| 4596 |
+
"Logger"
|
| 4597 |
+
]
|
| 4598 |
+
]
|
| 4599 |
+
],
|
| 4600 |
+
"ConnectionPool": [
|
| 4601 |
+
[
|
| 4602 |
+
"test-data/samples/crawl2.py",
|
| 4603 |
+
[
|
| 4604 |
+
"ConnectionPool"
|
| 4605 |
+
]
|
| 4606 |
+
]
|
| 4607 |
+
],
|
| 4608 |
+
"Connection": [
|
| 4609 |
+
[
|
| 4610 |
+
"test-data/samples/crawl2.py",
|
| 4611 |
+
[
|
| 4612 |
+
"Connection"
|
| 4613 |
+
]
|
| 4614 |
+
]
|
| 4615 |
+
],
|
| 4616 |
+
"Request": [
|
| 4617 |
+
[
|
| 4618 |
+
"test-data/samples/crawl2.py",
|
| 4619 |
+
[
|
| 4620 |
+
"Request"
|
| 4621 |
+
]
|
| 4622 |
+
]
|
| 4623 |
+
],
|
| 4624 |
+
"Response": [
|
| 4625 |
+
[
|
| 4626 |
+
"test-data/samples/crawl2.py",
|
| 4627 |
+
[
|
| 4628 |
+
"Response"
|
| 4629 |
+
]
|
| 4630 |
+
]
|
| 4631 |
+
],
|
| 4632 |
+
"Fetcher": [
|
| 4633 |
+
[
|
| 4634 |
+
"test-data/samples/crawl2.py",
|
| 4635 |
+
[
|
| 4636 |
+
"Fetcher"
|
| 4637 |
+
]
|
| 4638 |
+
]
|
| 4639 |
+
],
|
| 4640 |
+
"Stats": [
|
| 4641 |
+
[
|
| 4642 |
+
"test-data/samples/crawl2.py",
|
| 4643 |
+
[
|
| 4644 |
+
"Stats"
|
| 4645 |
+
]
|
| 4646 |
+
]
|
| 4647 |
+
],
|
| 4648 |
+
"Crawler": [
|
| 4649 |
+
[
|
| 4650 |
+
"test-data/samples/crawl2.py",
|
| 4651 |
+
[
|
| 4652 |
+
"Crawler"
|
| 4653 |
+
]
|
| 4654 |
+
]
|
| 4655 |
+
],
|
| 4656 |
+
"GetoptError": [
|
| 4657 |
+
[
|
| 4658 |
+
"test-data/stdlib-samples/3.2/getopt.py",
|
| 4659 |
+
[
|
| 4660 |
+
"GetoptError"
|
| 4661 |
+
]
|
| 4662 |
+
]
|
| 4663 |
+
],
|
| 4664 |
+
"_safe_key": [
|
| 4665 |
+
[
|
| 4666 |
+
"test-data/stdlib-samples/3.2/pprint.py",
|
| 4667 |
+
[
|
| 4668 |
+
"_safe_key"
|
| 4669 |
+
]
|
| 4670 |
+
]
|
| 4671 |
+
],
|
| 4672 |
+
"PrettyPrinter": [
|
| 4673 |
+
[
|
| 4674 |
+
"test-data/stdlib-samples/3.2/pprint.py",
|
| 4675 |
+
[
|
| 4676 |
+
"PrettyPrinter"
|
| 4677 |
+
]
|
| 4678 |
+
]
|
| 4679 |
+
],
|
| 4680 |
+
"Random": [
|
| 4681 |
+
[
|
| 4682 |
+
"test-data/stdlib-samples/3.2/random.py",
|
| 4683 |
+
[
|
| 4684 |
+
"Random"
|
| 4685 |
+
]
|
| 4686 |
+
]
|
| 4687 |
+
],
|
| 4688 |
+
"SystemRandom": [
|
| 4689 |
+
[
|
| 4690 |
+
"test-data/stdlib-samples/3.2/random.py",
|
| 4691 |
+
[
|
| 4692 |
+
"SystemRandom"
|
| 4693 |
+
]
|
| 4694 |
+
]
|
| 4695 |
+
],
|
| 4696 |
+
"SpecialFileError": [
|
| 4697 |
+
[
|
| 4698 |
+
"test-data/stdlib-samples/3.2/shutil.py",
|
| 4699 |
+
[
|
| 4700 |
+
"SpecialFileError"
|
| 4701 |
+
]
|
| 4702 |
+
]
|
| 4703 |
+
],
|
| 4704 |
+
"ExecError": [
|
| 4705 |
+
[
|
| 4706 |
+
"test-data/stdlib-samples/3.2/shutil.py",
|
| 4707 |
+
[
|
| 4708 |
+
"ExecError"
|
| 4709 |
+
]
|
| 4710 |
+
]
|
| 4711 |
+
],
|
| 4712 |
+
"ReadError": [
|
| 4713 |
+
[
|
| 4714 |
+
"test-data/stdlib-samples/3.2/shutil.py",
|
| 4715 |
+
[
|
| 4716 |
+
"ReadError"
|
| 4717 |
+
]
|
| 4718 |
+
]
|
| 4719 |
+
],
|
| 4720 |
+
"RegistryError": [
|
| 4721 |
+
[
|
| 4722 |
+
"test-data/stdlib-samples/3.2/shutil.py",
|
| 4723 |
+
[
|
| 4724 |
+
"RegistryError"
|
| 4725 |
+
]
|
| 4726 |
+
]
|
| 4727 |
+
],
|
| 4728 |
+
"_RandomNameSequence": [
|
| 4729 |
+
[
|
| 4730 |
+
"test-data/stdlib-samples/3.2/tempfile.py",
|
| 4731 |
+
[
|
| 4732 |
+
"_RandomNameSequence"
|
| 4733 |
+
]
|
| 4734 |
+
]
|
| 4735 |
+
],
|
| 4736 |
+
"_TemporaryFileWrapper": [
|
| 4737 |
+
[
|
| 4738 |
+
"test-data/stdlib-samples/3.2/tempfile.py",
|
| 4739 |
+
[
|
| 4740 |
+
"_TemporaryFileWrapper"
|
| 4741 |
+
]
|
| 4742 |
+
]
|
| 4743 |
+
],
|
| 4744 |
+
"SpooledTemporaryFile": [
|
| 4745 |
+
[
|
| 4746 |
+
"test-data/stdlib-samples/3.2/tempfile.py",
|
| 4747 |
+
[
|
| 4748 |
+
"SpooledTemporaryFile"
|
| 4749 |
+
]
|
| 4750 |
+
]
|
| 4751 |
+
],
|
| 4752 |
+
"TemporaryDirectory": [
|
| 4753 |
+
[
|
| 4754 |
+
"test-data/stdlib-samples/3.2/tempfile.py",
|
| 4755 |
+
[
|
| 4756 |
+
"TemporaryDirectory"
|
| 4757 |
+
]
|
| 4758 |
+
]
|
| 4759 |
+
],
|
| 4760 |
+
"TestFailed": [
|
| 4761 |
+
[
|
| 4762 |
+
"test-data/stdlib-samples/3.2/test/support.py",
|
| 4763 |
+
[
|
| 4764 |
+
"TestFailed"
|
| 4765 |
+
]
|
| 4766 |
+
]
|
| 4767 |
+
],
|
| 4768 |
+
"ResourceDenied": [
|
| 4769 |
+
[
|
| 4770 |
+
"test-data/stdlib-samples/3.2/test/support.py",
|
| 4771 |
+
[
|
| 4772 |
+
"ResourceDenied"
|
| 4773 |
+
]
|
| 4774 |
+
]
|
| 4775 |
+
],
|
| 4776 |
+
"WarningsRecorder": [
|
| 4777 |
+
[
|
| 4778 |
+
"test-data/stdlib-samples/3.2/test/support.py",
|
| 4779 |
+
[
|
| 4780 |
+
"WarningsRecorder"
|
| 4781 |
+
]
|
| 4782 |
+
]
|
| 4783 |
+
],
|
| 4784 |
+
"CleanImport": [
|
| 4785 |
+
[
|
| 4786 |
+
"test-data/stdlib-samples/3.2/test/support.py",
|
| 4787 |
+
[
|
| 4788 |
+
"CleanImport"
|
| 4789 |
+
]
|
| 4790 |
+
]
|
| 4791 |
+
],
|
| 4792 |
+
"EnvironmentVarGuard": [
|
| 4793 |
+
[
|
| 4794 |
+
"test-data/stdlib-samples/3.2/test/support.py",
|
| 4795 |
+
[
|
| 4796 |
+
"EnvironmentVarGuard"
|
| 4797 |
+
]
|
| 4798 |
+
]
|
| 4799 |
+
],
|
| 4800 |
+
"DirsOnSysPath": [
|
| 4801 |
+
[
|
| 4802 |
+
"test-data/stdlib-samples/3.2/test/support.py",
|
| 4803 |
+
[
|
| 4804 |
+
"DirsOnSysPath"
|
| 4805 |
+
]
|
| 4806 |
+
]
|
| 4807 |
+
],
|
| 4808 |
+
"TransientResource": [
|
| 4809 |
+
[
|
| 4810 |
+
"test-data/stdlib-samples/3.2/test/support.py",
|
| 4811 |
+
[
|
| 4812 |
+
"TransientResource"
|
| 4813 |
+
]
|
| 4814 |
+
]
|
| 4815 |
+
],
|
| 4816 |
+
"BasicTestRunner": [
|
| 4817 |
+
[
|
| 4818 |
+
"test-data/stdlib-samples/3.2/test/support.py",
|
| 4819 |
+
[
|
| 4820 |
+
"BasicTestRunner"
|
| 4821 |
+
]
|
| 4822 |
+
]
|
| 4823 |
+
],
|
| 4824 |
+
"TestHandler": [
|
| 4825 |
+
[
|
| 4826 |
+
"test-data/stdlib-samples/3.2/test/support.py",
|
| 4827 |
+
[
|
| 4828 |
+
"TestHandler"
|
| 4829 |
+
]
|
| 4830 |
+
]
|
| 4831 |
+
],
|
| 4832 |
+
"Matcher": [
|
| 4833 |
+
[
|
| 4834 |
+
"test-data/stdlib-samples/3.2/test/support.py",
|
| 4835 |
+
[
|
| 4836 |
+
"Matcher"
|
| 4837 |
+
]
|
| 4838 |
+
]
|
| 4839 |
+
],
|
| 4840 |
+
"LegacyBase64TestCase": [
|
| 4841 |
+
[
|
| 4842 |
+
"test-data/stdlib-samples/3.2/test/test_base64.py",
|
| 4843 |
+
[
|
| 4844 |
+
"LegacyBase64TestCase"
|
| 4845 |
+
]
|
| 4846 |
+
]
|
| 4847 |
+
],
|
| 4848 |
+
"BaseXYTestCase": [
|
| 4849 |
+
[
|
| 4850 |
+
"test-data/stdlib-samples/3.2/test/test_base64.py",
|
| 4851 |
+
[
|
| 4852 |
+
"BaseXYTestCase"
|
| 4853 |
+
]
|
| 4854 |
+
]
|
| 4855 |
+
],
|
| 4856 |
+
"TestMain": [
|
| 4857 |
+
[
|
| 4858 |
+
"test-data/stdlib-samples/3.2/test/test_base64.py",
|
| 4859 |
+
[
|
| 4860 |
+
"TestMain"
|
| 4861 |
+
]
|
| 4862 |
+
]
|
| 4863 |
+
],
|
| 4864 |
+
"FnmatchTestCase": [
|
| 4865 |
+
[
|
| 4866 |
+
"test-data/stdlib-samples/3.2/test/test_fnmatch.py",
|
| 4867 |
+
[
|
| 4868 |
+
"FnmatchTestCase"
|
| 4869 |
+
]
|
| 4870 |
+
]
|
| 4871 |
+
],
|
| 4872 |
+
"TranslateTestCase": [
|
| 4873 |
+
[
|
| 4874 |
+
"test-data/stdlib-samples/3.2/test/test_fnmatch.py",
|
| 4875 |
+
[
|
| 4876 |
+
"TranslateTestCase"
|
| 4877 |
+
]
|
| 4878 |
+
]
|
| 4879 |
+
],
|
| 4880 |
+
"FilterTestCase": [
|
| 4881 |
+
[
|
| 4882 |
+
"test-data/stdlib-samples/3.2/test/test_fnmatch.py",
|
| 4883 |
+
[
|
| 4884 |
+
"FilterTestCase"
|
| 4885 |
+
]
|
| 4886 |
+
]
|
| 4887 |
+
],
|
| 4888 |
+
"GenericTest": [
|
| 4889 |
+
[
|
| 4890 |
+
"test-data/stdlib-samples/3.2/test/test_genericpath.py",
|
| 4891 |
+
[
|
| 4892 |
+
"GenericTest"
|
| 4893 |
+
]
|
| 4894 |
+
]
|
| 4895 |
+
],
|
| 4896 |
+
"CommonTest": [
|
| 4897 |
+
[
|
| 4898 |
+
"test-data/stdlib-samples/3.2/test/test_genericpath.py",
|
| 4899 |
+
[
|
| 4900 |
+
"CommonTest"
|
| 4901 |
+
]
|
| 4902 |
+
]
|
| 4903 |
+
],
|
| 4904 |
+
"GetoptTests": [
|
| 4905 |
+
[
|
| 4906 |
+
"test-data/stdlib-samples/3.2/test/test_getopt.py",
|
| 4907 |
+
[
|
| 4908 |
+
"GetoptTests"
|
| 4909 |
+
]
|
| 4910 |
+
]
|
| 4911 |
+
],
|
| 4912 |
+
"GlobTests": [
|
| 4913 |
+
[
|
| 4914 |
+
"test-data/stdlib-samples/3.2/test/test_glob.py",
|
| 4915 |
+
[
|
| 4916 |
+
"GlobTests"
|
| 4917 |
+
]
|
| 4918 |
+
]
|
| 4919 |
+
],
|
| 4920 |
+
"PosixPathTest": [
|
| 4921 |
+
[
|
| 4922 |
+
"test-data/stdlib-samples/3.2/test/test_posixpath.py",
|
| 4923 |
+
[
|
| 4924 |
+
"PosixPathTest"
|
| 4925 |
+
]
|
| 4926 |
+
]
|
| 4927 |
+
],
|
| 4928 |
+
"PosixCommonTest": [
|
| 4929 |
+
[
|
| 4930 |
+
"test-data/stdlib-samples/3.2/test/test_posixpath.py",
|
| 4931 |
+
[
|
| 4932 |
+
"PosixCommonTest"
|
| 4933 |
+
]
|
| 4934 |
+
]
|
| 4935 |
+
],
|
| 4936 |
+
"list2": [
|
| 4937 |
+
[
|
| 4938 |
+
"test-data/stdlib-samples/3.2/test/test_pprint.py",
|
| 4939 |
+
[
|
| 4940 |
+
"list2"
|
| 4941 |
+
]
|
| 4942 |
+
]
|
| 4943 |
+
],
|
| 4944 |
+
"list3": [
|
| 4945 |
+
[
|
| 4946 |
+
"test-data/stdlib-samples/3.2/test/test_pprint.py",
|
| 4947 |
+
[
|
| 4948 |
+
"list3"
|
| 4949 |
+
]
|
| 4950 |
+
]
|
| 4951 |
+
],
|
| 4952 |
+
"tuple2": [
|
| 4953 |
+
[
|
| 4954 |
+
"test-data/stdlib-samples/3.2/test/test_pprint.py",
|
| 4955 |
+
[
|
| 4956 |
+
"tuple2"
|
| 4957 |
+
]
|
| 4958 |
+
]
|
| 4959 |
+
],
|
| 4960 |
+
"tuple3": [
|
| 4961 |
+
[
|
| 4962 |
+
"test-data/stdlib-samples/3.2/test/test_pprint.py",
|
| 4963 |
+
[
|
| 4964 |
+
"tuple3"
|
| 4965 |
+
]
|
| 4966 |
+
]
|
| 4967 |
+
],
|
| 4968 |
+
"dict2": [
|
| 4969 |
+
[
|
| 4970 |
+
"test-data/stdlib-samples/3.2/test/test_pprint.py",
|
| 4971 |
+
[
|
| 4972 |
+
"dict2"
|
| 4973 |
+
]
|
| 4974 |
+
]
|
| 4975 |
+
],
|
| 4976 |
+
"dict3": [
|
| 4977 |
+
[
|
| 4978 |
+
"test-data/stdlib-samples/3.2/test/test_pprint.py",
|
| 4979 |
+
[
|
| 4980 |
+
"dict3"
|
| 4981 |
+
]
|
| 4982 |
+
]
|
| 4983 |
+
],
|
| 4984 |
+
"Unorderable": [
|
| 4985 |
+
[
|
| 4986 |
+
"test-data/stdlib-samples/3.2/test/test_pprint.py",
|
| 4987 |
+
[
|
| 4988 |
+
"Unorderable"
|
| 4989 |
+
]
|
| 4990 |
+
]
|
| 4991 |
+
],
|
| 4992 |
+
"QueryTestCase": [
|
| 4993 |
+
[
|
| 4994 |
+
"test-data/stdlib-samples/3.2/test/test_pprint.py",
|
| 4995 |
+
[
|
| 4996 |
+
"QueryTestCase"
|
| 4997 |
+
]
|
| 4998 |
+
]
|
| 4999 |
+
],
|
| 5000 |
+
"DottedPrettyPrinter": [
|
| 5001 |
+
[
|
| 5002 |
+
"test-data/stdlib-samples/3.2/test/test_pprint.py",
|
| 5003 |
+
[
|
| 5004 |
+
"DottedPrettyPrinter"
|
| 5005 |
+
]
|
| 5006 |
+
]
|
| 5007 |
+
],
|
| 5008 |
+
"TestBasicOps": [
|
| 5009 |
+
[
|
| 5010 |
+
"test-data/stdlib-samples/3.2/test/test_random.py",
|
| 5011 |
+
[
|
| 5012 |
+
"TestBasicOps"
|
| 5013 |
+
]
|
| 5014 |
+
],
|
| 5015 |
+
[
|
| 5016 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5017 |
+
[
|
| 5018 |
+
"TestBasicOps"
|
| 5019 |
+
]
|
| 5020 |
+
]
|
| 5021 |
+
],
|
| 5022 |
+
"SystemRandom_TestBasicOps": [
|
| 5023 |
+
[
|
| 5024 |
+
"test-data/stdlib-samples/3.2/test/test_random.py",
|
| 5025 |
+
[
|
| 5026 |
+
"SystemRandom_TestBasicOps"
|
| 5027 |
+
]
|
| 5028 |
+
]
|
| 5029 |
+
],
|
| 5030 |
+
"MersenneTwister_TestBasicOps": [
|
| 5031 |
+
[
|
| 5032 |
+
"test-data/stdlib-samples/3.2/test/test_random.py",
|
| 5033 |
+
[
|
| 5034 |
+
"MersenneTwister_TestBasicOps"
|
| 5035 |
+
]
|
| 5036 |
+
]
|
| 5037 |
+
],
|
| 5038 |
+
"TestDistributions": [
|
| 5039 |
+
[
|
| 5040 |
+
"test-data/stdlib-samples/3.2/test/test_random.py",
|
| 5041 |
+
[
|
| 5042 |
+
"TestDistributions"
|
| 5043 |
+
]
|
| 5044 |
+
]
|
| 5045 |
+
],
|
| 5046 |
+
"Subclass": [
|
| 5047 |
+
[
|
| 5048 |
+
"test-data/stdlib-samples/3.2/test/test_random.py",
|
| 5049 |
+
[
|
| 5050 |
+
"TestModule",
|
| 5051 |
+
"test_random_subclass_with_kwargs",
|
| 5052 |
+
"Subclass"
|
| 5053 |
+
]
|
| 5054 |
+
]
|
| 5055 |
+
],
|
| 5056 |
+
"TestModule": [
|
| 5057 |
+
[
|
| 5058 |
+
"test-data/stdlib-samples/3.2/test/test_random.py",
|
| 5059 |
+
[
|
| 5060 |
+
"TestModule"
|
| 5061 |
+
]
|
| 5062 |
+
]
|
| 5063 |
+
],
|
| 5064 |
+
"PassThru": [
|
| 5065 |
+
[
|
| 5066 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5067 |
+
[
|
| 5068 |
+
"PassThru"
|
| 5069 |
+
]
|
| 5070 |
+
]
|
| 5071 |
+
],
|
| 5072 |
+
"BadCmp": [
|
| 5073 |
+
[
|
| 5074 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5075 |
+
[
|
| 5076 |
+
"BadCmp"
|
| 5077 |
+
]
|
| 5078 |
+
]
|
| 5079 |
+
],
|
| 5080 |
+
"ReprWrapper": [
|
| 5081 |
+
[
|
| 5082 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5083 |
+
[
|
| 5084 |
+
"ReprWrapper"
|
| 5085 |
+
]
|
| 5086 |
+
]
|
| 5087 |
+
],
|
| 5088 |
+
"Tracer": [
|
| 5089 |
+
[
|
| 5090 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5091 |
+
[
|
| 5092 |
+
"TestJointOps",
|
| 5093 |
+
"test_deepcopy",
|
| 5094 |
+
"Tracer"
|
| 5095 |
+
]
|
| 5096 |
+
]
|
| 5097 |
+
],
|
| 5098 |
+
"A": [
|
| 5099 |
+
[
|
| 5100 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5101 |
+
[
|
| 5102 |
+
"TestJointOps",
|
| 5103 |
+
"test_gc",
|
| 5104 |
+
"A"
|
| 5105 |
+
]
|
| 5106 |
+
]
|
| 5107 |
+
],
|
| 5108 |
+
"H": [
|
| 5109 |
+
[
|
| 5110 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5111 |
+
[
|
| 5112 |
+
"TestJointOps",
|
| 5113 |
+
"test_subclass_with_custom_hash",
|
| 5114 |
+
"H"
|
| 5115 |
+
]
|
| 5116 |
+
]
|
| 5117 |
+
],
|
| 5118 |
+
"C": [
|
| 5119 |
+
[
|
| 5120 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5121 |
+
[
|
| 5122 |
+
"TestJointOps",
|
| 5123 |
+
"test_container_iterator",
|
| 5124 |
+
"C"
|
| 5125 |
+
]
|
| 5126 |
+
]
|
| 5127 |
+
],
|
| 5128 |
+
"TestJointOps": [
|
| 5129 |
+
[
|
| 5130 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5131 |
+
[
|
| 5132 |
+
"TestJointOps"
|
| 5133 |
+
]
|
| 5134 |
+
]
|
| 5135 |
+
],
|
| 5136 |
+
"TestRichSetCompare": [
|
| 5137 |
+
[
|
| 5138 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5139 |
+
[
|
| 5140 |
+
"TestSet",
|
| 5141 |
+
"test_rich_compare",
|
| 5142 |
+
"TestRichSetCompare"
|
| 5143 |
+
]
|
| 5144 |
+
]
|
| 5145 |
+
],
|
| 5146 |
+
"TestSet": [
|
| 5147 |
+
[
|
| 5148 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5149 |
+
[
|
| 5150 |
+
"TestSet"
|
| 5151 |
+
]
|
| 5152 |
+
]
|
| 5153 |
+
],
|
| 5154 |
+
"SetSubclass": [
|
| 5155 |
+
[
|
| 5156 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5157 |
+
[
|
| 5158 |
+
"SetSubclass"
|
| 5159 |
+
]
|
| 5160 |
+
]
|
| 5161 |
+
],
|
| 5162 |
+
"TestSetSubclass": [
|
| 5163 |
+
[
|
| 5164 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5165 |
+
[
|
| 5166 |
+
"TestSetSubclass"
|
| 5167 |
+
]
|
| 5168 |
+
]
|
| 5169 |
+
],
|
| 5170 |
+
"SetSubclassWithKeywordArgs": [
|
| 5171 |
+
[
|
| 5172 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5173 |
+
[
|
| 5174 |
+
"SetSubclassWithKeywordArgs"
|
| 5175 |
+
]
|
| 5176 |
+
]
|
| 5177 |
+
],
|
| 5178 |
+
"TestSetSubclassWithKeywordArgs": [
|
| 5179 |
+
[
|
| 5180 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5181 |
+
[
|
| 5182 |
+
"TestSetSubclassWithKeywordArgs"
|
| 5183 |
+
]
|
| 5184 |
+
]
|
| 5185 |
+
],
|
| 5186 |
+
"TestFrozenSet": [
|
| 5187 |
+
[
|
| 5188 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5189 |
+
[
|
| 5190 |
+
"TestFrozenSet"
|
| 5191 |
+
]
|
| 5192 |
+
]
|
| 5193 |
+
],
|
| 5194 |
+
"FrozenSetSubclass": [
|
| 5195 |
+
[
|
| 5196 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5197 |
+
[
|
| 5198 |
+
"FrozenSetSubclass"
|
| 5199 |
+
]
|
| 5200 |
+
]
|
| 5201 |
+
],
|
| 5202 |
+
"TestFrozenSetSubclass": [
|
| 5203 |
+
[
|
| 5204 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5205 |
+
[
|
| 5206 |
+
"TestFrozenSetSubclass"
|
| 5207 |
+
]
|
| 5208 |
+
]
|
| 5209 |
+
],
|
| 5210 |
+
"TestBasicOpsEmpty": [
|
| 5211 |
+
[
|
| 5212 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5213 |
+
[
|
| 5214 |
+
"TestBasicOpsEmpty"
|
| 5215 |
+
]
|
| 5216 |
+
]
|
| 5217 |
+
],
|
| 5218 |
+
"TestBasicOpsSingleton": [
|
| 5219 |
+
[
|
| 5220 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5221 |
+
[
|
| 5222 |
+
"TestBasicOpsSingleton"
|
| 5223 |
+
]
|
| 5224 |
+
]
|
| 5225 |
+
],
|
| 5226 |
+
"TestBasicOpsTuple": [
|
| 5227 |
+
[
|
| 5228 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5229 |
+
[
|
| 5230 |
+
"TestBasicOpsTuple"
|
| 5231 |
+
]
|
| 5232 |
+
]
|
| 5233 |
+
],
|
| 5234 |
+
"TestBasicOpsTriple": [
|
| 5235 |
+
[
|
| 5236 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5237 |
+
[
|
| 5238 |
+
"TestBasicOpsTriple"
|
| 5239 |
+
]
|
| 5240 |
+
]
|
| 5241 |
+
],
|
| 5242 |
+
"TestBasicOpsString": [
|
| 5243 |
+
[
|
| 5244 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5245 |
+
[
|
| 5246 |
+
"TestBasicOpsString"
|
| 5247 |
+
]
|
| 5248 |
+
]
|
| 5249 |
+
],
|
| 5250 |
+
"TestBasicOpsBytes": [
|
| 5251 |
+
[
|
| 5252 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5253 |
+
[
|
| 5254 |
+
"TestBasicOpsBytes"
|
| 5255 |
+
]
|
| 5256 |
+
]
|
| 5257 |
+
],
|
| 5258 |
+
"TestBasicOpsMixedStringBytes": [
|
| 5259 |
+
[
|
| 5260 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5261 |
+
[
|
| 5262 |
+
"TestBasicOpsMixedStringBytes"
|
| 5263 |
+
]
|
| 5264 |
+
]
|
| 5265 |
+
],
|
| 5266 |
+
"TestExceptionPropagation": [
|
| 5267 |
+
[
|
| 5268 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5269 |
+
[
|
| 5270 |
+
"TestExceptionPropagation"
|
| 5271 |
+
]
|
| 5272 |
+
]
|
| 5273 |
+
],
|
| 5274 |
+
"TestSetOfSets": [
|
| 5275 |
+
[
|
| 5276 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5277 |
+
[
|
| 5278 |
+
"TestSetOfSets"
|
| 5279 |
+
]
|
| 5280 |
+
]
|
| 5281 |
+
],
|
| 5282 |
+
"TestBinaryOps": [
|
| 5283 |
+
[
|
| 5284 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5285 |
+
[
|
| 5286 |
+
"TestBinaryOps"
|
| 5287 |
+
]
|
| 5288 |
+
]
|
| 5289 |
+
],
|
| 5290 |
+
"TestUpdateOps": [
|
| 5291 |
+
[
|
| 5292 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5293 |
+
[
|
| 5294 |
+
"TestUpdateOps"
|
| 5295 |
+
]
|
| 5296 |
+
]
|
| 5297 |
+
],
|
| 5298 |
+
"TestMutate": [
|
| 5299 |
+
[
|
| 5300 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5301 |
+
[
|
| 5302 |
+
"TestMutate"
|
| 5303 |
+
]
|
| 5304 |
+
]
|
| 5305 |
+
],
|
| 5306 |
+
"TestSubsets": [
|
| 5307 |
+
[
|
| 5308 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5309 |
+
[
|
| 5310 |
+
"TestSubsets"
|
| 5311 |
+
]
|
| 5312 |
+
]
|
| 5313 |
+
],
|
| 5314 |
+
"TestSubsetEqualEmpty": [
|
| 5315 |
+
[
|
| 5316 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5317 |
+
[
|
| 5318 |
+
"TestSubsetEqualEmpty"
|
| 5319 |
+
]
|
| 5320 |
+
]
|
| 5321 |
+
],
|
| 5322 |
+
"TestSubsetEqualNonEmpty": [
|
| 5323 |
+
[
|
| 5324 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5325 |
+
[
|
| 5326 |
+
"TestSubsetEqualNonEmpty"
|
| 5327 |
+
]
|
| 5328 |
+
]
|
| 5329 |
+
],
|
| 5330 |
+
"TestSubsetEmptyNonEmpty": [
|
| 5331 |
+
[
|
| 5332 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5333 |
+
[
|
| 5334 |
+
"TestSubsetEmptyNonEmpty"
|
| 5335 |
+
]
|
| 5336 |
+
]
|
| 5337 |
+
],
|
| 5338 |
+
"TestSubsetPartial": [
|
| 5339 |
+
[
|
| 5340 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5341 |
+
[
|
| 5342 |
+
"TestSubsetPartial"
|
| 5343 |
+
]
|
| 5344 |
+
]
|
| 5345 |
+
],
|
| 5346 |
+
"TestSubsetNonOverlap": [
|
| 5347 |
+
[
|
| 5348 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5349 |
+
[
|
| 5350 |
+
"TestSubsetNonOverlap"
|
| 5351 |
+
]
|
| 5352 |
+
]
|
| 5353 |
+
],
|
| 5354 |
+
"TestOnlySetsInBinaryOps": [
|
| 5355 |
+
[
|
| 5356 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5357 |
+
[
|
| 5358 |
+
"TestOnlySetsInBinaryOps"
|
| 5359 |
+
]
|
| 5360 |
+
]
|
| 5361 |
+
],
|
| 5362 |
+
"TestOnlySetsNumeric": [
|
| 5363 |
+
[
|
| 5364 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5365 |
+
[
|
| 5366 |
+
"TestOnlySetsNumeric"
|
| 5367 |
+
]
|
| 5368 |
+
]
|
| 5369 |
+
],
|
| 5370 |
+
"TestOnlySetsDict": [
|
| 5371 |
+
[
|
| 5372 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5373 |
+
[
|
| 5374 |
+
"TestOnlySetsDict"
|
| 5375 |
+
]
|
| 5376 |
+
]
|
| 5377 |
+
],
|
| 5378 |
+
"TestOnlySetsOperator": [
|
| 5379 |
+
[
|
| 5380 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5381 |
+
[
|
| 5382 |
+
"TestOnlySetsOperator"
|
| 5383 |
+
]
|
| 5384 |
+
]
|
| 5385 |
+
],
|
| 5386 |
+
"TestOnlySetsTuple": [
|
| 5387 |
+
[
|
| 5388 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5389 |
+
[
|
| 5390 |
+
"TestOnlySetsTuple"
|
| 5391 |
+
]
|
| 5392 |
+
]
|
| 5393 |
+
],
|
| 5394 |
+
"TestOnlySetsString": [
|
| 5395 |
+
[
|
| 5396 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5397 |
+
[
|
| 5398 |
+
"TestOnlySetsString"
|
| 5399 |
+
]
|
| 5400 |
+
]
|
| 5401 |
+
],
|
| 5402 |
+
"TestOnlySetsGenerator": [
|
| 5403 |
+
[
|
| 5404 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5405 |
+
[
|
| 5406 |
+
"TestOnlySetsGenerator"
|
| 5407 |
+
]
|
| 5408 |
+
]
|
| 5409 |
+
],
|
| 5410 |
+
"TestCopying": [
|
| 5411 |
+
[
|
| 5412 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5413 |
+
[
|
| 5414 |
+
"TestCopying"
|
| 5415 |
+
]
|
| 5416 |
+
]
|
| 5417 |
+
],
|
| 5418 |
+
"TestCopyingEmpty": [
|
| 5419 |
+
[
|
| 5420 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5421 |
+
[
|
| 5422 |
+
"TestCopyingEmpty"
|
| 5423 |
+
]
|
| 5424 |
+
]
|
| 5425 |
+
],
|
| 5426 |
+
"TestCopyingSingleton": [
|
| 5427 |
+
[
|
| 5428 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5429 |
+
[
|
| 5430 |
+
"TestCopyingSingleton"
|
| 5431 |
+
]
|
| 5432 |
+
]
|
| 5433 |
+
],
|
| 5434 |
+
"TestCopyingTriple": [
|
| 5435 |
+
[
|
| 5436 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5437 |
+
[
|
| 5438 |
+
"TestCopyingTriple"
|
| 5439 |
+
]
|
| 5440 |
+
]
|
| 5441 |
+
],
|
| 5442 |
+
"TestCopyingTuple": [
|
| 5443 |
+
[
|
| 5444 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5445 |
+
[
|
| 5446 |
+
"TestCopyingTuple"
|
| 5447 |
+
]
|
| 5448 |
+
]
|
| 5449 |
+
],
|
| 5450 |
+
"TestCopyingNested": [
|
| 5451 |
+
[
|
| 5452 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5453 |
+
[
|
| 5454 |
+
"TestCopyingNested"
|
| 5455 |
+
]
|
| 5456 |
+
]
|
| 5457 |
+
],
|
| 5458 |
+
"TestIdentities": [
|
| 5459 |
+
[
|
| 5460 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5461 |
+
[
|
| 5462 |
+
"TestIdentities"
|
| 5463 |
+
]
|
| 5464 |
+
]
|
| 5465 |
+
],
|
| 5466 |
+
"G": [
|
| 5467 |
+
[
|
| 5468 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5469 |
+
[
|
| 5470 |
+
"G"
|
| 5471 |
+
]
|
| 5472 |
+
]
|
| 5473 |
+
],
|
| 5474 |
+
"I": [
|
| 5475 |
+
[
|
| 5476 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5477 |
+
[
|
| 5478 |
+
"I"
|
| 5479 |
+
]
|
| 5480 |
+
]
|
| 5481 |
+
],
|
| 5482 |
+
"Ig": [
|
| 5483 |
+
[
|
| 5484 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5485 |
+
[
|
| 5486 |
+
"Ig"
|
| 5487 |
+
]
|
| 5488 |
+
]
|
| 5489 |
+
],
|
| 5490 |
+
"X": [
|
| 5491 |
+
[
|
| 5492 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5493 |
+
[
|
| 5494 |
+
"X"
|
| 5495 |
+
]
|
| 5496 |
+
]
|
| 5497 |
+
],
|
| 5498 |
+
"N": [
|
| 5499 |
+
[
|
| 5500 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5501 |
+
[
|
| 5502 |
+
"N"
|
| 5503 |
+
]
|
| 5504 |
+
]
|
| 5505 |
+
],
|
| 5506 |
+
"E": [
|
| 5507 |
+
[
|
| 5508 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5509 |
+
[
|
| 5510 |
+
"E"
|
| 5511 |
+
]
|
| 5512 |
+
]
|
| 5513 |
+
],
|
| 5514 |
+
"S": [
|
| 5515 |
+
[
|
| 5516 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5517 |
+
[
|
| 5518 |
+
"S"
|
| 5519 |
+
]
|
| 5520 |
+
]
|
| 5521 |
+
],
|
| 5522 |
+
"TestVariousIteratorArgs": [
|
| 5523 |
+
[
|
| 5524 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5525 |
+
[
|
| 5526 |
+
"TestVariousIteratorArgs"
|
| 5527 |
+
]
|
| 5528 |
+
]
|
| 5529 |
+
],
|
| 5530 |
+
"bad_eq": [
|
| 5531 |
+
[
|
| 5532 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5533 |
+
[
|
| 5534 |
+
"bad_eq"
|
| 5535 |
+
]
|
| 5536 |
+
]
|
| 5537 |
+
],
|
| 5538 |
+
"bad_dict_clear": [
|
| 5539 |
+
[
|
| 5540 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5541 |
+
[
|
| 5542 |
+
"bad_dict_clear"
|
| 5543 |
+
]
|
| 5544 |
+
]
|
| 5545 |
+
],
|
| 5546 |
+
"TestWeirdBugs": [
|
| 5547 |
+
[
|
| 5548 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5549 |
+
[
|
| 5550 |
+
"TestWeirdBugs"
|
| 5551 |
+
]
|
| 5552 |
+
]
|
| 5553 |
+
],
|
| 5554 |
+
"TestGraphs": [
|
| 5555 |
+
[
|
| 5556 |
+
"test-data/stdlib-samples/3.2/test/test_set.py",
|
| 5557 |
+
[
|
| 5558 |
+
"TestGraphs"
|
| 5559 |
+
]
|
| 5560 |
+
]
|
| 5561 |
+
],
|
| 5562 |
+
"TestShutil": [
|
| 5563 |
+
[
|
| 5564 |
+
"test-data/stdlib-samples/3.2/test/test_shutil.py",
|
| 5565 |
+
[
|
| 5566 |
+
"TestShutil"
|
| 5567 |
+
]
|
| 5568 |
+
]
|
| 5569 |
+
],
|
| 5570 |
+
"TestMove": [
|
| 5571 |
+
[
|
| 5572 |
+
"test-data/stdlib-samples/3.2/test/test_shutil.py",
|
| 5573 |
+
[
|
| 5574 |
+
"TestMove"
|
| 5575 |
+
]
|
| 5576 |
+
]
|
| 5577 |
+
],
|
| 5578 |
+
"Faux": [
|
| 5579 |
+
[
|
| 5580 |
+
"test-data/stdlib-samples/3.2/test/test_shutil.py",
|
| 5581 |
+
[
|
| 5582 |
+
"TestCopyFile",
|
| 5583 |
+
"Faux"
|
| 5584 |
+
]
|
| 5585 |
+
]
|
| 5586 |
+
],
|
| 5587 |
+
"TestCopyFile": [
|
| 5588 |
+
[
|
| 5589 |
+
"test-data/stdlib-samples/3.2/test/test_shutil.py",
|
| 5590 |
+
[
|
| 5591 |
+
"TestCopyFile"
|
| 5592 |
+
]
|
| 5593 |
+
]
|
| 5594 |
+
],
|
| 5595 |
+
"TC": [
|
| 5596 |
+
[
|
| 5597 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5598 |
+
[
|
| 5599 |
+
"TC"
|
| 5600 |
+
]
|
| 5601 |
+
]
|
| 5602 |
+
],
|
| 5603 |
+
"test_exports": [
|
| 5604 |
+
[
|
| 5605 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5606 |
+
[
|
| 5607 |
+
"test_exports"
|
| 5608 |
+
]
|
| 5609 |
+
]
|
| 5610 |
+
],
|
| 5611 |
+
"test__RandomNameSequence": [
|
| 5612 |
+
[
|
| 5613 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5614 |
+
[
|
| 5615 |
+
"test__RandomNameSequence"
|
| 5616 |
+
]
|
| 5617 |
+
]
|
| 5618 |
+
],
|
| 5619 |
+
"test__candidate_tempdir_list": [
|
| 5620 |
+
[
|
| 5621 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5622 |
+
[
|
| 5623 |
+
"test__candidate_tempdir_list"
|
| 5624 |
+
]
|
| 5625 |
+
]
|
| 5626 |
+
],
|
| 5627 |
+
"test__get_candidate_names": [
|
| 5628 |
+
[
|
| 5629 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5630 |
+
[
|
| 5631 |
+
"test__get_candidate_names"
|
| 5632 |
+
]
|
| 5633 |
+
]
|
| 5634 |
+
],
|
| 5635 |
+
"mkstemped": [
|
| 5636 |
+
[
|
| 5637 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5638 |
+
[
|
| 5639 |
+
"test__mkstemp_inner",
|
| 5640 |
+
"mkstemped"
|
| 5641 |
+
]
|
| 5642 |
+
]
|
| 5643 |
+
],
|
| 5644 |
+
"test__mkstemp_inner": [
|
| 5645 |
+
[
|
| 5646 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5647 |
+
[
|
| 5648 |
+
"test__mkstemp_inner"
|
| 5649 |
+
]
|
| 5650 |
+
]
|
| 5651 |
+
],
|
| 5652 |
+
"test_gettempprefix": [
|
| 5653 |
+
[
|
| 5654 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5655 |
+
[
|
| 5656 |
+
"test_gettempprefix"
|
| 5657 |
+
]
|
| 5658 |
+
]
|
| 5659 |
+
],
|
| 5660 |
+
"test_gettempdir": [
|
| 5661 |
+
[
|
| 5662 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5663 |
+
[
|
| 5664 |
+
"test_gettempdir"
|
| 5665 |
+
]
|
| 5666 |
+
]
|
| 5667 |
+
],
|
| 5668 |
+
"test_mkstemp": [
|
| 5669 |
+
[
|
| 5670 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5671 |
+
[
|
| 5672 |
+
"test_mkstemp"
|
| 5673 |
+
]
|
| 5674 |
+
]
|
| 5675 |
+
],
|
| 5676 |
+
"test_mkdtemp": [
|
| 5677 |
+
[
|
| 5678 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5679 |
+
[
|
| 5680 |
+
"test_mkdtemp"
|
| 5681 |
+
]
|
| 5682 |
+
]
|
| 5683 |
+
],
|
| 5684 |
+
"mktemped": [
|
| 5685 |
+
[
|
| 5686 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5687 |
+
[
|
| 5688 |
+
"test_mktemp",
|
| 5689 |
+
"mktemped"
|
| 5690 |
+
]
|
| 5691 |
+
]
|
| 5692 |
+
],
|
| 5693 |
+
"test_mktemp": [
|
| 5694 |
+
[
|
| 5695 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5696 |
+
[
|
| 5697 |
+
"test_mktemp"
|
| 5698 |
+
]
|
| 5699 |
+
]
|
| 5700 |
+
],
|
| 5701 |
+
"test_NamedTemporaryFile": [
|
| 5702 |
+
[
|
| 5703 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5704 |
+
[
|
| 5705 |
+
"test_NamedTemporaryFile"
|
| 5706 |
+
]
|
| 5707 |
+
]
|
| 5708 |
+
],
|
| 5709 |
+
"test_SpooledTemporaryFile": [
|
| 5710 |
+
[
|
| 5711 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5712 |
+
[
|
| 5713 |
+
"test_SpooledTemporaryFile"
|
| 5714 |
+
]
|
| 5715 |
+
]
|
| 5716 |
+
],
|
| 5717 |
+
"test_TemporaryFile": [
|
| 5718 |
+
[
|
| 5719 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5720 |
+
[
|
| 5721 |
+
"test_TemporaryFile"
|
| 5722 |
+
]
|
| 5723 |
+
]
|
| 5724 |
+
],
|
| 5725 |
+
"NulledModules": [
|
| 5726 |
+
[
|
| 5727 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5728 |
+
[
|
| 5729 |
+
"NulledModules"
|
| 5730 |
+
]
|
| 5731 |
+
]
|
| 5732 |
+
],
|
| 5733 |
+
"test_TemporaryDirectory": [
|
| 5734 |
+
[
|
| 5735 |
+
"test-data/stdlib-samples/3.2/test/test_tempfile.py",
|
| 5736 |
+
[
|
| 5737 |
+
"test_TemporaryDirectory"
|
| 5738 |
+
]
|
| 5739 |
+
]
|
| 5740 |
+
],
|
| 5741 |
+
"BaseTestCase": [
|
| 5742 |
+
[
|
| 5743 |
+
"test-data/stdlib-samples/3.2/test/test_textwrap.py",
|
| 5744 |
+
[
|
| 5745 |
+
"BaseTestCase"
|
| 5746 |
+
]
|
| 5747 |
+
]
|
| 5748 |
+
],
|
| 5749 |
+
"WrapTestCase": [
|
| 5750 |
+
[
|
| 5751 |
+
"test-data/stdlib-samples/3.2/test/test_textwrap.py",
|
| 5752 |
+
[
|
| 5753 |
+
"WrapTestCase"
|
| 5754 |
+
]
|
| 5755 |
+
]
|
| 5756 |
+
],
|
| 5757 |
+
"LongWordTestCase": [
|
| 5758 |
+
[
|
| 5759 |
+
"test-data/stdlib-samples/3.2/test/test_textwrap.py",
|
| 5760 |
+
[
|
| 5761 |
+
"LongWordTestCase"
|
| 5762 |
+
]
|
| 5763 |
+
]
|
| 5764 |
+
],
|
| 5765 |
+
"IndentTestCases": [
|
| 5766 |
+
[
|
| 5767 |
+
"test-data/stdlib-samples/3.2/test/test_textwrap.py",
|
| 5768 |
+
[
|
| 5769 |
+
"IndentTestCases"
|
| 5770 |
+
]
|
| 5771 |
+
]
|
| 5772 |
+
],
|
| 5773 |
+
"DedentTestCase": [
|
| 5774 |
+
[
|
| 5775 |
+
"test-data/stdlib-samples/3.2/test/test_textwrap.py",
|
| 5776 |
+
[
|
| 5777 |
+
"DedentTestCase"
|
| 5778 |
+
]
|
| 5779 |
+
]
|
| 5780 |
+
],
|
| 5781 |
+
"TextWrapper": [
|
| 5782 |
+
[
|
| 5783 |
+
"test-data/stdlib-samples/3.2/textwrap.py",
|
| 5784 |
+
[
|
| 5785 |
+
"TextWrapper"
|
| 5786 |
+
]
|
| 5787 |
+
]
|
| 5788 |
+
],
|
| 5789 |
+
"ArgKindsPlugin": [
|
| 5790 |
+
[
|
| 5791 |
+
"test-data/unit/plugins/arg_kinds.py",
|
| 5792 |
+
[
|
| 5793 |
+
"ArgKindsPlugin"
|
| 5794 |
+
]
|
| 5795 |
+
]
|
| 5796 |
+
],
|
| 5797 |
+
"ArgNamesPlugin": [
|
| 5798 |
+
[
|
| 5799 |
+
"test-data/unit/plugins/arg_names.py",
|
| 5800 |
+
[
|
| 5801 |
+
"ArgNamesPlugin"
|
| 5802 |
+
]
|
| 5803 |
+
]
|
| 5804 |
+
],
|
| 5805 |
+
"AttrPlugin": [
|
| 5806 |
+
[
|
| 5807 |
+
"test-data/unit/plugins/attrhook.py",
|
| 5808 |
+
[
|
| 5809 |
+
"AttrPlugin"
|
| 5810 |
+
]
|
| 5811 |
+
],
|
| 5812 |
+
[
|
| 5813 |
+
"test-data/unit/plugins/attrhook2.py",
|
| 5814 |
+
[
|
| 5815 |
+
"AttrPlugin"
|
| 5816 |
+
]
|
| 5817 |
+
],
|
| 5818 |
+
[
|
| 5819 |
+
"test-data/unit/plugins/class_callable.py",
|
| 5820 |
+
[
|
| 5821 |
+
"AttrPlugin"
|
| 5822 |
+
]
|
| 5823 |
+
]
|
| 5824 |
+
],
|
| 5825 |
+
"MyPlugin": [
|
| 5826 |
+
[
|
| 5827 |
+
"test-data/unit/plugins/badreturn2.py",
|
| 5828 |
+
[
|
| 5829 |
+
"MyPlugin"
|
| 5830 |
+
]
|
| 5831 |
+
],
|
| 5832 |
+
[
|
| 5833 |
+
"test-data/unit/plugins/customentry.py",
|
| 5834 |
+
[
|
| 5835 |
+
"MyPlugin"
|
| 5836 |
+
]
|
| 5837 |
+
],
|
| 5838 |
+
[
|
| 5839 |
+
"test-data/unit/plugins/decimal_to_int.py",
|
| 5840 |
+
[
|
| 5841 |
+
"MyPlugin"
|
| 5842 |
+
]
|
| 5843 |
+
],
|
| 5844 |
+
[
|
| 5845 |
+
"test-data/unit/plugins/fnplugin.py",
|
| 5846 |
+
[
|
| 5847 |
+
"MyPlugin"
|
| 5848 |
+
]
|
| 5849 |
+
],
|
| 5850 |
+
[
|
| 5851 |
+
"test-data/unit/plugins/named_callable.py",
|
| 5852 |
+
[
|
| 5853 |
+
"MyPlugin"
|
| 5854 |
+
]
|
| 5855 |
+
]
|
| 5856 |
+
],
|
| 5857 |
+
"CallableInstancePlugin": [
|
| 5858 |
+
[
|
| 5859 |
+
"test-data/unit/plugins/callable_instance.py",
|
| 5860 |
+
[
|
| 5861 |
+
"CallableInstancePlugin"
|
| 5862 |
+
]
|
| 5863 |
+
]
|
| 5864 |
+
],
|
| 5865 |
+
"DynPlugin": [
|
| 5866 |
+
[
|
| 5867 |
+
"test-data/unit/plugins/common_api_incremental.py",
|
| 5868 |
+
[
|
| 5869 |
+
"DynPlugin"
|
| 5870 |
+
]
|
| 5871 |
+
],
|
| 5872 |
+
[
|
| 5873 |
+
"test-data/unit/plugins/dyn_class.py",
|
| 5874 |
+
[
|
| 5875 |
+
"DynPlugin"
|
| 5876 |
+
]
|
| 5877 |
+
],
|
| 5878 |
+
[
|
| 5879 |
+
"test-data/unit/plugins/dyn_class_from_method.py",
|
| 5880 |
+
[
|
| 5881 |
+
"DynPlugin"
|
| 5882 |
+
]
|
| 5883 |
+
]
|
| 5884 |
+
],
|
| 5885 |
+
"ConfigDataPlugin": [
|
| 5886 |
+
[
|
| 5887 |
+
"test-data/unit/plugins/config_data.py",
|
| 5888 |
+
[
|
| 5889 |
+
"ConfigDataPlugin"
|
| 5890 |
+
]
|
| 5891 |
+
]
|
| 5892 |
+
],
|
| 5893 |
+
"DummyPlugin": [
|
| 5894 |
+
[
|
| 5895 |
+
"test-data/unit/plugins/customize_mro.py",
|
| 5896 |
+
[
|
| 5897 |
+
"DummyPlugin"
|
| 5898 |
+
]
|
| 5899 |
+
]
|
| 5900 |
+
],
|
| 5901 |
+
"DepsPlugin": [
|
| 5902 |
+
[
|
| 5903 |
+
"test-data/unit/plugins/depshook.py",
|
| 5904 |
+
[
|
| 5905 |
+
"DepsPlugin"
|
| 5906 |
+
]
|
| 5907 |
+
]
|
| 5908 |
+
],
|
| 5909 |
+
"DescriptorPlugin": [
|
| 5910 |
+
[
|
| 5911 |
+
"test-data/unit/plugins/descriptor.py",
|
| 5912 |
+
[
|
| 5913 |
+
"DescriptorPlugin"
|
| 5914 |
+
]
|
| 5915 |
+
]
|
| 5916 |
+
],
|
| 5917 |
+
"FullyQualifiedTestPlugin": [
|
| 5918 |
+
[
|
| 5919 |
+
"test-data/unit/plugins/fully_qualified_test_hook.py",
|
| 5920 |
+
[
|
| 5921 |
+
"FullyQualifiedTestPlugin"
|
| 5922 |
+
]
|
| 5923 |
+
]
|
| 5924 |
+
],
|
| 5925 |
+
"FunctionSigPlugin": [
|
| 5926 |
+
[
|
| 5927 |
+
"test-data/unit/plugins/function_sig_hook.py",
|
| 5928 |
+
[
|
| 5929 |
+
"FunctionSigPlugin"
|
| 5930 |
+
]
|
| 5931 |
+
]
|
| 5932 |
+
],
|
| 5933 |
+
"MethodSigPlugin": [
|
| 5934 |
+
[
|
| 5935 |
+
"test-data/unit/plugins/method_sig_hook.py",
|
| 5936 |
+
[
|
| 5937 |
+
"MethodSigPlugin"
|
| 5938 |
+
]
|
| 5939 |
+
]
|
| 5940 |
+
],
|
| 5941 |
+
"Plugin2": [
|
| 5942 |
+
[
|
| 5943 |
+
"test-data/unit/plugins/plugin2.py",
|
| 5944 |
+
[
|
| 5945 |
+
"Plugin2"
|
| 5946 |
+
]
|
| 5947 |
+
]
|
| 5948 |
+
],
|
| 5949 |
+
"TypeAnalyzePlugin": [
|
| 5950 |
+
[
|
| 5951 |
+
"test-data/unit/plugins/type_anal_hook.py",
|
| 5952 |
+
[
|
| 5953 |
+
"TypeAnalyzePlugin"
|
| 5954 |
+
]
|
| 5955 |
+
]
|
| 5956 |
+
],
|
| 5957 |
+
"MethodPlugin": [
|
| 5958 |
+
[
|
| 5959 |
+
"test-data/unit/plugins/union_method.py",
|
| 5960 |
+
[
|
| 5961 |
+
"MethodPlugin"
|
| 5962 |
+
]
|
| 5963 |
+
]
|
| 5964 |
+
]
|
| 5965 |
+
}
|