diff --git "a/iterative__dvc-3794/blocks_by_function_name.json" "b/iterative__dvc-3794/blocks_by_function_name.json" new file mode 100644--- /dev/null +++ "b/iterative__dvc-3794/blocks_by_function_name.json" @@ -0,0 +1,19443 @@ +{ + "collect_and_send_report": [ + [ + "dvc/analytics.py", + [ + "collect_and_send_report" + ] + ] + ], + "is_enabled": [ + [ + "dvc/analytics.py", + [ + "is_enabled" + ] + ] + ], + "send": [ + [ + "dvc/analytics.py", + [ + "send" + ] + ] + ], + "_scm_in_use": [ + [ + "dvc/analytics.py", + [ + "_scm_in_use" + ] + ] + ], + "_runtime_info": [ + [ + "dvc/analytics.py", + [ + "_runtime_info" + ] + ] + ], + "_system_info": [ + [ + "dvc/analytics.py", + [ + "_system_info" + ] + ] + ], + "_find_or_create_user_id": [ + [ + "dvc/analytics.py", + [ + "_find_or_create_user_id" + ] + ] + ], + "get_url": [ + [ + "dvc/api.py", + [ + "get_url" + ] + ], + [ + "dvc/repo/get_url.py", + [ + "get_url" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudBase", + "get_url" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestSSHRemoteMocked", + "get_url" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestHTTPRemote", + "get_url" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudCLIBase", + "get_url" + ] + ], + [ + "tests/remotes.py", + [ + "Local", + "get_url" + ] + ], + [ + "tests/remotes.py", + [ + "S3", + "get_url" + ] + ], + [ + "tests/remotes.py", + [ + "GCP", + "get_url" + ] + ], + [ + "tests/remotes.py", + [ + "GDrive", + "get_url" + ] + ], + [ + "tests/remotes.py", + [ + "Azure", + "get_url" + ] + ], + [ + "tests/remotes.py", + [ + "OSS", + "get_url" + ] + ], + [ + "tests/remotes.py", + [ + "SSH", + "get_url" + ] + ], + [ + "tests/remotes.py", + [ + "SSHMocked", + "get_url" + ] + ], + [ + "tests/remotes.py", + [ + "HDFS", + "get_url" + ] + ], + [ + "tests/remotes.py", + [ + "HTTP", + "get_url" + ] + ] + ], + "open": [ + [ + "dvc/api.py", + [ + "open" + ] + ], + [ + "dvc/ignore.py", + [ + "CleanTree", + "open" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "open" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemote", + "open" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "open" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "open" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "open" + ] + ], + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "open" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "open" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "open" + ] + ], + [ + "dvc/scm/tree.py", + [ + "BaseTree", + "open" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "open" + ] + ] + ], + "__getattr__": [ + [ + "dvc/api.py", + [ + "_OpenContextManager", + "__getattr__" + ] + ], + [ + "dvc/scm/__init__.py", + [ + "NoSCM", + "__getattr__" + ] + ] + ], + "_open": [ + [ + "dvc/api.py", + [ + "_open" + ] + ] + ], + "read": [ + [ + "dvc/api.py", + [ + "read" + ] + ] + ], + "_make_repo": [ + [ + "dvc/api.py", + [ + "_make_repo" + ] + ], + [ + "dvc/dependency/repo.py", + [ + "RepoDependency", + "_make_repo" + ] + ] + ], + "getter": [ + [ + "dvc/cache.py", + [ + "_make_remote_property", + "getter" + ] + ] + ], + "_make_remote_property": [ + [ + "dvc/cache.py", + [ + "_make_remote_property" + ] + ] + ], + "__eq__": [ + [ + "dvc/cache.py", + [ + "NamedCacheItem", + "__eq__" + ] + ], + [ + "dvc/dvcfile.py", + [ + "FileMixin", + "__eq__" + ] + ], + [ + "dvc/ignore.py", + [ + "DvcIgnorePatterns", + "__eq__" + ] + ], + [ + "dvc/ignore.py", + [ + "DvcIgnoreDirs", + "__eq__" + ] + ], + [ + "dvc/path_info.py", + [ + "URLInfo", + "__eq__" + ] + ], + [ + "dvc/path_info.py", + [ + "HTTPURLInfo", + "__eq__" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "__eq__" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "PipelineStage", + "__eq__" + ] + ], + [ + "tests/unit/remote/test_base.py", + [ + "_CallableOrNone", + "__eq__" + ] + ] + ], + "child_keys": [ + [ + "dvc/cache.py", + [ + "NamedCacheItem", + "child_keys" + ] + ], + [ + "dvc/cache.py", + [ + "NamedCache", + "child_keys" + ] + ] + ], + "child_names": [ + [ + "dvc/cache.py", + [ + "NamedCacheItem", + "child_names" + ] + ] + ], + "add": [ + [ + "dvc/cache.py", + [ + "NamedCacheItem", + "add" + ] + ], + [ + "dvc/cache.py", + [ + "NamedCache", + "add" + ] + ], + [ + "dvc/repo/add.py", + [ + "add" + ] + ], + [ + "dvc/repo/metrics/__init__.py", + [ + "Metrics", + "add" + ] + ], + [ + "dvc/repo/metrics/add.py", + [ + "add" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "add" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "add" + ] + ] + ], + "update": [ + [ + "dvc/cache.py", + [ + "NamedCacheItem", + "update" + ] + ], + [ + "dvc/cache.py", + [ + "NamedCache", + "update" + ] + ], + [ + "dvc/dependency/base.py", + [ + "BaseDependency", + "update" + ] + ], + [ + "dvc/dependency/repo.py", + [ + "RepoDependency", + "update" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_estimate_cache_size", + "with_Tqdm_", + "update" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "update" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "update" + ] + ], + [ + "dvc/repo/update.py", + [ + "update" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "update" + ] + ] + ], + "make": [ + [ + "dvc/cache.py", + [ + "NamedCache", + "make" + ] + ], + [ + "tests/dir_helpers.py", + [ + "make_tmp_dir", + "make" + ] + ] + ], + "__getitem__": [ + [ + "dvc/cache.py", + [ + "NamedCache", + "__getitem__" + ] + ], + [ + "dvc/path_info.py", + [ + "_URLPathParents", + "__getitem__" + ] + ], + [ + "dvc/stage/loader.py", + [ + "StageLoader", + "__getitem__" + ] + ], + [ + "dvc/stage/loader.py", + [ + "SingleStageLoader", + "__getitem__" + ] + ] + ], + "add_child_cache": [ + [ + "dvc/cache.py", + [ + "NamedCache", + "add_child_cache" + ] + ] + ], + "add_external": [ + [ + "dvc/cache.py", + [ + "NamedCache", + "add_external" + ] + ] + ], + "scheme_keys": [ + [ + "dvc/cache.py", + [ + "NamedCache", + "scheme_keys" + ] + ] + ], + "scheme_names": [ + [ + "dvc/cache.py", + [ + "NamedCache", + "scheme_names" + ] + ] + ], + "dir_keys": [ + [ + "dvc/cache.py", + [ + "NamedCache", + "dir_keys" + ] + ] + ], + "error": [ + [ + "dvc/cli.py", + [ + "DvcParser", + "error" + ] + ] + ], + "__call__": [ + [ + "dvc/cli.py", + [ + "VersionAction", + "__call__" + ] + ], + [ + "dvc/ignore.py", + [ + "DvcIgnore", + "__call__" + ] + ], + [ + "dvc/ignore.py", + [ + "DvcIgnorePatterns", + "__call__" + ] + ], + [ + "dvc/ignore.py", + [ + "DvcIgnoreDirs", + "__call__" + ] + ], + [ + "dvc/ignore.py", + [ + "DvcIgnoreRepo", + "__call__" + ] + ], + [ + "dvc/ignore.py", + [ + "DvcIgnoreFilter", + "__call__" + ] + ] + ], + "get_parent_parser": [ + [ + "dvc/cli.py", + [ + "get_parent_parser" + ] + ] + ], + "parse_args": [ + [ + "dvc/cli.py", + [ + "parse_args" + ] + ] + ], + "run": [ + [ + "dvc/command/add.py", + [ + "CmdAdd", + "run" + ] + ], + [ + "dvc/command/base.py", + [ + "CmdBase", + "run" + ] + ], + [ + "dvc/command/cache.py", + [ + "CmdCacheDir", + "run" + ] + ], + [ + "dvc/command/checkout.py", + [ + "CmdCheckout", + "run" + ] + ], + [ + "dvc/command/commit.py", + [ + "CmdCommit", + "run" + ] + ], + [ + "dvc/command/config.py", + [ + "CmdConfig", + "run" + ] + ], + [ + "dvc/command/daemon.py", + [ + "CmdDaemonUpdater", + "run" + ] + ], + [ + "dvc/command/daemon.py", + [ + "CmdDaemonAnalytics", + "run" + ] + ], + [ + "dvc/command/data_sync.py", + [ + "CmdDataPull", + "run" + ] + ], + [ + "dvc/command/data_sync.py", + [ + "CmdDataPush", + "run" + ] + ], + [ + "dvc/command/data_sync.py", + [ + "CmdDataFetch", + "run" + ] + ], + [ + "dvc/command/destroy.py", + [ + "CmdDestroy", + "run" + ] + ], + [ + "dvc/command/diff.py", + [ + "CmdDiff", + "run" + ] + ], + [ + "dvc/command/gc.py", + [ + "CmdGC", + "run" + ] + ], + [ + "dvc/command/get.py", + [ + "CmdGet", + "run" + ] + ], + [ + "dvc/command/get_url.py", + [ + "CmdGetUrl", + "run" + ] + ], + [ + "dvc/command/git_hook.py", + [ + "CmdHookBase", + "run" + ] + ], + [ + "dvc/command/git_hook.py", + [ + "CmdPostCheckout", + "run" + ] + ], + [ + "dvc/command/git_hook.py", + [ + "CmdPrePush", + "run" + ] + ], + [ + "dvc/command/imp.py", + [ + "CmdImport", + "run" + ] + ], + [ + "dvc/command/imp_url.py", + [ + "CmdImportUrl", + "run" + ] + ], + [ + "dvc/command/init.py", + [ + "CmdInit", + "run" + ] + ], + [ + "dvc/command/install.py", + [ + "CmdInstall", + "run" + ] + ], + [ + "dvc/command/lock.py", + [ + "CmdLock", + "run" + ] + ], + [ + "dvc/command/lock.py", + [ + "CmdUnlock", + "run" + ] + ], + [ + "dvc/command/ls/__init__.py", + [ + "CmdList", + "run" + ] + ], + [ + "dvc/command/metrics.py", + [ + "CmdMetricsShow", + "run" + ] + ], + [ + "dvc/command/metrics.py", + [ + "CmdMetricsAdd", + "run" + ] + ], + [ + "dvc/command/metrics.py", + [ + "CmdMetricsRemove", + "run" + ] + ], + [ + "dvc/command/metrics.py", + [ + "CmdMetricsDiff", + "run" + ] + ], + [ + "dvc/command/move.py", + [ + "CmdMove", + "run" + ] + ], + [ + "dvc/command/params.py", + [ + "CmdParamsDiff", + "run" + ] + ], + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineShow", + "run" + ] + ], + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineList", + "run" + ] + ], + [ + "dvc/command/plot.py", + [ + "CmdPLot", + "run" + ] + ], + [ + "dvc/command/remote.py", + [ + "CmdRemoteAdd", + "run" + ] + ], + [ + "dvc/command/remote.py", + [ + "CmdRemoteRemove", + "run" + ] + ], + [ + "dvc/command/remote.py", + [ + "CmdRemoteModify", + "run" + ] + ], + [ + "dvc/command/remote.py", + [ + "CmdRemoteDefault", + "run" + ] + ], + [ + "dvc/command/remote.py", + [ + "CmdRemoteList", + "run" + ] + ], + [ + "dvc/command/remove.py", + [ + "CmdRemove", + "run" + ] + ], + [ + "dvc/command/repro.py", + [ + "CmdRepro", + "run" + ] + ], + [ + "dvc/command/root.py", + [ + "CmdRoot", + "run" + ] + ], + [ + "dvc/command/run.py", + [ + "CmdRun", + "run" + ] + ], + [ + "dvc/command/status.py", + [ + "CmdDataStatus", + "run" + ] + ], + [ + "dvc/command/unprotect.py", + [ + "CmdUnprotect", + "run" + ] + ], + [ + "dvc/command/update.py", + [ + "CmdUpdate", + "run" + ] + ], + [ + "dvc/command/version.py", + [ + "CmdVersion", + "run" + ] + ], + [ + "dvc/repo/run.py", + [ + "run" + ] + ], + [ + "dvc/repo/scm_context.py", + [ + "scm_context", + "run" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "run" + ] + ], + [ + "setup.py", + [ + "build_py", + "run" + ] + ], + [ + "tests/func/test_lockfile.py", + [ + "run_head", + "run" + ] + ] + ], + "add_parser": [ + [ + "dvc/command/add.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/cache.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/checkout.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/commit.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/config.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/daemon.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/data_sync.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/destroy.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/diff.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/gc.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/get.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/get_url.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/git_hook.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/imp.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/imp_url.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/init.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/install.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/lock.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/ls/__init__.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/metrics.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/move.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/params.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/pipeline.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/plot.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/remote.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/remove.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/repro.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/root.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/run.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/unprotect.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/update.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/version.py", + [ + "add_parser" + ] + ] + ], + "fix_subparsers": [ + [ + "dvc/command/base.py", + [ + "fix_subparsers" + ] + ] + ], + "append_doc_link": [ + [ + "dvc/command/base.py", + [ + "append_doc_link" + ] + ] + ], + "default_targets": [ + [ + "dvc/command/base.py", + [ + "CmdBase", + "default_targets" + ] + ] + ], + "log_changes": [ + [ + "dvc/command/checkout.py", + [ + "log_changes" + ] + ] + ], + "_check": [ + [ + "dvc/command/config.py", + [ + "CmdConfig", + "_check" + ] + ], + [ + "dvc/updater.py", + [ + "Updater", + "_check" + ] + ] + ], + "log_summary": [ + [ + "dvc/command/data_sync.py", + [ + "CmdDataBase", + "log_summary" + ] + ], + [ + "dvc/command/data_sync.py", + [ + "CmdDataPull", + "log_summary" + ] + ] + ], + "shared_parent_parser": [ + [ + "dvc/command/data_sync.py", + [ + "shared_parent_parser" + ] + ] + ], + "_show_md": [ + [ + "dvc/command/diff.py", + [ + "_show_md" + ] + ] + ], + "_digest": [ + [ + "dvc/command/diff.py", + [ + "CmdDiff", + "_format", + "_digest" + ] + ] + ], + "_format": [ + [ + "dvc/command/diff.py", + [ + "CmdDiff", + "_format" + ] + ], + [ + "dvc/command/ls/ls_colors.py", + [ + "LsColors", + "_format" + ] + ] + ], + "_show_url": [ + [ + "dvc/command/get.py", + [ + "CmdGet", + "_show_url" + ] + ] + ], + "_get_file_from_repo": [ + [ + "dvc/command/get.py", + [ + "CmdGet", + "_get_file_from_repo" + ] + ] + ], + "_run": [ + [ + "dvc/command/git_hook.py", + [ + "CmdPreCommit", + "_run" + ] + ], + [ + "dvc/command/lock.py", + [ + "CmdLockBase", + "_run" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_run" + ] + ], + [ + "tests/func/test_repro.py", + [ + "SingleStageRun", + "_run" + ] + ], + [ + "tests/func/test_repro_multistage.py", + [ + "MultiStageRun", + "_run" + ] + ] + ], + "fmt": [ + [ + "dvc/command/ls/__init__.py", + [ + "_prettify", + "if_with_color_", + "else_", + "fmt" + ] + ] + ], + "_prettify": [ + [ + "dvc/command/ls/__init__.py", + [ + "_prettify" + ] + ] + ], + "_load": [ + [ + "dvc/command/ls/ls_colors.py", + [ + "LsColors", + "_load" + ] + ], + [ + "dvc/dvcfile.py", + [ + "FileMixin", + "_load" + ] + ], + [ + "dvc/stage/cache.py", + [ + "StageCache", + "_load" + ] + ] + ], + "format": [ + [ + "dvc/command/ls/ls_colors.py", + [ + "LsColors", + "format" + ] + ], + [ + "dvc/logger.py", + [ + "ColorFormatter", + "format" + ] + ] + ], + "show_metrics": [ + [ + "dvc/command/metrics.py", + [ + "show_metrics" + ] + ] + ], + "_show_diff": [ + [ + "dvc/command/metrics.py", + [ + "_show_diff" + ] + ], + [ + "dvc/command/params.py", + [ + "_show_diff" + ] + ] + ], + "_show": [ + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineShow", + "_show" + ] + ], + [ + "dvc/command/status.py", + [ + "CmdDataStatus", + "_show" + ] + ] + ], + "_build_output_graph": [ + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineShow", + "_build_output_graph" + ] + ] + ], + "_build_graph": [ + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineShow", + "_build_graph" + ] + ] + ], + "_show_ascii": [ + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineShow", + "_show_ascii" + ] + ] + ], + "_show_dependencies_tree": [ + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineShow", + "_show_dependencies_tree" + ] + ] + ], + "_write_dot": [ + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineShow", + "_write_dot" + ] + ] + ], + "_revisions": [ + [ + "dvc/command/plot.py", + [ + "CmdPLot", + "_revisions" + ] + ], + [ + "dvc/command/plot.py", + [ + "CmdPlotShow", + "_revisions" + ] + ], + [ + "dvc/command/plot.py", + [ + "CmdPlotDiff", + "_revisions" + ] + ] + ], + "_result_file": [ + [ + "dvc/command/plot.py", + [ + "CmdPLot", + "_result_file" + ] + ] + ], + "_result_basename": [ + [ + "dvc/command/plot.py", + [ + "CmdPLot", + "_result_basename" + ] + ] + ], + "_result_extension": [ + [ + "dvc/command/plot.py", + [ + "CmdPLot", + "_result_extension" + ] + ] + ], + "_check_exists": [ + [ + "dvc/command/remote.py", + [ + "CmdRemote", + "_check_exists" + ] + ] + ], + "_is_outs_only": [ + [ + "dvc/command/remove.py", + [ + "CmdRemove", + "_is_outs_only" + ] + ] + ], + "_parsed_cmd": [ + [ + "dvc/command/run.py", + [ + "CmdRun", + "_parsed_cmd" + ] + ] + ], + "_quote_argument": [ + [ + "dvc/command/run.py", + [ + "CmdRun", + "_quote_argument" + ] + ] + ], + "_normalize": [ + [ + "dvc/command/status.py", + [ + "CmdDataStatus", + "_normalize" + ] + ] + ], + "get_fs_type": [ + [ + "dvc/command/version.py", + [ + "CmdVersion", + "get_fs_type" + ] + ] + ], + "get_linktype_support_info": [ + [ + "dvc/command/version.py", + [ + "CmdVersion", + "get_linktype_support_info" + ] + ] + ], + "get_supported_remotes": [ + [ + "dvc/command/version.py", + [ + "CmdVersion", + "get_supported_remotes" + ] + ] + ], + "_get_dvc_repo_info": [ + [ + "dvc/command/version.py", + [ + "_get_dvc_repo_info" + ] + ] + ], + "fspath": [ + [ + "dvc/compat.py", + [ + "try_", + "except_ImportError_", + "fspath" + ] + ], + [ + "dvc/output/local.py", + [ + "LocalOutput", + "fspath" + ] + ], + [ + "dvc/path_info.py", + [ + "PathInfo", + "fspath" + ] + ] + ], + "supported_cache_type": [ + [ + "dvc/config.py", + [ + "supported_cache_type" + ] + ] + ], + "Choices": [ + [ + "dvc/config.py", + [ + "Choices" + ] + ] + ], + "validate": [ + [ + "dvc/config.py", + [ + "ByUrl", + "validate" + ] + ], + [ + "dvc/config.py", + [ + "Config", + "validate" + ] + ], + [ + "dvc/dvcfile.py", + [ + "FileMixin", + "validate" + ] + ] + ], + "ByUrl": [ + [ + "dvc/config.py", + [ + "ByUrl" + ] + ] + ], + "get_dir": [ + [ + "dvc/config.py", + [ + "Config", + "get_dir" + ] + ] + ], + "files": [ + [ + "dvc/config.py", + [ + "Config", + "files" + ] + ], + [ + "dvc/lock.py", + [ + "Lock", + "files" + ] + ], + [ + "dvc/state.py", + [ + "State", + "files" + ] + ] + ], + "init": [ + [ + "dvc/config.py", + [ + "Config", + "init" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "init" + ] + ], + [ + "dvc/repo/init.py", + [ + "init" + ] + ], + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "init" + ] + ] + ], + "load": [ + [ + "dvc/config.py", + [ + "Config", + "load" + ] + ], + [ + "dvc/dvcfile.py", + [ + "Lockfile", + "load" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "load" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "load" + ] + ], + [ + "dvc/state.py", + [ + "State", + "load" + ] + ] + ], + "load_one": [ + [ + "dvc/config.py", + [ + "Config", + "load_one" + ] + ] + ], + "resolve": [ + [ + "dvc/config.py", + [ + "Config", + "_load_paths", + "resolve" + ] + ] + ], + "_load_paths": [ + [ + "dvc/config.py", + [ + "Config", + "_load_paths" + ] + ] + ], + "_to_relpath": [ + [ + "dvc/config.py", + [ + "Config", + "_to_relpath" + ] + ] + ], + "_save_paths": [ + [ + "dvc/config.py", + [ + "Config", + "_save_paths" + ] + ] + ], + "_map_dirs": [ + [ + "dvc/config.py", + [ + "Config", + "_map_dirs" + ] + ] + ], + "load_config_to_level": [ + [ + "dvc/config.py", + [ + "Config", + "load_config_to_level" + ] + ] + ], + "edit": [ + [ + "dvc/config.py", + [ + "Config", + "edit" + ] + ] + ], + "_load_config": [ + [ + "dvc/config.py", + [ + "_load_config" + ] + ] + ], + "_save_config": [ + [ + "dvc/config.py", + [ + "_save_config" + ] + ] + ], + "_parse_remotes": [ + [ + "dvc/config.py", + [ + "_parse_remotes" + ] + ] + ], + "_pack_remotes": [ + [ + "dvc/config.py", + [ + "_pack_remotes" + ] + ] + ], + "_merge": [ + [ + "dvc/config.py", + [ + "_merge" + ] + ] + ], + "_lower_keys": [ + [ + "dvc/config.py", + [ + "_lower_keys" + ] + ] + ], + "_spawn_windows": [ + [ + "dvc/daemon.py", + [ + "_spawn_windows" + ] + ] + ], + "_spawn_posix": [ + [ + "dvc/daemon.py", + [ + "_spawn_posix" + ] + ] + ], + "_spawn": [ + [ + "dvc/daemon.py", + [ + "_spawn" + ] + ] + ], + "daemon": [ + [ + "dvc/daemon.py", + [ + "daemon" + ] + ] + ], + "pager": [ + [ + "dvc/dagascii.py", + [ + "make_pager", + "pager" + ] + ] + ], + "make_pager": [ + [ + "dvc/dagascii.py", + [ + "make_pager" + ] + ] + ], + "find_pager": [ + [ + "dvc/dagascii.py", + [ + "find_pager" + ] + ] + ], + "h": [ + [ + "dvc/dagascii.py", + [ + "VertexViewer", + "h" + ] + ] + ], + "w": [ + [ + "dvc/dagascii.py", + [ + "VertexViewer", + "w" + ] + ] + ], + "draw": [ + [ + "dvc/dagascii.py", + [ + "AsciiCanvas", + "draw" + ] + ], + [ + "dvc/dagascii.py", + [ + "draw" + ] + ] + ], + "point": [ + [ + "dvc/dagascii.py", + [ + "AsciiCanvas", + "point" + ] + ] + ], + "line": [ + [ + "dvc/dagascii.py", + [ + "AsciiCanvas", + "line" + ] + ] + ], + "text": [ + [ + "dvc/dagascii.py", + [ + "AsciiCanvas", + "text" + ] + ] + ], + "box": [ + [ + "dvc/dagascii.py", + [ + "AsciiCanvas", + "box" + ] + ] + ], + "_build_sugiyama_layout": [ + [ + "dvc/dagascii.py", + [ + "_build_sugiyama_layout" + ] + ] + ], + "get_remote": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "get_remote" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalHTTP", + "get_remote" + ] + ] + ], + "_init_remote": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "_init_remote" + ] + ] + ], + "push": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "push" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "push" + ] + ], + [ + "dvc/repo/push.py", + [ + "push" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "push" + ] + ], + [ + "dvc/stage/cache.py", + [ + "StageCache", + "push" + ] + ] + ], + "pull": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "pull" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "pull" + ] + ], + [ + "dvc/repo/pull.py", + [ + "pull" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "pull" + ] + ], + [ + "dvc/stage/cache.py", + [ + "StageCache", + "pull" + ] + ] + ], + "_save_pulled_checksums": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "_save_pulled_checksums" + ] + ] + ], + "status": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "status" + ] + ], + [ + "dvc/dependency/param.py", + [ + "ParamsDependency", + "status" + ] + ], + [ + "dvc/dependency/repo.py", + [ + "RepoDependency", + "status" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "status" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "status" + ] + ], + [ + "dvc/repo/status.py", + [ + "status" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "status" + ] + ] + ], + "_get": [ + [ + "dvc/dependency/__init__.py", + [ + "_get" + ] + ], + [ + "dvc/output/__init__.py", + [ + "_get" + ] + ], + [ + "dvc/remote/__init__.py", + [ + "_get" + ] + ] + ], + "loadd_from": [ + [ + "dvc/dependency/__init__.py", + [ + "loadd_from" + ] + ], + [ + "dvc/output/__init__.py", + [ + "loadd_from" + ] + ] + ], + "loads_from": [ + [ + "dvc/dependency/__init__.py", + [ + "loads_from" + ] + ], + [ + "dvc/output/__init__.py", + [ + "loads_from" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "loads_from" + ] + ] + ], + "_parse_params": [ + [ + "dvc/dependency/__init__.py", + [ + "_parse_params" + ] + ] + ], + "loads_params": [ + [ + "dvc/dependency/__init__.py", + [ + "loads_params" + ] + ] + ], + "_dyn_load": [ + [ + "dvc/dependency/param.py", + [ + "ParamsDependency", + "_dyn_load" + ] + ] + ], + "save": [ + [ + "dvc/dependency/param.py", + [ + "ParamsDependency", + "save" + ] + ], + [ + "dvc/dependency/repo.py", + [ + "RepoDependency", + "save" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "save" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "save" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "save" + ] + ], + [ + "dvc/stage/cache.py", + [ + "StageCache", + "save" + ] + ], + [ + "dvc/state.py", + [ + "StateNoop", + "save" + ] + ], + [ + "dvc/state.py", + [ + "State", + "save" + ] + ] + ], + "dumpd": [ + [ + "dvc/dependency/param.py", + [ + "ParamsDependency", + "dumpd" + ] + ], + [ + "dvc/dependency/repo.py", + [ + "RepoDependency", + "dumpd" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "dumpd" + ] + ], + [ + "dvc/output/local.py", + [ + "LocalOutput", + "dumpd" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "dumpd" + ] + ] + ], + "read_params": [ + [ + "dvc/dependency/param.py", + [ + "ParamsDependency", + "read_params" + ] + ] + ], + "save_info": [ + [ + "dvc/dependency/param.py", + [ + "ParamsDependency", + "save_info" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "save_info" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "save_info" + ] + ] + ], + "_parse_path": [ + [ + "dvc/dependency/repo.py", + [ + "RepoDependency", + "_parse_path" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "_parse_path" + ] + ], + [ + "dvc/output/local.py", + [ + "LocalOutput", + "_parse_path" + ] + ] + ], + "is_in_repo": [ + [ + "dvc/dependency/repo.py", + [ + "RepoDependency", + "is_in_repo" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "is_in_repo" + ] + ], + [ + "dvc/output/local.py", + [ + "LocalOutput", + "is_in_repo" + ] + ] + ], + "repo_pair": [ + [ + "dvc/dependency/repo.py", + [ + "RepoDependency", + "repo_pair" + ] + ] + ], + "__str__": [ + [ + "dvc/dependency/repo.py", + [ + "RepoDependency", + "__str__" + ] + ], + [ + "dvc/dvcfile.py", + [ + "FileMixin", + "__str__" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "__str__" + ] + ], + [ + "dvc/output/local.py", + [ + "LocalOutput", + "__str__" + ] + ], + [ + "dvc/path_info.py", + [ + "PathInfo", + "__str__" + ] + ], + [ + "dvc/path_info.py", + [ + "_URLPathInfo", + "__str__" + ] + ], + [ + "dvc/path_info.py", + [ + "URLInfo", + "__str__" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "__str__" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "PipelineStage", + "__str__" + ] + ] + ], + "_get_checksum": [ + [ + "dvc/dependency/repo.py", + [ + "RepoDependency", + "_get_checksum" + ] + ] + ], + "download": [ + [ + "dvc/dependency/repo.py", + [ + "RepoDependency", + "download" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "download" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "download" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "download" + ] + ] + ], + "is_valid_filename": [ + [ + "dvc/dvcfile.py", + [ + "is_valid_filename" + ] + ] + ], + "is_dvc_file": [ + [ + "dvc/dvcfile.py", + [ + "is_dvc_file" + ] + ] + ], + "check_dvc_filename": [ + [ + "dvc/dvcfile.py", + [ + "check_dvc_filename" + ] + ] + ], + "__repr__": [ + [ + "dvc/dvcfile.py", + [ + "FileMixin", + "__repr__" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "__repr__" + ] + ], + [ + "dvc/path_info.py", + [ + "PathInfo", + "__repr__" + ] + ], + [ + "dvc/path_info.py", + [ + "_URLPathParents", + "__repr__" + ] + ], + [ + "dvc/path_info.py", + [ + "URLInfo", + "__repr__" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "__repr__" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "__repr__" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "__repr__" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "__repr__" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "PipelineStage", + "__repr__" + ] + ] + ], + "__hash__": [ + [ + "dvc/dvcfile.py", + [ + "FileMixin", + "__hash__" + ] + ], + [ + "dvc/ignore.py", + [ + "DvcIgnorePatterns", + "__hash__" + ] + ], + [ + "dvc/ignore.py", + [ + "DvcIgnoreDirs", + "__hash__" + ] + ], + [ + "dvc/path_info.py", + [ + "URLInfo", + "__hash__" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "__hash__" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "PipelineStage", + "__hash__" + ] + ] + ], + "relpath": [ + [ + "dvc/dvcfile.py", + [ + "FileMixin", + "relpath" + ] + ], + [ + "dvc/path_info.py", + [ + "PathInfo", + "relpath" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "relpath" + ] + ], + [ + "dvc/utils/__init__.py", + [ + "relpath" + ] + ] + ], + "exists": [ + [ + "dvc/dvcfile.py", + [ + "FileMixin", + "exists" + ] + ], + [ + "dvc/ignore.py", + [ + "CleanTree", + "exists" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "exists" + ] + ], + [ + "dvc/remote/azure.py", + [ + "AzureRemote", + "exists" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "exists" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "exists" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "exists" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemote", + "exists" + ] + ], + [ + "dvc/remote/http.py", + [ + "HTTPRemote", + "exists" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "exists" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemote", + "exists" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "exists" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "exists" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "exists" + ] + ], + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "exists" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "exists" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "exists" + ] + ], + [ + "dvc/scm/tree.py", + [ + "BaseTree", + "exists" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "exists" + ] + ] + ], + "remove_with_prompt": [ + [ + "dvc/dvcfile.py", + [ + "FileMixin", + "remove_with_prompt" + ] + ], + [ + "dvc/dvcfile.py", + [ + "SingleStageFile", + "remove_with_prompt" + ] + ] + ], + "remove": [ + [ + "dvc/dvcfile.py", + [ + "FileMixin", + "remove" + ] + ], + [ + "dvc/dvcfile.py", + [ + "PipelineFile", + "remove" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "remove" + ] + ], + [ + "dvc/remote/azure.py", + [ + "AzureRemote", + "remove" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "remove" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "remove" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "remove" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemote", + "remove" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "remove" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemote", + "remove" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "remove" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "remove" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "remove" + ] + ], + [ + "dvc/repo/metrics/__init__.py", + [ + "Metrics", + "remove" + ] + ], + [ + "dvc/repo/metrics/remove.py", + [ + "remove" + ] + ], + [ + "dvc/repo/remove.py", + [ + "remove" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "remove" + ] + ], + [ + "dvc/utils/fs.py", + [ + "remove" + ] + ] + ], + "dump": [ + [ + "dvc/dvcfile.py", + [ + "FileMixin", + "dump" + ] + ], + [ + "dvc/dvcfile.py", + [ + "SingleStageFile", + "dump" + ] + ], + [ + "dvc/dvcfile.py", + [ + "PipelineFile", + "dump" + ] + ], + [ + "dvc/dvcfile.py", + [ + "Lockfile", + "dump" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "dump" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "dump" + ] + ], + [ + "dvc/repo/plot/template.py", + [ + "Template", + "dump" + ] + ], + [ + "dvc/state.py", + [ + "State", + "dump" + ] + ] + ], + "stage": [ + [ + "dvc/dvcfile.py", + [ + "SingleStageFile", + "stage" + ] + ], + [ + "dvc/dvcfile.py", + [ + "PipelineFile", + "stage" + ] + ] + ], + "stages": [ + [ + "dvc/dvcfile.py", + [ + "SingleStageFile", + "stages" + ] + ], + [ + "dvc/dvcfile.py", + [ + "PipelineFile", + "stages" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "stages" + ] + ], + [ + "tests/func/test_repo.py", + [ + "test_stages", + "stages" + ] + ] + ], + "_lockfile": [ + [ + "dvc/dvcfile.py", + [ + "PipelineFile", + "_lockfile" + ] + ] + ], + "_dump_lockfile": [ + [ + "dvc/dvcfile.py", + [ + "PipelineFile", + "_dump_lockfile" + ] + ] + ], + "_dump_pipeline_file": [ + [ + "dvc/dvcfile.py", + [ + "PipelineFile", + "_dump_pipeline_file" + ] + ] + ], + "__new__": [ + [ + "dvc/dvcfile.py", + [ + "Dvcfile", + "__new__" + ] + ], + [ + "dvc/path_info.py", + [ + "PathInfo", + "__new__" + ] + ], + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "__new__" + ] + ] + ], + "external_repo": [ + [ + "dvc/external_repo.py", + [ + "external_repo" + ] + ] + ], + "clean_repos": [ + [ + "dvc/external_repo.py", + [ + "clean_repos" + ] + ] + ], + "pull_to": [ + [ + "dvc/external_repo.py", + [ + "ExternalRepo", + "pull_to" + ] + ], + [ + "dvc/external_repo.py", + [ + "ExternalGitRepo", + "pull_to" + ] + ] + ], + "_pull_cached": [ + [ + "dvc/external_repo.py", + [ + "ExternalRepo", + "_pull_cached" + ] + ] + ], + "_set_cache_dir": [ + [ + "dvc/external_repo.py", + [ + "ExternalRepo", + "_set_cache_dir" + ] + ] + ], + "_fix_upstream": [ + [ + "dvc/external_repo.py", + [ + "ExternalRepo", + "_fix_upstream" + ] + ] + ], + "_fix_local_remote": [ + [ + "dvc/external_repo.py", + [ + "ExternalRepo", + "_fix_local_remote" + ] + ] + ], + "_add_upstream": [ + [ + "dvc/external_repo.py", + [ + "ExternalRepo", + "_add_upstream" + ] + ] + ], + "scm": [ + [ + "dvc/external_repo.py", + [ + "ExternalGitRepo", + "scm" + ] + ], + [ + "tests/dir_helpers.py", + [ + "scm" + ] + ] + ], + "close": [ + [ + "dvc/external_repo.py", + [ + "ExternalGitRepo", + "close" + ] + ], + [ + "dvc/progress.py", + [ + "Tqdm", + "close" + ] + ], + [ + "dvc/remote/pool.py", + [ + "Pool", + "close" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "close" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "close" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "close" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "close" + ] + ], + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "close" + ] + ] + ], + "find_out_by_relpath": [ + [ + "dvc/external_repo.py", + [ + "ExternalGitRepo", + "find_out_by_relpath" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "find_out_by_relpath" + ] + ] + ], + "open_by_relpath": [ + [ + "dvc/external_repo.py", + [ + "ExternalGitRepo", + "open_by_relpath" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "open_by_relpath" + ] + ] + ], + "_cached_clone": [ + [ + "dvc/external_repo.py", + [ + "_cached_clone" + ] + ] + ], + "_clone_default_branch": [ + [ + "dvc/external_repo.py", + [ + "_clone_default_branch" + ] + ] + ], + "_git_checkout": [ + [ + "dvc/external_repo.py", + [ + "_git_checkout" + ] + ] + ], + "_remove": [ + [ + "dvc/external_repo.py", + [ + "_remove" + ] + ] + ], + "matches": [ + [ + "dvc/ignore.py", + [ + "DvcIgnorePatterns", + "matches" + ] + ] + ], + "is_dvc_repo": [ + [ + "dvc/ignore.py", + [ + "DvcIgnoreRepo", + "__call__", + "is_dvc_repo" + ] + ] + ], + "_update": [ + [ + "dvc/ignore.py", + [ + "DvcIgnoreFilter", + "_update" + ] + ] + ], + "dvcignore": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "dvcignore" + ] + ] + ], + "tree_root": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "tree_root" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "tree_root" + ] + ], + [ + "dvc/scm/tree.py", + [ + "BaseTree", + "tree_root" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "tree_root" + ] + ] + ], + "isdir": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "isdir" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "isdir" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "isdir" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "isdir" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "isdir" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "isdir" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "isdir" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "isdir" + ] + ], + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "isdir" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "isdir" + ] + ], + [ + "dvc/scm/tree.py", + [ + "BaseTree", + "isdir" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "isdir" + ] + ] + ], + "isfile": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "isfile" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "isfile" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "isfile" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "isfile" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "isfile" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "isfile" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "isfile" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "isfile" + ] + ], + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "isfile" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "isfile" + ] + ], + [ + "dvc/scm/tree.py", + [ + "BaseTree", + "isfile" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "isfile" + ] + ] + ], + "isexec": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "isexec" + ] + ], + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "isexec" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "isexec" + ] + ] + ], + "walk": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "walk" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "walk" + ] + ], + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "walk" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "walk" + ] + ], + [ + "dvc/scm/tree.py", + [ + "BaseTree", + "walk" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "walk" + ] + ] + ], + "walk_files": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "walk_files" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "walk_files" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "walk_files" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "walk_files" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "walk_files" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "walk_files" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "walk_files" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "walk_files" + ] + ], + [ + "dvc/utils/fs.py", + [ + "walk_files" + ] + ] + ], + "istextfile": [ + [ + "dvc/istextfile.py", + [ + "istextfile" + ] + ] + ], + "_do_lock": [ + [ + "dvc/lock.py", + [ + "Lock", + "_do_lock" + ] + ] + ], + "lock": [ + [ + "dvc/lock.py", + [ + "Lock", + "lock" + ] + ], + [ + "dvc/lock.py", + [ + "HardlinkLock", + "lock" + ] + ], + [ + "dvc/repo/lock.py", + [ + "lock" + ] + ] + ], + "unlock": [ + [ + "dvc/lock.py", + [ + "Lock", + "unlock" + ] + ] + ], + "is_locked": [ + [ + "dvc/lock.py", + [ + "Lock", + "is_locked" + ] + ] + ], + "__enter__": [ + [ + "dvc/lock.py", + [ + "Lock", + "__enter__" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "__enter__" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "__enter__" + ] + ], + [ + "dvc/state.py", + [ + "StateNoop", + "__enter__" + ] + ], + [ + "dvc/state.py", + [ + "State", + "__enter__" + ] + ], + [ + "tests/utils/httpd.py", + [ + "StaticFileServer", + "__enter__" + ] + ] + ], + "__exit__": [ + [ + "dvc/lock.py", + [ + "Lock", + "__exit__" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "__exit__" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "__exit__" + ] + ], + [ + "dvc/state.py", + [ + "StateNoop", + "__exit__" + ] + ], + [ + "dvc/state.py", + [ + "State", + "__exit__" + ] + ], + [ + "tests/utils/httpd.py", + [ + "StaticFileServer", + "__exit__" + ] + ] + ], + "lockfile": [ + [ + "dvc/lock.py", + [ + "HardlinkLock", + "lockfile" + ] + ] + ], + "_set_claimfile": [ + [ + "dvc/lock.py", + [ + "HardlinkLock", + "_set_claimfile" + ] + ] + ], + "__del__": [ + [ + "dvc/lock.py", + [ + "HardlinkLock", + "__del__" + ] + ], + [ + "dvc/remote/pool.py", + [ + "Pool", + "__del__" + ] + ] + ], + "make_lock": [ + [ + "dvc/lock.py", + [ + "make_lock" + ] + ] + ], + "filter": [ + [ + "dvc/logger.py", + [ + "ExcludeErrorsFilter", + "filter" + ] + ], + [ + "dvc/logger.py", + [ + "ExcludeInfoFilter", + "filter" + ] + ], + [ + "dvc/stage/loader.py", + [ + "StageLoader", + "filter" + ] + ], + [ + "dvc/stage/loader.py", + [ + "SingleStageLoader", + "filter" + ] + ] + ], + "formatTime": [ + [ + "dvc/logger.py", + [ + "ColorFormatter", + "formatTime" + ] + ] + ], + "handleError": [ + [ + "dvc/logger.py", + [ + "LoggerHandler", + "handleError" + ] + ] + ], + "emit": [ + [ + "dvc/logger.py", + [ + "LoggerHandler", + "emit" + ] + ] + ], + "_is_verbose": [ + [ + "dvc/logger.py", + [ + "_is_verbose" + ] + ] + ], + "_iter_causes": [ + [ + "dvc/logger.py", + [ + "_iter_causes" + ] + ] + ], + "_stack_trace": [ + [ + "dvc/logger.py", + [ + "_stack_trace" + ] + ] + ], + "disable_other_loggers": [ + [ + "dvc/logger.py", + [ + "disable_other_loggers" + ] + ] + ], + "setup": [ + [ + "dvc/logger.py", + [ + "setup" + ] + ] + ], + "main": [ + [ + "dvc/main.py", + [ + "main" + ] + ], + [ + "fastentrypoints.py", + [ + "main" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudCLIBase", + "main" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestWarnOnOutdatedStage", + "main" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "main" + ] + ] + ], + "scheme": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "scheme" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalBase", + "scheme" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalS3", + "scheme" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalGS", + "scheme" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalHDFS", + "scheme" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalSSH", + "scheme" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalLOCAL", + "scheme" + ] + ] + ], + "use_scm_ignore": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "use_scm_ignore" + ] + ] + ], + "cache": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "cache" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "cache" + ] + ] + ], + "dir_cache": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "dir_cache" + ] + ] + ], + "supported": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "supported" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "supported" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "supported" + ] + ] + ], + "cache_path": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "cache_path" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "cache_path" + ] + ] + ], + "checksum_type": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "checksum_type" + ] + ] + ], + "checksum": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "checksum" + ] + ] + ], + "checksum_12": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "checksum_12" + ] + ] + ], + "get_checksum": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "get_checksum" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "get_checksum" + ] + ] + ], + "is_dir_checksum": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "is_dir_checksum" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "is_dir_checksum" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "is_dir_checksum" + ] + ] + ], + "changed_checksum": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "changed_checksum" + ] + ] + ], + "changed_cache": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "changed_cache" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "changed_cache" + ] + ] + ], + "changed": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "changed" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "changed" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "changed" + ] + ] + ], + "is_empty": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "is_empty" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "is_empty" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "is_empty" + ] + ] + ], + "ignore": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "ignore" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "ignore" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "ignore" + ] + ] + ], + "commit": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "commit" + ] + ], + [ + "dvc/repo/commit.py", + [ + "commit" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "commit" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "commit" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "commit" + ] + ] + ], + "verify_metric": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "verify_metric" + ] + ], + [ + "dvc/output/local.py", + [ + "LocalOutput", + "verify_metric" + ] + ] + ], + "checkout": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "checkout" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "checkout" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "checkout" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "checkout" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "checkout" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "checkout" + ] + ] + ], + "move": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "move" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "move" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "move" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "move" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "move" + ] + ], + [ + "dvc/repo/move.py", + [ + "move" + ] + ], + [ + "dvc/utils/fs.py", + [ + "move" + ] + ] + ], + "get_files_number": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "get_files_number" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "get_files_number" + ] + ] + ], + "unprotect": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "unprotect" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "unprotect" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "unprotect" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "unprotect" + ] + ] + ], + "_collect_used_dir_cache": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "_collect_used_dir_cache" + ] + ] + ], + "get_used_cache": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "get_used_cache" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "get_used_cache" + ] + ], + [ + "dvc/stage/cache.py", + [ + "StageCache", + "get_used_cache" + ] + ] + ], + "_validate_output_path": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "_validate_output_path" + ] + ] + ], + "overlaps": [ + [ + "dvc/path_info.py", + [ + "_BasePath", + "overlaps" + ] + ] + ], + "isin_or_eq": [ + [ + "dvc/path_info.py", + [ + "_BasePath", + "isin_or_eq" + ] + ] + ], + "as_posix": [ + [ + "dvc/path_info.py", + [ + "PathInfo", + "as_posix" + ] + ] + ], + "__fspath__": [ + [ + "dvc/path_info.py", + [ + "PathInfo", + "__fspath__" + ] + ], + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "__fspath__" + ] + ] + ], + "isin": [ + [ + "dvc/path_info.py", + [ + "PathInfo", + "isin" + ] + ], + [ + "dvc/path_info.py", + [ + "URLInfo", + "isin" + ] + ] + ], + "__len__": [ + [ + "dvc/path_info.py", + [ + "_URLPathParents", + "__len__" + ] + ], + [ + "dvc/stage/loader.py", + [ + "StageLoader", + "__len__" + ] + ], + [ + "dvc/stage/loader.py", + [ + "SingleStageLoader", + "__len__" + ] + ] + ], + "from_parts": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "from_parts" + ] + ], + [ + "dvc/path_info.py", + [ + "HTTPURLInfo", + "from_parts" + ] + ] + ], + "_fill_parts": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "_fill_parts" + ] + ] + ], + "_base_parts": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "_base_parts" + ] + ] + ], + "parts": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "parts" + ] + ], + [ + "dvc/path_info.py", + [ + "HTTPURLInfo", + "parts" + ] + ] + ], + "replace": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "replace" + ] + ] + ], + "url": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "url" + ] + ], + [ + "dvc/path_info.py", + [ + "HTTPURLInfo", + "url" + ] + ] + ], + "__div__": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "__div__" + ] + ] + ], + "path": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "path" + ] + ], + [ + "dvc/path_info.py", + [ + "CloudURLInfo", + "path" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "path" + ] + ] + ], + "_path": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "_path" + ] + ] + ], + "name": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "name" + ] + ] + ], + "netloc": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "netloc" + ] + ] + ], + "bucket": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "bucket" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalS3", + "bucket" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalGS", + "bucket" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalHDFS", + "bucket" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalSSH", + "bucket" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalLOCAL", + "bucket" + ] + ] + ], + "parent": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "parent" + ] + ] + ], + "parents": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "parents" + ] + ] + ], + "relative_to": [ + [ + "dvc/path_info.py", + [ + "URLInfo", + "relative_to" + ] + ] + ], + "_extra_parts": [ + [ + "dvc/path_info.py", + [ + "HTTPURLInfo", + "_extra_parts" + ] + ] + ], + "update_msg": [ + [ + "dvc/progress.py", + [ + "Tqdm", + "update_msg" + ] + ] + ], + "update_to": [ + [ + "dvc/progress.py", + [ + "Tqdm", + "update_to" + ] + ] + ], + "wrapped": [ + [ + "dvc/progress.py", + [ + "Tqdm", + "wrap_fn", + "wrapped" + ] + ], + [ + "tests/func/test_s3.py", + [ + "reduced_min_part_size", + "wrapped" + ] + ] + ], + "wrap_fn": [ + [ + "dvc/progress.py", + [ + "Tqdm", + "wrap_fn" + ] + ] + ], + "format_dict": [ + [ + "dvc/progress.py", + [ + "Tqdm", + "format_dict" + ] + ], + [ + "dvc/utils/diff.py", + [ + "format_dict" + ] + ] + ], + "_ask": [ + [ + "dvc/prompt.py", + [ + "_ask" + ] + ] + ], + "confirm": [ + [ + "dvc/prompt.py", + [ + "confirm" + ] + ] + ], + "password": [ + [ + "dvc/prompt.py", + [ + "password" + ] + ] + ], + "Remote": [ + [ + "dvc/remote/__init__.py", + [ + "Remote" + ] + ] + ], + "_resolve_remote_refs": [ + [ + "dvc/remote/__init__.py", + [ + "_resolve_remote_refs" + ] + ] + ], + "blob_service": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemote", + "blob_service" + ] + ] + ], + "_list_paths": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemote", + "_list_paths" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "_list_paths" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemote", + "_list_paths" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "_list_paths" + ] + ] + ], + "list_cache_paths": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemote", + "list_cache_paths" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "list_cache_paths" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "list_cache_paths" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "list_cache_paths" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemote", + "list_cache_paths" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "list_cache_paths" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemote", + "list_cache_paths" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "list_cache_paths" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "list_cache_paths" + ] + ] + ], + "_upload": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemote", + "_upload" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_upload" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "_upload" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemote", + "_upload" + ] + ], + [ + "dvc/remote/http.py", + [ + "HTTPRemote", + "_upload" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_upload" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemote", + "_upload" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "_upload" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "_upload" + ] + ] + ], + "_download": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemote", + "_download" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_download" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "_download" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemote", + "_download" + ] + ], + [ + "dvc/remote/http.py", + [ + "HTTPRemote", + "_download" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_download" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemote", + "_download" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "_download" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "_download" + ] + ] + ], + "_generate_download_url": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemote", + "_generate_download_url" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "_generate_download_url" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemote", + "_generate_download_url" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "_generate_download_url" + ] + ] + ], + "wrapper": [ + [ + "dvc/remote/base.py", + [ + "index_locked", + "wrapper" + ] + ], + [ + "dvc/remote/gs.py", + [ + "dynamic_chunk_size", + "wrapper" + ] + ], + [ + "dvc/remote/slow_link_detection.py", + [ + "slow_link_guard", + "wrapper" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "locked", + "wrapper" + ] + ], + [ + "dvc/stage/decorators.py", + [ + "unlocked_repo", + "wrapper" + ] + ] + ], + "index_locked": [ + [ + "dvc/remote/base.py", + [ + "index_locked" + ] + ] + ], + "get_missing_deps": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "get_missing_deps" + ] + ] + ], + "_check_requires": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_check_requires" + ] + ] + ], + "get_file_checksum": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "get_file_checksum" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "get_file_checksum" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "get_file_checksum" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemote", + "get_file_checksum" + ] + ], + [ + "dvc/remote/http.py", + [ + "HTTPRemote", + "get_file_checksum" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "get_file_checksum" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "get_file_checksum" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "get_file_checksum" + ] + ] + ], + "_calculate_checksums": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_calculate_checksums" + ] + ] + ], + "_collect_dir": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_collect_dir" + ] + ] + ], + "get_dir_checksum": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "get_dir_checksum" + ] + ] + ], + "_get_dir_info_checksum": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_get_dir_info_checksum" + ] + ] + ], + "get_dir_cache": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "get_dir_cache" + ] + ] + ], + "load_dir_cache": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "load_dir_cache" + ] + ] + ], + "link": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "link" + ] + ] + ], + "_link": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_link" + ] + ] + ], + "_verify_link": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_verify_link" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_verify_link" + ] + ] + ], + "_try_links": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_try_links" + ] + ] + ], + "_do_link": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_do_link" + ] + ] + ], + "_save_file": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_save_file" + ] + ] + ], + "_cache_is_copy": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_cache_is_copy" + ] + ] + ], + "_save_dir": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_save_dir" + ] + ] + ], + "iscopy": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "iscopy" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "iscopy" + ] + ] + ], + "protect": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "protect" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "protect" + ] + ] + ], + "_save": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_save" + ] + ] + ], + "_handle_transfer_exception": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_handle_transfer_exception" + ] + ] + ], + "upload": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "upload" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "upload" + ] + ], + [ + "tests/unit/remote/test_gs.py", + [ + "test_dynamic_chunk_size", + "upload" + ] + ] + ], + "_download_dir": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_download_dir" + ] + ] + ], + "_download_file": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_download_file" + ] + ] + ], + "copy": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "copy" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "copy" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemote", + "copy" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "copy" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "copy" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "copy" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "copy" + ] + ], + [ + "dvc/system.py", + [ + "System", + "copy" + ] + ] + ], + "symlink": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "symlink" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "symlink" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "symlink" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "symlink" + ] + ], + [ + "dvc/system.py", + [ + "System", + "symlink" + ] + ] + ], + "hardlink": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "hardlink" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "hardlink" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "hardlink" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "hardlink" + ] + ], + [ + "dvc/system.py", + [ + "System", + "hardlink" + ] + ] + ], + "reflink": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "reflink" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "reflink" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "reflink" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "reflink" + ] + ], + [ + "dvc/system.py", + [ + "System", + "reflink" + ] + ] + ], + "path_to_checksum": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "path_to_checksum" + ] + ] + ], + "checksum_to_path_info": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "checksum_to_path_info" + ] + ] + ], + "cache_checksums": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "cache_checksums" + ] + ] + ], + "all": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "all" + ] + ] + ], + "gc": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "gc" + ] + ], + [ + "dvc/remote/http.py", + [ + "HTTPRemote", + "gc" + ] + ], + [ + "dvc/repo/gc.py", + [ + "gc" + ] + ] + ], + "is_protected": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "is_protected" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "is_protected" + ] + ] + ], + "changed_cache_file": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "changed_cache_file" + ] + ] + ], + "_changed_dir_cache": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_changed_dir_cache" + ] + ] + ], + "cache_exists": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "cache_exists" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "cache_exists" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "cache_exists" + ] + ], + [ + "tests/func/remote/test_index.py", + [ + "remote", + "cache_exists" + ] + ] + ], + "_checksums_with_limit": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_checksums_with_limit" + ] + ] + ], + "_max_estimation_size": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_max_estimation_size" + ] + ] + ], + "_estimate_cache_size": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_estimate_cache_size" + ] + ] + ], + "list_with_update": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_cache_checksums_traverse", + "with_Tqdm_", + "list_with_update" + ] + ] + ], + "_cache_checksums_traverse": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_cache_checksums_traverse" + ] + ] + ], + "exists_with_progress": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_cache_object_exists", + "with_Tqdm_", + "exists_with_progress" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "cache_exists", + "with_Tqdm_", + "exists_with_progress" + ] + ] + ], + "_cache_object_exists": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_cache_object_exists" + ] + ] + ], + "already_cached": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "already_cached" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "already_cached" + ] + ] + ], + "safe_remove": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "safe_remove" + ] + ] + ], + "_checkout_file": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_checkout_file" + ] + ] + ], + "makedirs": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "makedirs" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "makedirs" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "makedirs" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "makedirs" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "makedirs" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "makedirs" + ] + ], + [ + "dvc/utils/fs.py", + [ + "makedirs" + ] + ] + ], + "_checkout_dir": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_checkout_dir" + ] + ] + ], + "_remove_redundant_files": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_remove_redundant_files" + ] + ] + ], + "_checkout": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_checkout" + ] + ], + [ + "dvc/repo/checkout.py", + [ + "_checkout" + ] + ] + ], + "_get_unpacked_dir_names": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_get_unpacked_dir_names" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_get_unpacked_dir_names" + ] + ] + ], + "extract_used_local_checksums": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "extract_used_local_checksums" + ] + ] + ], + "_changed_unpacked_dir": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_changed_unpacked_dir" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_changed_unpacked_dir" + ] + ] + ], + "_update_unpacked_dir": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_update_unpacked_dir" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_update_unpacked_dir" + ] + ] + ], + "_remove_unpacked_dir": [ + [ + "dvc/remote/base.py", + [ + "BaseRemote", + "_remove_unpacked_dir" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_remove_unpacked_dir" + ] + ] + ], + "should_retry": [ + [ + "dvc/remote/gdrive.py", + [ + "_gdrive_retry", + "should_retry" + ] + ] + ], + "_gdrive_retry": [ + [ + "dvc/remote/gdrive.py", + [ + "_gdrive_retry" + ] + ] + ], + "_validate_config": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_validate_config" + ] + ] + ], + "credentials_location": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "credentials_location" + ] + ] + ], + "_validate_credentials": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_validate_credentials" + ] + ] + ], + "_drive": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_drive" + ] + ] + ], + "_ids_cache": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_ids_cache" + ] + ] + ], + "_cache_path_id": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_cache_path_id" + ] + ] + ], + "_list_params": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_list_params" + ] + ] + ], + "_gdrive_shared_drive_id": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_gdrive_shared_drive_id" + ] + ] + ], + "_gdrive_upload_file": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_gdrive_upload_file" + ] + ] + ], + "_gdrive_download_file": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_gdrive_download_file" + ] + ] + ], + "_gdrive_delete_file": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_gdrive_delete_file" + ] + ] + ], + "_gdrive_list": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_gdrive_list" + ] + ] + ], + "_gdrive_create_dir": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_gdrive_create_dir" + ] + ] + ], + "_create_dir": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_create_dir" + ] + ] + ], + "_get_remote_item_ids": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_get_remote_item_ids" + ] + ] + ], + "_get_cached_item_ids": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_get_cached_item_ids" + ] + ] + ], + "_path_to_item_ids": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_path_to_item_ids" + ] + ] + ], + "_get_item_id": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemote", + "_get_item_id" + ] + ] + ], + "dynamic_chunk_size": [ + [ + "dvc/remote/gs.py", + [ + "dynamic_chunk_size" + ] + ] + ], + "_upload_to_bucket": [ + [ + "dvc/remote/gs.py", + [ + "_upload_to_bucket" + ] + ] + ], + "gs": [ + [ + "dvc/remote/gs.py", + [ + "GSRemote", + "gs" + ] + ] + ], + "hdfs": [ + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemote", + "hdfs" + ] + ] + ], + "hadoop_fs": [ + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemote", + "hadoop_fs" + ] + ] + ], + "_group": [ + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemote", + "_group" + ] + ] + ], + "ask_password": [ + [ + "dvc/remote/http.py", + [ + "ask_password" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "ask_password" + ] + ] + ], + "chunks": [ + [ + "dvc/remote/http.py", + [ + "HTTPRemote", + "_upload", + "chunks" + ] + ] + ], + "_content_length": [ + [ + "dvc/remote/http.py", + [ + "HTTPRemote", + "_content_length" + ] + ] + ], + "auth_method": [ + [ + "dvc/remote/http.py", + [ + "HTTPRemote", + "auth_method" + ] + ] + ], + "_session": [ + [ + "dvc/remote/http.py", + [ + "HTTPRemote", + "_session" + ] + ] + ], + "_request": [ + [ + "dvc/remote/http.py", + [ + "HTTPRemote", + "_request" + ] + ] + ], + "__iter__": [ + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "__iter__" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "__iter__" + ] + ], + [ + "dvc/stage/loader.py", + [ + "StageLoader", + "__iter__" + ] + ], + [ + "dvc/stage/loader.py", + [ + "SingleStageLoader", + "__iter__" + ] + ] + ], + "__contains__": [ + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "__contains__" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "__contains__" + ] + ], + [ + "dvc/stage/loader.py", + [ + "StageLoader", + "__contains__" + ] + ], + [ + "dvc/stage/loader.py", + [ + "SingleStageLoader", + "__contains__" + ] + ] + ], + "checksums": [ + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "checksums" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "checksums" + ] + ] + ], + "dir_checksums": [ + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "dir_checksums" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "dir_checksums" + ] + ] + ], + "clear": [ + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "clear" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "clear" + ] + ] + ], + "intersection": [ + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "intersection" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "intersection" + ] + ] + ], + "_execute": [ + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "_execute" + ] + ], + [ + "dvc/state.py", + [ + "State", + "_execute" + ] + ] + ], + "_executemany": [ + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "_executemany" + ] + ] + ], + "_prepare_db": [ + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "_prepare_db" + ] + ], + [ + "dvc/state.py", + [ + "State", + "_prepare_db" + ] + ] + ], + "state": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "state" + ] + ] + ], + "cache_dir": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "cache_dir" + ] + ] + ], + "cache_dir_2": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "cache_dir_2" + ] + ] + ], + "checksum_to_path": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "checksum_to_path" + ] + ] + ], + "get": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "get" + ] + ], + [ + "dvc/repo/get.py", + [ + "get" + ] + ], + [ + "dvc/state.py", + [ + "StateNoop", + "get" + ] + ], + [ + "dvc/state.py", + [ + "State", + "get" + ] + ] + ], + "getsize": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "getsize" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "getsize" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "getsize" + ] + ] + ], + "is_symlink": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "is_symlink" + ] + ], + [ + "dvc/system.py", + [ + "System", + "is_symlink" + ] + ] + ], + "is_hardlink": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "is_hardlink" + ] + ], + [ + "dvc/system.py", + [ + "System", + "is_hardlink" + ] + ] + ], + "_status": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_status" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_status" + ] + ] + ], + "make_names": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_make_status", + "make_names" + ] + ] + ], + "_make_status": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_make_status" + ] + ] + ], + "_indexed_dir_checksums": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_indexed_dir_checksums" + ] + ] + ], + "_fill_statuses": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_fill_statuses" + ] + ] + ], + "_get_plans": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_get_plans" + ] + ] + ], + "_process": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_process" + ] + ] + ], + "_dir_upload": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_dir_upload" + ] + ] + ], + "_log_missing_caches": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_log_missing_caches" + ] + ] + ], + "_unprotect_file": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_unprotect_file" + ] + ] + ], + "_unprotect_dir": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_unprotect_dir" + ] + ] + ], + "_get_unpacked_dir_path_info": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_get_unpacked_dir_path_info" + ] + ] + ], + "_path_info_changed": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_path_info_changed" + ] + ] + ], + "_create_unpacked_dir": [ + [ + "dvc/remote/local.py", + [ + "LocalRemote", + "_create_unpacked_dir" + ] + ] + ], + "oss_service": [ + [ + "dvc/remote/oss.py", + [ + "OSSRemote", + "oss_service" + ] + ] + ], + "get_connection": [ + [ + "dvc/remote/pool.py", + [ + "get_connection" + ] + ], + [ + "dvc/remote/pool.py", + [ + "Pool", + "get_connection" + ] + ] + ], + "get_pool": [ + [ + "dvc/remote/pool.py", + [ + "get_pool" + ] + ] + ], + "close_pools": [ + [ + "dvc/remote/pool.py", + [ + "close_pools" + ] + ] + ], + "release": [ + [ + "dvc/remote/pool.py", + [ + "Pool", + "release" + ] + ] + ], + "s3": [ + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "s3" + ] + ] + ], + "get_etag": [ + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "get_etag" + ] + ] + ], + "get_head_object": [ + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "get_head_object" + ] + ] + ], + "_copy_multipart": [ + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "_copy_multipart" + ] + ] + ], + "_copy": [ + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "_copy" + ] + ] + ], + "_list_objects": [ + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "_list_objects" + ] + ] + ], + "_append_aws_grants_to_extra_args": [ + [ + "dvc/remote/s3.py", + [ + "S3Remote", + "_append_aws_grants_to_extra_args" + ] + ] + ], + "slow_link_guard": [ + [ + "dvc/remote/slow_link_detection.py", + [ + "slow_link_guard" + ] + ] + ], + "ssh_config_filename": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "ssh_config_filename" + ] + ] + ], + "_load_user_ssh_config": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "_load_user_ssh_config" + ] + ] + ], + "_try_get_ssh_config_port": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "_try_get_ssh_config_port" + ] + ] + ], + "_try_get_ssh_config_keyfile": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "_try_get_ssh_config_keyfile" + ] + ] + ], + "ensure_credentials": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "ensure_credentials" + ] + ] + ], + "ssh": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "ssh" + ] + ], + [ + "tests/conftest.py", + [ + "ssh" + ] + ] + ], + "_exists": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "batch_exists", + "_exists" + ] + ], + [ + "dvc/repo/diff.py", + [ + "diff", + "_paths_checksums", + "_exists" + ] + ] + ], + "batch_exists": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "batch_exists" + ] + ] + ], + "sizeof_fmt": [ + [ + "dvc/remote/ssh/connection.py", + [ + "sizeof_fmt" + ] + ] + ], + "sftp": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "sftp" + ] + ] + ], + "st_mode": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "st_mode" + ] + ] + ], + "islink": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "islink" + ] + ] + ], + "_remove_file": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "_remove_file" + ] + ] + ], + "_remove_dir": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "_remove_dir" + ] + ] + ], + "atomic_copy": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "atomic_copy" + ] + ] + ], + "execute": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "execute" + ] + ] + ], + "uname": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "uname" + ] + ] + ], + "md5": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "md5" + ] + ] + ], + "open_max_sftp_channels": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "open_max_sftp_channels" + ] + ] + ], + "locked": [ + [ + "dvc/repo/__init__.py", + [ + "locked" + ] + ] + ], + "tree": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "tree" + ] + ] + ], + "tree_1": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "tree_1" + ] + ] + ], + "find_root": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "find_root" + ] + ] + ], + "find_dvc_dir": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "find_dvc_dir" + ] + ] + ], + "_ignore": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_ignore" + ] + ] + ], + "check_modified_graph": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "check_modified_graph" + ] + ] + ], + "_collect_inside": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_collect_inside" + ] + ] + ], + "collect": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "collect" + ] + ] + ], + "collect_granular": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "collect_granular" + ] + ] + ], + "used_cache": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "used_cache" + ] + ] + ], + "_collect_graph": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_collect_graph" + ] + ] + ], + "graph": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "graph" + ] + ] + ], + "pipelines": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "pipelines" + ] + ] + ], + "plot_templates": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "plot_templates" + ] + ] + ], + "_collect_stages": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_collect_stages" + ] + ] + ], + "func": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "find_outs_by_path", + "func" + ] + ] + ], + "find_outs_by_path": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "find_outs_by_path" + ] + ] + ], + "is_dvc_internal": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "is_dvc_internal" + ] + ] + ], + "_open_cached": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_open_cached" + ] + ] + ], + "fetch": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "fetch" + ] + ], + [ + "dvc/updater.py", + [ + "Updater", + "fetch" + ] + ] + ], + "_reset": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_reset" + ] + ] + ], + "_find_all_targets": [ + [ + "dvc/repo/add.py", + [ + "_find_all_targets" + ] + ] + ], + "_create_stages": [ + [ + "dvc/repo/add.py", + [ + "_create_stages" + ] + ] + ], + "brancher": [ + [ + "dvc/repo/brancher.py", + [ + "brancher" + ] + ] + ], + "_get_unused_links": [ + [ + "dvc/repo/checkout.py", + [ + "_get_unused_links" + ] + ] + ], + "_fspath_dir": [ + [ + "dvc/repo/checkout.py", + [ + "_fspath_dir" + ] + ] + ], + "get_all_files_numbers": [ + [ + "dvc/repo/checkout.py", + [ + "get_all_files_numbers" + ] + ] + ], + "_destroy_stages": [ + [ + "dvc/repo/destroy.py", + [ + "_destroy_stages" + ] + ] + ], + "destroy": [ + [ + "dvc/repo/destroy.py", + [ + "destroy" + ] + ] + ], + "_to_path": [ + [ + "dvc/repo/diff.py", + [ + "diff", + "_paths_checksums", + "_to_path" + ] + ] + ], + "_to_checksum": [ + [ + "dvc/repo/diff.py", + [ + "diff", + "_paths_checksums", + "_to_checksum" + ] + ] + ], + "_paths_checksums": [ + [ + "dvc/repo/diff.py", + [ + "diff", + "_paths_checksums" + ] + ] + ], + "diff": [ + [ + "dvc/repo/diff.py", + [ + "diff" + ] + ], + [ + "dvc/repo/metrics/__init__.py", + [ + "Metrics", + "diff" + ] + ], + [ + "dvc/repo/metrics/diff.py", + [ + "diff" + ] + ], + [ + "dvc/repo/params/__init__.py", + [ + "Params", + "diff" + ] + ], + [ + "dvc/repo/params/diff.py", + [ + "diff" + ] + ], + [ + "dvc/utils/diff.py", + [ + "diff" + ] + ] + ], + "_fetch": [ + [ + "dvc/repo/fetch.py", + [ + "_fetch" + ] + ] + ], + "_fetch_external": [ + [ + "dvc/repo/fetch.py", + [ + "_fetch_external" + ] + ] + ], + "_git_to_cache": [ + [ + "dvc/repo/fetch.py", + [ + "_git_to_cache" + ] + ] + ], + "_do_gc": [ + [ + "dvc/repo/gc.py", + [ + "_do_gc" + ] + ] + ], + "_raise_error_if_all_disabled": [ + [ + "dvc/repo/gc.py", + [ + "_raise_error_if_all_disabled" + ] + ] + ], + "check_acyclic": [ + [ + "dvc/repo/graph.py", + [ + "check_acyclic" + ] + ] + ], + "get_pipeline": [ + [ + "dvc/repo/graph.py", + [ + "get_pipeline" + ] + ] + ], + "get_pipelines": [ + [ + "dvc/repo/graph.py", + [ + "get_pipelines" + ] + ] + ], + "imp": [ + [ + "dvc/repo/imp.py", + [ + "imp" + ] + ] + ], + "imp_url": [ + [ + "dvc/repo/imp_url.py", + [ + "imp_url" + ] + ] + ], + "_welcome_message": [ + [ + "dvc/repo/init.py", + [ + "_welcome_message" + ] + ] + ], + "install": [ + [ + "dvc/repo/install.py", + [ + "install" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "install" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "install" + ] + ] + ], + "ls": [ + [ + "dvc/repo/ls.py", + [ + "ls" + ] + ] + ], + "_ls": [ + [ + "dvc/repo/ls.py", + [ + "_ls" + ] + ] + ], + "show": [ + [ + "dvc/repo/metrics/__init__.py", + [ + "Metrics", + "show" + ] + ], + [ + "dvc/repo/metrics/show.py", + [ + "show" + ] + ], + [ + "dvc/repo/params/__init__.py", + [ + "Params", + "show" + ] + ], + [ + "dvc/repo/params/show.py", + [ + "show" + ] + ] + ], + "_get_metrics": [ + [ + "dvc/repo/metrics/diff.py", + [ + "_get_metrics" + ] + ] + ], + "modify": [ + [ + "dvc/repo/metrics/modify.py", + [ + "modify" + ] + ] + ], + "_filter": [ + [ + "dvc/repo/metrics/show.py", + [ + "_collect_metrics", + "_filter" + ] + ] + ], + "_collect_metrics": [ + [ + "dvc/repo/metrics/show.py", + [ + "_collect_metrics" + ] + ] + ], + "_extract_metrics": [ + [ + "dvc/repo/metrics/show.py", + [ + "_extract_metrics" + ] + ] + ], + "_read_metrics": [ + [ + "dvc/repo/metrics/show.py", + [ + "_read_metrics" + ] + ] + ], + "_expand_target_path": [ + [ + "dvc/repo/move.py", + [ + "_expand_target_path" + ] + ] + ], + "_get_params": [ + [ + "dvc/repo/params/diff.py", + [ + "_get_params" + ] + ] + ], + "_collect_configs": [ + [ + "dvc/repo/params/show.py", + [ + "_collect_configs" + ] + ] + ], + "_read_params": [ + [ + "dvc/repo/params/show.py", + [ + "_read_params" + ] + ] + ], + "_evaluate_templatepath": [ + [ + "dvc/repo/plot/__init__.py", + [ + "_evaluate_templatepath" + ] + ] + ], + "fill_template": [ + [ + "dvc/repo/plot/__init__.py", + [ + "fill_template" + ] + ] + ], + "_infer_y_field": [ + [ + "dvc/repo/plot/__init__.py", + [ + "_infer_y_field" + ] + ] + ], + "plot": [ + [ + "dvc/repo/plot/__init__.py", + [ + "plot" + ] + ] + ], + "_parse_template": [ + [ + "dvc/repo/plot/__init__.py", + [ + "_parse_template" + ] + ] + ], + "plot_data": [ + [ + "dvc/repo/plot/data.py", + [ + "plot_data" + ] + ] + ], + "_filter_fields": [ + [ + "dvc/repo/plot/data.py", + [ + "_filter_fields" + ] + ] + ], + "_apply_path": [ + [ + "dvc/repo/plot/data.py", + [ + "_apply_path" + ] + ] + ], + "_lists": [ + [ + "dvc/repo/plot/data.py", + [ + "_lists" + ] + ] + ], + "_find_data": [ + [ + "dvc/repo/plot/data.py", + [ + "_find_data" + ] + ] + ], + "_append_index": [ + [ + "dvc/repo/plot/data.py", + [ + "_append_index" + ] + ] + ], + "_append_revision": [ + [ + "dvc/repo/plot/data.py", + [ + "_append_revision" + ] + ] + ], + "raw": [ + [ + "dvc/repo/plot/data.py", + [ + "PlotData", + "raw" + ] + ], + [ + "dvc/repo/plot/data.py", + [ + "JSONPlotData", + "raw" + ] + ], + [ + "dvc/repo/plot/data.py", + [ + "CSVPlotData", + "raw" + ] + ], + [ + "dvc/repo/plot/data.py", + [ + "YAMLPlotData", + "raw" + ] + ] + ], + "_processors": [ + [ + "dvc/repo/plot/data.py", + [ + "PlotData", + "_processors" + ] + ], + [ + "dvc/repo/plot/data.py", + [ + "JSONPlotData", + "_processors" + ] + ] + ], + "to_datapoints": [ + [ + "dvc/repo/plot/data.py", + [ + "PlotData", + "to_datapoints" + ] + ] + ], + "construct_mapping": [ + [ + "dvc/repo/plot/data.py", + [ + "YAMLPlotData", + "raw", + "construct_mapping" + ] + ] + ], + "open_datafile": [ + [ + "dvc/repo/plot/data.py", + [ + "_load_from_revision", + "if_revision_is_WORKSPACE_", + "open_datafile" + ] + ], + [ + "dvc/repo/plot/data.py", + [ + "_load_from_revision", + "if_revision_is_WORKSPACE_", + "else_", + "open_datafile" + ] + ] + ], + "_load_from_revision": [ + [ + "dvc/repo/plot/data.py", + [ + "_load_from_revision" + ] + ] + ], + "_load_from_revisions": [ + [ + "dvc/repo/plot/data.py", + [ + "_load_from_revisions" + ] + ] + ], + "get_data_anchor": [ + [ + "dvc/repo/plot/template.py", + [ + "Template", + "get_data_anchor" + ] + ] + ], + "parse_data_anchors": [ + [ + "dvc/repo/plot/template.py", + [ + "Template", + "parse_data_anchors" + ] + ] + ], + "get_datafile": [ + [ + "dvc/repo/plot/template.py", + [ + "Template", + "get_datafile" + ] + ] + ], + "fill": [ + [ + "dvc/repo/plot/template.py", + [ + "Template", + "fill" + ] + ] + ], + "_check_field_exists": [ + [ + "dvc/repo/plot/template.py", + [ + "Template", + "_check_field_exists" + ] + ] + ], + "_replace_metadata_anchors": [ + [ + "dvc/repo/plot/template.py", + [ + "Template", + "_replace_metadata_anchors" + ] + ] + ], + "_replace_data_anchors": [ + [ + "dvc/repo/plot/template.py", + [ + "Template", + "_replace_data_anchors" + ] + ] + ], + "templates_dir": [ + [ + "dvc/repo/plot/template.py", + [ + "PlotTemplates", + "templates_dir" + ] + ] + ], + "default_template": [ + [ + "dvc/repo/plot/template.py", + [ + "PlotTemplates", + "default_template" + ] + ] + ], + "get_template": [ + [ + "dvc/repo/plot/template.py", + [ + "PlotTemplates", + "get_template" + ] + ] + ], + "_reproduce_stage": [ + [ + "dvc/repo/reproduce.py", + [ + "_reproduce_stage" + ] + ] + ], + "_get_active_graph": [ + [ + "dvc/repo/reproduce.py", + [ + "_get_active_graph" + ] + ] + ], + "reproduce": [ + [ + "dvc/repo/reproduce.py", + [ + "reproduce" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "reproduce" + ] + ] + ], + "_reproduce_stages": [ + [ + "dvc/repo/reproduce.py", + [ + "_reproduce_stages" + ] + ] + ], + "is_valid_name": [ + [ + "dvc/repo/run.py", + [ + "is_valid_name" + ] + ] + ], + "_get_file_path": [ + [ + "dvc/repo/run.py", + [ + "_get_file_path" + ] + ] + ], + "scm_context": [ + [ + "dvc/repo/scm_context.py", + [ + "scm_context" + ] + ] + ], + "_joint_status": [ + [ + "dvc/repo/status.py", + [ + "_joint_status" + ] + ] + ], + "_local_status": [ + [ + "dvc/repo/status.py", + [ + "_local_status" + ] + ] + ], + "_cloud_status": [ + [ + "dvc/repo/status.py", + [ + "_cloud_status" + ] + ] + ], + "_is_cached": [ + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "_find_outs", + "_is_cached" + ] + ] + ], + "_find_outs": [ + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "_find_outs" + ] + ] + ], + "_walk": [ + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "_walk" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "_walk" + ] + ] + ], + "isdvc": [ + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "isdvc" + ] + ] + ], + "_edit_rwlock": [ + [ + "dvc/rwlock.py", + [ + "_edit_rwlock" + ] + ] + ], + "_infos_to_str": [ + [ + "dvc/rwlock.py", + [ + "_infos_to_str" + ] + ] + ], + "_check_blockers": [ + [ + "dvc/rwlock.py", + [ + "_check_blockers" + ] + ] + ], + "_acquire_read": [ + [ + "dvc/rwlock.py", + [ + "_acquire_read" + ] + ] + ], + "_acquire_write": [ + [ + "dvc/rwlock.py", + [ + "_acquire_write" + ] + ] + ], + "_release_write": [ + [ + "dvc/rwlock.py", + [ + "_release_write" + ] + ] + ], + "_release_read": [ + [ + "dvc/rwlock.py", + [ + "_release_read" + ] + ] + ], + "rwlock": [ + [ + "dvc/rwlock.py", + [ + "rwlock" + ] + ] + ], + "SCM": [ + [ + "dvc/scm/__init__.py", + [ + "SCM" + ] + ] + ], + "root_dir": [ + [ + "dvc/scm/base.py", + [ + "Base", + "root_dir" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "root_dir" + ] + ], + [ + "tests/basic_env.py", + [ + "TestDirFixture", + "root_dir" + ] + ] + ], + "dir": [ + [ + "dvc/scm/base.py", + [ + "Base", + "dir" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "dir" + ] + ] + ], + "is_repo": [ + [ + "dvc/scm/base.py", + [ + "Base", + "is_repo" + ] + ] + ], + "is_submodule": [ + [ + "dvc/scm/base.py", + [ + "Base", + "is_submodule" + ] + ] + ], + "ignore_remove": [ + [ + "dvc/scm/base.py", + [ + "Base", + "ignore_remove" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "ignore_remove" + ] + ] + ], + "ignore_file": [ + [ + "dvc/scm/base.py", + [ + "Base", + "ignore_file" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "ignore_file" + ] + ] + ], + "ignore_list": [ + [ + "dvc/scm/base.py", + [ + "Base", + "ignore_list" + ] + ] + ], + "branch": [ + [ + "dvc/scm/base.py", + [ + "Base", + "branch" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "branch" + ] + ], + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "branch" + ] + ] + ], + "tag": [ + [ + "dvc/scm/base.py", + [ + "Base", + "tag" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "tag" + ] + ] + ], + "untracked_files": [ + [ + "dvc/scm/base.py", + [ + "Base", + "untracked_files" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "untracked_files" + ] + ] + ], + "is_tracked": [ + [ + "dvc/scm/base.py", + [ + "Base", + "is_tracked" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "is_tracked" + ] + ] + ], + "is_dirty": [ + [ + "dvc/scm/base.py", + [ + "Base", + "is_dirty" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "is_dirty" + ] + ] + ], + "active_branch": [ + [ + "dvc/scm/base.py", + [ + "Base", + "active_branch" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "active_branch" + ] + ] + ], + "list_branches": [ + [ + "dvc/scm/base.py", + [ + "Base", + "list_branches" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "list_branches" + ] + ] + ], + "list_tags": [ + [ + "dvc/scm/base.py", + [ + "Base", + "list_tags" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "list_tags" + ] + ] + ], + "list_all_commits": [ + [ + "dvc/scm/base.py", + [ + "Base", + "list_all_commits" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "list_all_commits" + ] + ] + ], + "cleanup_ignores": [ + [ + "dvc/scm/base.py", + [ + "Base", + "cleanup_ignores" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "cleanup_ignores" + ] + ] + ], + "reset_ignores": [ + [ + "dvc/scm/base.py", + [ + "Base", + "reset_ignores" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "reset_ignores" + ] + ] + ], + "reset_tracked_files": [ + [ + "dvc/scm/base.py", + [ + "Base", + "reset_tracked_files" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "reset_tracked_files" + ] + ] + ], + "remind_to_track": [ + [ + "dvc/scm/base.py", + [ + "Base", + "remind_to_track" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "remind_to_track" + ] + ] + ], + "track_file": [ + [ + "dvc/scm/base.py", + [ + "Base", + "track_file" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "track_file" + ] + ] + ], + "belongs_to_scm": [ + [ + "dvc/scm/base.py", + [ + "Base", + "belongs_to_scm" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "belongs_to_scm" + ] + ] + ], + "update_git": [ + [ + "dvc/scm/git/__init__.py", + [ + "TqdmGit", + "update_git" + ] + ] + ], + "code2desc": [ + [ + "dvc/scm/git/__init__.py", + [ + "TqdmGit", + "code2desc" + ] + ] + ], + "clone": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "clone" + ] + ] + ], + "is_sha": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "is_sha" + ] + ] + ], + "_get_git_dir": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "_get_git_dir" + ] + ] + ], + "_get_gitignore": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "_get_gitignore" + ] + ] + ], + "_ignored": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "_ignored" + ] + ] + ], + "_add_entry_to_gitignore": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "_add_entry_to_gitignore" + ] + ] + ], + "_install_hook": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "_install_hook" + ] + ] + ], + "get_tree": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "get_tree" + ] + ] + ], + "get_rev": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "get_rev" + ] + ] + ], + "_resolve_rev": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "resolve_rev", + "_resolve_rev" + ] + ] + ], + "resolve_rev": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "resolve_rev" + ] + ] + ], + "has_rev": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "has_rev" + ] + ] + ], + "_hooks_home": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "_hooks_home" + ] + ] + ], + "_hook_path": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "_hook_path" + ] + ] + ], + "_verify_hook": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "_verify_hook" + ] + ] + ], + "_verify_dvc_hooks": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "_verify_dvc_hooks" + ] + ] + ], + "_item_basename": [ + [ + "dvc/scm/git/tree.py", + [ + "_item_basename" + ] + ] + ], + "_is_tree_and_contains": [ + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "_is_tree_and_contains" + ] + ] + ], + "git_object_by_path": [ + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "git_object_by_path" + ] + ] + ], + "onerror": [ + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "walk", + "onerror" + ] + ] + ], + "is_working_tree": [ + [ + "dvc/scm/tree.py", + [ + "is_working_tree" + ] + ] + ], + "_get_outs": [ + [ + "dvc/serialize.py", + [ + "_get_outs" + ] + ] + ], + "get_params_deps": [ + [ + "dvc/serialize.py", + [ + "get_params_deps" + ] + ] + ], + "_serialize_params": [ + [ + "dvc/serialize.py", + [ + "_serialize_params" + ] + ] + ], + "to_pipeline_file": [ + [ + "dvc/serialize.py", + [ + "to_pipeline_file" + ] + ] + ], + "to_single_stage_lockfile": [ + [ + "dvc/serialize.py", + [ + "to_single_stage_lockfile" + ] + ] + ], + "to_lockfile": [ + [ + "dvc/serialize.py", + [ + "to_lockfile" + ] + ] + ], + "to_single_stage_file": [ + [ + "dvc/serialize.py", + [ + "to_single_stage_file" + ] + ] + ], + "create_stage": [ + [ + "dvc/stage/__init__.py", + [ + "create_stage" + ] + ] + ], + "path_1": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "path_1" + ] + ] + ], + "dvcfile": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "dvcfile" + ] + ] + ], + "dvcfile_3": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "dvcfile_3" + ] + ] + ], + "addressing": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "addressing" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "PipelineStage", + "addressing" + ] + ] + ], + "path_in_repo": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "path_in_repo" + ] + ] + ], + "is_data_source": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "is_data_source" + ] + ] + ], + "is_callback": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "is_callback" + ] + ] + ], + "is_import": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "is_import" + ] + ] + ], + "is_repo_import": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "is_repo_import" + ] + ] + ], + "_changed_deps": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_changed_deps" + ] + ] + ], + "_changed_outs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_changed_outs" + ] + ] + ], + "stage_changed": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "stage_changed" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "PipelineStage", + "stage_changed" + ] + ] + ], + "_changed": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_changed" + ] + ] + ], + "remove_outs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "remove_outs" + ] + ] + ], + "unprotect_outs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "unprotect_outs" + ] + ] + ], + "_check_stage_path": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_check_stage_path" + ] + ] + ], + "can_be_skipped": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "can_be_skipped" + ] + ] + ], + "reload": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "reload" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "PipelineStage", + "reload" + ] + ] + ], + "is_cached": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "is_cached" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "PipelineStage", + "is_cached" + ] + ], + [ + "dvc/stage/cache.py", + [ + "StageCache", + "is_cached" + ] + ] + ], + "_fill_stage_outputs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_fill_stage_outputs" + ] + ] + ], + "_fill_stage_dependencies": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_fill_stage_dependencies" + ] + ] + ], + "_fix_outs_deps_path": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_fix_outs_deps_path" + ] + ] + ], + "resolve_wdir": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "resolve_wdir" + ] + ] + ], + "_compute_md5": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_compute_md5" + ] + ] + ], + "_save_deps": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_save_deps" + ] + ] + ], + "_changed_entries": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_changed_entries" + ] + ] + ], + "check_can_commit": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "check_can_commit" + ] + ] + ], + "_warn_if_fish": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_warn_if_fish" + ] + ] + ], + "_check_circular_dependency": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_check_circular_dependency" + ] + ] + ], + "_check_duplicated_arguments": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_check_duplicated_arguments" + ] + ] + ], + "check_missing_outputs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "check_missing_outputs" + ] + ] + ], + "_func": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_filter_outs", + "_func" + ] + ] + ], + "_filter_outs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_filter_outs" + ] + ] + ], + "stage_status": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "stage_status" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "PipelineStage", + "stage_status" + ] + ] + ], + "_already_cached": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_already_cached" + ] + ] + ], + "_deps_cached": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_deps_cached" + ] + ] + ], + "_outs_cached": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_outs_cached" + ] + ] + ], + "get_all_files_number": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "get_all_files_number" + ] + ] + ], + "_get_cache_hash": [ + [ + "dvc/stage/cache.py", + [ + "_get_cache_hash" + ] + ] + ], + "_get_stage_hash": [ + [ + "dvc/stage/cache.py", + [ + "_get_stage_hash" + ] + ] + ], + "_get_cache_dir": [ + [ + "dvc/stage/cache.py", + [ + "StageCache", + "_get_cache_dir" + ] + ] + ], + "_get_cache_path": [ + [ + "dvc/stage/cache.py", + [ + "StageCache", + "_get_cache_path" + ] + ] + ], + "_load_cache": [ + [ + "dvc/stage/cache.py", + [ + "StageCache", + "_load_cache" + ] + ] + ], + "_create_stage": [ + [ + "dvc/stage/cache.py", + [ + "StageCache", + "_create_stage" + ] + ] + ], + "_cache_type_copy": [ + [ + "dvc/stage/cache.py", + [ + "StageCache", + "_cache_type_copy" + ] + ] + ], + "_uncached_outs": [ + [ + "dvc/stage/cache.py", + [ + "StageCache", + "_uncached_outs" + ] + ] + ], + "restore": [ + [ + "dvc/stage/cache.py", + [ + "StageCache", + "restore" + ] + ] + ], + "_transfer": [ + [ + "dvc/stage/cache.py", + [ + "StageCache", + "_transfer" + ] + ] + ], + "_chain": [ + [ + "dvc/stage/decorators.py", + [ + "rwlocked", + "_chain" + ] + ] + ], + "rwlocked": [ + [ + "dvc/stage/decorators.py", + [ + "rwlocked" + ] + ] + ], + "unlocked_repo": [ + [ + "dvc/stage/decorators.py", + [ + "unlocked_repo" + ] + ] + ], + "resolve_paths": [ + [ + "dvc/stage/loader.py", + [ + "resolve_paths" + ] + ], + [ + "dvc/utils/__init__.py", + [ + "resolve_paths" + ] + ] + ], + "fill_from_lock": [ + [ + "dvc/stage/loader.py", + [ + "StageLoader", + "fill_from_lock" + ] + ] + ], + "_load_params": [ + [ + "dvc/stage/loader.py", + [ + "StageLoader", + "_load_params" + ] + ] + ], + "load_stage": [ + [ + "dvc/stage/loader.py", + [ + "StageLoader", + "load_stage" + ] + ], + [ + "dvc/stage/loader.py", + [ + "SingleStageLoader", + "load_stage" + ] + ] + ], + "save_link": [ + [ + "dvc/state.py", + [ + "StateNoop", + "save_link" + ] + ], + [ + "dvc/state.py", + [ + "State", + "save_link" + ] + ] + ], + "_fetchall": [ + [ + "dvc/state.py", + [ + "State", + "_fetchall" + ] + ] + ], + "_to_sqlite": [ + [ + "dvc/state.py", + [ + "State", + "_to_sqlite" + ] + ] + ], + "_from_sqlite": [ + [ + "dvc/state.py", + [ + "State", + "_from_sqlite" + ] + ] + ], + "_vacuum": [ + [ + "dvc/state.py", + [ + "State", + "_vacuum" + ] + ] + ], + "_file_metadata_changed": [ + [ + "dvc/state.py", + [ + "State", + "_file_metadata_changed" + ] + ] + ], + "_update_state_record_timestamp_for_inode": [ + [ + "dvc/state.py", + [ + "State", + "_update_state_record_timestamp_for_inode" + ] + ] + ], + "_update_state_for_path_changed": [ + [ + "dvc/state.py", + [ + "State", + "_update_state_for_path_changed" + ] + ] + ], + "_insert_new_state_record": [ + [ + "dvc/state.py", + [ + "State", + "_insert_new_state_record" + ] + ] + ], + "get_state_record_for_inode": [ + [ + "dvc/state.py", + [ + "State", + "get_state_record_for_inode" + ] + ] + ], + "get_unused_links": [ + [ + "dvc/state.py", + [ + "State", + "get_unused_links" + ] + ] + ], + "remove_links": [ + [ + "dvc/state.py", + [ + "State", + "remove_links" + ] + ] + ], + "_connect_sqlite": [ + [ + "dvc/state.py", + [ + "_connect_sqlite" + ] + ] + ], + "_build_sqlite_uri": [ + [ + "dvc/state.py", + [ + "_build_sqlite_uri" + ] + ] + ], + "is_unix": [ + [ + "dvc/system.py", + [ + "System", + "is_unix" + ] + ] + ], + "_reflink_darwin": [ + [ + "dvc/system.py", + [ + "System", + "_reflink_darwin" + ] + ] + ], + "_reflink_windows": [ + [ + "dvc/system.py", + [ + "System", + "_reflink_windows" + ] + ] + ], + "_reflink_linux": [ + [ + "dvc/system.py", + [ + "System", + "_reflink_linux" + ] + ] + ], + "_getdirinfo": [ + [ + "dvc/system.py", + [ + "System", + "_getdirinfo" + ] + ] + ], + "inode": [ + [ + "dvc/system.py", + [ + "System", + "inode" + ] + ] + ], + "_is_outdated_file": [ + [ + "dvc/updater.py", + [ + "Updater", + "_is_outdated_file" + ] + ] + ], + "_with_lock": [ + [ + "dvc/updater.py", + [ + "Updater", + "_with_lock" + ] + ] + ], + "check": [ + [ + "dvc/updater.py", + [ + "Updater", + "check" + ] + ] + ], + "_get_latest_version": [ + [ + "dvc/updater.py", + [ + "Updater", + "_get_latest_version" + ] + ] + ], + "_is_outdated": [ + [ + "dvc/updater.py", + [ + "Updater", + "_is_outdated" + ] + ] + ], + "_notify": [ + [ + "dvc/updater.py", + [ + "Updater", + "_notify" + ] + ] + ], + "_get_update_instructions": [ + [ + "dvc/updater.py", + [ + "Updater", + "_get_update_instructions" + ] + ] + ], + "dos2unix": [ + [ + "dvc/utils/__init__.py", + [ + "dos2unix" + ] + ] + ], + "file_md5": [ + [ + "dvc/utils/__init__.py", + [ + "file_md5" + ] + ] + ], + "bytes_hash": [ + [ + "dvc/utils/__init__.py", + [ + "bytes_hash" + ] + ] + ], + "dict_filter": [ + [ + "dvc/utils/__init__.py", + [ + "dict_filter" + ] + ] + ], + "dict_hash": [ + [ + "dvc/utils/__init__.py", + [ + "dict_hash" + ] + ] + ], + "dict_md5": [ + [ + "dvc/utils/__init__.py", + [ + "dict_md5" + ] + ] + ], + "dict_sha256": [ + [ + "dvc/utils/__init__.py", + [ + "dict_sha256" + ] + ] + ], + "_split": [ + [ + "dvc/utils/__init__.py", + [ + "_split" + ] + ] + ], + "_to_chunks_by_chunks_number": [ + [ + "dvc/utils/__init__.py", + [ + "_to_chunks_by_chunks_number" + ] + ] + ], + "to_chunks": [ + [ + "dvc/utils/__init__.py", + [ + "to_chunks" + ] + ] + ], + "is_binary": [ + [ + "dvc/utils/__init__.py", + [ + "is_binary" + ] + ] + ], + "fix_env": [ + [ + "dvc/utils/__init__.py", + [ + "fix_env" + ] + ] + ], + "tmp_fname": [ + [ + "dvc/utils/__init__.py", + [ + "tmp_fname" + ] + ] + ], + "current_timestamp": [ + [ + "dvc/utils/__init__.py", + [ + "current_timestamp" + ] + ] + ], + "from_yaml_string": [ + [ + "dvc/utils/__init__.py", + [ + "from_yaml_string" + ] + ] + ], + "to_yaml_string": [ + [ + "dvc/utils/__init__.py", + [ + "to_yaml_string" + ] + ] + ], + "colorize": [ + [ + "dvc/utils/__init__.py", + [ + "colorize" + ] + ], + [ + "tests/unit/command/ls/test_ls_colors.py", + [ + "colorize" + ] + ] + ], + "boxify": [ + [ + "dvc/utils/__init__.py", + [ + "boxify" + ] + ] + ], + "_visual_width": [ + [ + "dvc/utils/__init__.py", + [ + "_visual_width" + ] + ] + ], + "_visual_center": [ + [ + "dvc/utils/__init__.py", + [ + "_visual_center" + ] + ] + ], + "env2bool": [ + [ + "dvc/utils/__init__.py", + [ + "env2bool" + ] + ] + ], + "resolve_output": [ + [ + "dvc/utils/__init__.py", + [ + "resolve_output" + ] + ] + ], + "format_link": [ + [ + "dvc/utils/__init__.py", + [ + "format_link" + ] + ] + ], + "parse_target": [ + [ + "dvc/utils/__init__.py", + [ + "parse_target" + ] + ] + ], + "is_same_type": [ + [ + "dvc/utils/collections.py", + [ + "apply_diff", + "is_same_type" + ] + ] + ], + "apply_diff": [ + [ + "dvc/utils/collections.py", + [ + "apply_diff" + ] + ] + ], + "_parse": [ + [ + "dvc/utils/diff.py", + [ + "_parse" + ] + ] + ], + "_diff_vals": [ + [ + "dvc/utils/diff.py", + [ + "_diff_vals" + ] + ] + ], + "_flatten": [ + [ + "dvc/utils/diff.py", + [ + "_flatten" + ] + ] + ], + "_diff_dicts": [ + [ + "dvc/utils/diff.py", + [ + "_diff_dicts" + ] + ] + ], + "_diff": [ + [ + "dvc/utils/diff.py", + [ + "_diff" + ] + ] + ], + "table": [ + [ + "dvc/utils/diff.py", + [ + "table" + ] + ] + ], + "fs_copy": [ + [ + "dvc/utils/fs.py", + [ + "fs_copy" + ] + ] + ], + "get_inode": [ + [ + "dvc/utils/fs.py", + [ + "get_inode" + ] + ] + ], + "get_mtime_and_size": [ + [ + "dvc/utils/fs.py", + [ + "get_mtime_and_size" + ] + ] + ], + "contains_symlink_up_to": [ + [ + "dvc/utils/fs.py", + [ + "contains_symlink_up_to" + ] + ] + ], + "_chmod": [ + [ + "dvc/utils/fs.py", + [ + "_chmod" + ] + ] + ], + "_unlink": [ + [ + "dvc/utils/fs.py", + [ + "_unlink" + ] + ] + ], + "normalize_path": [ + [ + "dvc/utils/fs.py", + [ + "path_isin", + "normalize_path" + ] + ] + ], + "path_isin": [ + [ + "dvc/utils/fs.py", + [ + "path_isin" + ] + ] + ], + "copyfile": [ + [ + "dvc/utils/fs.py", + [ + "copyfile" + ] + ] + ], + "open_url": [ + [ + "dvc/utils/http.py", + [ + "open_url" + ] + ] + ], + "request": [ + [ + "dvc/utils/http.py", + [ + "iter_url", + "request" + ] + ] + ], + "gen": [ + [ + "dvc/utils/http.py", + [ + "iter_url", + "gen" + ] + ], + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "gen" + ] + ] + ], + "iter_url": [ + [ + "dvc/utils/http.py", + [ + "iter_url" + ] + ] + ], + "readable": [ + [ + "dvc/utils/http.py", + [ + "IterStream", + "readable" + ] + ] + ], + "readinto": [ + [ + "dvc/utils/http.py", + [ + "IterStream", + "readinto" + ] + ] + ], + "read1": [ + [ + "dvc/utils/http.py", + [ + "IterStream", + "read1" + ] + ] + ], + "join": [ + [ + "dvc/utils/humanize.py", + [ + "join" + ] + ] + ], + "get_summary": [ + [ + "dvc/utils/humanize.py", + [ + "get_summary" + ] + ] + ], + "load_stage_file": [ + [ + "dvc/utils/stage.py", + [ + "load_stage_file" + ] + ] + ], + "parse_stage": [ + [ + "dvc/utils/stage.py", + [ + "parse_stage" + ] + ] + ], + "parse_stage_for_update": [ + [ + "dvc/utils/stage.py", + [ + "parse_stage_for_update" + ] + ] + ], + "dump_stage_file": [ + [ + "dvc/utils/stage.py", + [ + "dump_stage_file" + ] + ] + ], + "_generate_version": [ + [ + "dvc/version.py", + [ + "_generate_version" + ] + ] + ], + "_is_git_repo": [ + [ + "dvc/version.py", + [ + "_is_git_repo" + ] + ] + ], + "_have_git": [ + [ + "dvc/version.py", + [ + "_have_git" + ] + ] + ], + "_is_release": [ + [ + "dvc/version.py", + [ + "_is_release" + ] + ] + ], + "_git_revision": [ + [ + "dvc/version.py", + [ + "_git_revision" + ] + ] + ], + "_is_dirty": [ + [ + "dvc/version.py", + [ + "_is_dirty" + ] + ] + ], + "get_args": [ + [ + "fastentrypoints.py", + [ + "get_args" + ] + ] + ], + "pin_version": [ + [ + "setup.py", + [ + "build_py", + "pin_version" + ] + ] + ], + "noop": [ + [ + "tests/__init__.py", + [ + "if_os_name_nt_", + "noop" + ] + ] + ], + "_pushd": [ + [ + "tests/basic_env.py", + [ + "TestDirFixture", + "_pushd" + ] + ] + ], + "_popd": [ + [ + "tests/basic_env.py", + [ + "TestDirFixture", + "_popd" + ] + ] + ], + "create": [ + [ + "tests/basic_env.py", + [ + "TestDirFixture", + "create" + ] + ], + [ + "tests/dir_helpers.py", + [ + "setup_remote", + "create" + ] + ] + ], + "mkdtemp": [ + [ + "tests/basic_env.py", + [ + "TestDirFixture", + "mkdtemp" + ] + ] + ], + "setUp": [ + [ + "tests/basic_env.py", + [ + "TestDirFixture", + "setUp" + ] + ], + [ + "tests/basic_env.py", + [ + "TestGitFixture", + "setUp" + ] + ], + [ + "tests/basic_env.py", + [ + "TestGitSubmoduleFixture", + "setUp" + ] + ], + [ + "tests/basic_env.py", + [ + "TestDvcFixture", + "setUp" + ] + ], + [ + "tests/basic_env.py", + [ + "TestDvcGitFixture", + "setUp" + ] + ], + [ + "tests/func/test_cache.py", + [ + "TestCache", + "setUp" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckout", + "setUp" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestShouldWarnOnNoChecksumInLocalAndRemoteCache", + "setUp" + ] + ], + [ + "tests/func/test_gc.py", + [ + "TestGC", + "setUp" + ] + ], + [ + "tests/func/test_gc.py", + [ + "TestGCMultipleDvcRepos", + "setUp" + ] + ], + [ + "tests/func/test_import_url.py", + [ + "TestImportFilename", + "setUp" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowSingle", + "setUp" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowOuts", + "setUp" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestRepro", + "setUp" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproChangedDeepData", + "setUp" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproPipelines", + "setUp" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalLOCAL", + "setUp" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestShouldNotCheckoutUponCorruptedLocalHardlinkCache", + "setUp" + ] + ], + [ + "tests/func/test_tree.py", + [ + "TestWorkingTree", + "setUp" + ] + ], + [ + "tests/func/test_tree.py", + [ + "TestGitTree", + "setUp" + ] + ], + [ + "tests/func/test_tree.py", + [ + "TestGitSubmoduleTree", + "setUp" + ] + ], + [ + "tests/unit/scm/test_scm.py", + [ + "TestScmContext", + "setUp" + ] + ] + ], + "tearDown": [ + [ + "tests/basic_env.py", + [ + "TestDirFixture", + "tearDown" + ] + ], + [ + "tests/basic_env.py", + [ + "TestGitFixture", + "tearDown" + ] + ], + [ + "tests/basic_env.py", + [ + "TestDvcGitFixture", + "tearDown" + ] + ] + ], + "inject_fixtures": [ + [ + "tests/basic_env.py", + [ + "TestDvc", + "inject_fixtures" + ] + ], + [ + "tests/basic_env.py", + [ + "TestDvcGit", + "inject_fixtures" + ] + ] + ], + "reset_loglevel": [ + [ + "tests/conftest.py", + [ + "reset_loglevel" + ] + ] + ], + "ssh_server": [ + [ + "tests/conftest.py", + [ + "ssh_server" + ] + ] + ], + "_close_pools": [ + [ + "tests/conftest.py", + [ + "_close_pools" + ] + ] + ], + "http_server": [ + [ + "tests/conftest.py", + [ + "http_server" + ] + ] + ], + "_require": [ + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "_require" + ] + ] + ], + "_gen": [ + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "_gen" + ] + ], + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_simple", + "_gen" + ] + ], + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_yaml", + "_gen" + ] + ], + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_json", + "_gen" + ] + ], + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_json_unchanged", + "_gen" + ] + ] + ], + "dvc_gen": [ + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "dvc_gen" + ] + ] + ], + "scm_gen": [ + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "scm_gen" + ] + ] + ], + "to_gitignore": [ + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "dvc_add", + "if_commit_", + "to_gitignore" + ] + ] + ], + "dvc_add": [ + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "dvc_add" + ] + ] + ], + "scm_add": [ + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "scm_add" + ] + ] + ], + "chdir": [ + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "chdir" + ] + ] + ], + "_coerce_filenames": [ + [ + "tests/dir_helpers.py", + [ + "_coerce_filenames" + ] + ] + ], + "make_tmp_dir": [ + [ + "tests/dir_helpers.py", + [ + "make_tmp_dir" + ] + ] + ], + "tmp_dir": [ + [ + "tests/dir_helpers.py", + [ + "tmp_dir" + ] + ] + ], + "dvc": [ + [ + "tests/dir_helpers.py", + [ + "dvc" + ] + ] + ], + "_git_init": [ + [ + "tests/dir_helpers.py", + [ + "_git_init" + ] + ] + ], + "run_copy": [ + [ + "tests/dir_helpers.py", + [ + "run_copy", + "run_copy" + ] + ], + [ + "tests/dir_helpers.py", + [ + "run_copy" + ] + ] + ], + "erepo_dir": [ + [ + "tests/dir_helpers.py", + [ + "erepo_dir" + ] + ] + ], + "git_dir": [ + [ + "tests/dir_helpers.py", + [ + "git_dir" + ] + ] + ], + "setup_remote": [ + [ + "tests/dir_helpers.py", + [ + "setup_remote" + ] + ] + ], + "test_metrics_diff_simple": [ + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_simple" + ] + ] + ], + "test_metrics_diff_yaml": [ + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_yaml" + ] + ] + ], + "test_metrics_diff_json": [ + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_json" + ] + ] + ], + "test_metrics_diff_json_unchanged": [ + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_json_unchanged" + ] + ] + ], + "test_metrics_diff_broken_json": [ + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_broken_json" + ] + ] + ], + "test_metrics_diff_no_metrics": [ + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_no_metrics" + ] + ] + ], + "test_metrics_diff_new_metric": [ + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_new_metric" + ] + ], + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff_new_metric" + ] + ] + ], + "test_metrics_diff_deleted_metric": [ + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_deleted_metric" + ] + ], + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff_deleted_metric" + ] + ] + ], + "test_metrics_diff_with_unchanged": [ + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_with_unchanged" + ] + ] + ], + "test_show_empty": [ + [ + "tests/func/metrics/test_show.py", + [ + "test_show_empty" + ] + ], + [ + "tests/func/params/test_show.py", + [ + "test_show_empty" + ] + ] + ], + "test_show_simple": [ + [ + "tests/func/metrics/test_show.py", + [ + "test_show_simple" + ] + ] + ], + "test_show": [ + [ + "tests/func/metrics/test_show.py", + [ + "test_show" + ] + ], + [ + "tests/func/params/test_show.py", + [ + "test_show" + ] + ] + ], + "test_show_multiple": [ + [ + "tests/func/metrics/test_show.py", + [ + "test_show_multiple" + ] + ], + [ + "tests/func/params/test_show.py", + [ + "test_show_multiple" + ] + ] + ], + "test_show_invalid_metric": [ + [ + "tests/func/metrics/test_show.py", + [ + "test_show_invalid_metric" + ] + ] + ], + "test_show_branch": [ + [ + "tests/func/metrics/test_show.py", + [ + "test_show_branch" + ] + ], + [ + "tests/func/params/test_show.py", + [ + "test_show_branch" + ] + ] + ], + "test_diff_no_params": [ + [ + "tests/func/params/test_diff.py", + [ + "test_diff_no_params" + ] + ] + ], + "test_diff_no_changes": [ + [ + "tests/func/params/test_diff.py", + [ + "test_diff_no_changes" + ] + ] + ], + "test_diff": [ + [ + "tests/func/params/test_diff.py", + [ + "test_diff" + ] + ] + ], + "test_diff_new": [ + [ + "tests/func/params/test_diff.py", + [ + "test_diff_new" + ] + ] + ], + "test_diff_deleted": [ + [ + "tests/func/params/test_diff.py", + [ + "test_diff_deleted" + ] + ] + ], + "test_diff_deleted_config": [ + [ + "tests/func/params/test_diff.py", + [ + "test_diff_deleted_config" + ] + ] + ], + "test_diff_list": [ + [ + "tests/func/params/test_diff.py", + [ + "test_diff_list" + ] + ] + ], + "test_diff_dict": [ + [ + "tests/func/params/test_diff.py", + [ + "test_diff_dict" + ] + ] + ], + "test_diff_with_unchanged": [ + [ + "tests/func/params/test_diff.py", + [ + "test_diff_with_unchanged" + ] + ] + ], + "test_pipeline_tracked_params": [ + [ + "tests/func/params/test_diff.py", + [ + "test_pipeline_tracked_params" + ] + ], + [ + "tests/func/params/test_show.py", + [ + "test_pipeline_tracked_params" + ] + ] + ], + "test_show_list": [ + [ + "tests/func/params/test_show.py", + [ + "test_show_list" + ] + ] + ], + "test_relative_user_credentials_file_config_setting": [ + [ + "tests/func/remote/test_gdrive.py", + [ + "test_relative_user_credentials_file_config_setting" + ] + ] + ], + "remote": [ + [ + "tests/func/remote/test_index.py", + [ + "remote" + ] + ], + [ + "tests/remotes.py", + [ + "S3Mocked", + "remote" + ] + ], + [ + "tests/remotes.py", + [ + "GCP", + "remote" + ] + ], + [ + "tests/unit/remote/test_remote_dir.py", + [ + "remote" + ] + ] + ], + "test_indexed_on_status": [ + [ + "tests/func/remote/test_index.py", + [ + "test_indexed_on_status" + ] + ] + ], + "test_indexed_on_push": [ + [ + "tests/func/remote/test_index.py", + [ + "test_indexed_on_push" + ] + ] + ], + "test_indexed_dir_missing": [ + [ + "tests/func/remote/test_index.py", + [ + "test_indexed_dir_missing" + ] + ] + ], + "test_clear_on_gc": [ + [ + "tests/func/remote/test_index.py", + [ + "test_clear_on_gc" + ] + ] + ], + "test_clear_on_download_err": [ + [ + "tests/func/remote/test_index.py", + [ + "test_clear_on_download_err" + ] + ] + ], + "unreliable_upload": [ + [ + "tests/func/remote/test_index.py", + [ + "test_partial_upload", + "unreliable_upload" + ] + ], + [ + "tests/func/test_remote.py", + [ + "test_partial_push_n_pull", + "unreliable_upload" + ] + ] + ], + "test_partial_upload": [ + [ + "tests/func/remote/test_index.py", + [ + "test_partial_upload" + ] + ] + ], + "test_dont_fail_on_unpacked_create_fail": [ + [ + "tests/func/remote/test_local.py", + [ + "test_dont_fail_on_unpacked_create_fail" + ] + ] + ], + "test_remove_unpacked_on_create_fail": [ + [ + "tests/func/remote/test_local.py", + [ + "test_remove_unpacked_on_create_fail" + ] + ] + ], + "test_create_unpacked_on_status": [ + [ + "tests/func/remote/test_local.py", + [ + "test_create_unpacked_on_status" + ] + ] + ], + "test_dir_cache_changed_on_single_cache_file_modification": [ + [ + "tests/func/remote/test_local.py", + [ + "test_dir_cache_changed_on_single_cache_file_modification" + ] + ] + ], + "test_add": [ + [ + "tests/func/test_add.py", + [ + "test_add" + ] + ] + ], + "test_add_unicode": [ + [ + "tests/func/test_add.py", + [ + "test_add_unicode" + ] + ] + ], + "test_add_unsupported_file": [ + [ + "tests/func/test_add.py", + [ + "test_add_unsupported_file" + ] + ] + ], + "test_add_directory": [ + [ + "tests/func/test_add.py", + [ + "test_add_directory" + ] + ] + ], + "test": [ + [ + "tests/func/test_add.py", + [ + "TestAddDirectoryRecursive", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestAddCmdDirectoryRecursive", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestAddDirectoryWithForwardSlash", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestAddDirWithExistingCache", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestAddModifiedDir", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestAddExternalLocalFile", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestAddLocalRemoteFile", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestCmdAdd", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestAddCommit", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestShouldAddDataFromExternalSymlink", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestShouldAddDataFromInternalSymlink", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestShouldPlaceStageInDataDirIfRepositoryBelowSymlink", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestShouldThrowProperExceptionOnCorruptedStageFile", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestAddFilename", + "test" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestAddUnprotected", + "test" + ] + ], + [ + "tests/func/test_cache.py", + [ + "TestCacheLoadBadDirCache", + "test" + ] + ], + [ + "tests/func/test_cache.py", + [ + "TestExternalCacheDir", + "test" + ] + ], + [ + "tests/func/test_cache.py", + [ + "TestSharedCacheDir", + "test" + ] + ], + [ + "tests/func/test_cache.py", + [ + "TestCacheLinkType", + "test" + ] + ], + [ + "tests/func/test_cache.py", + [ + "TestCmdCacheDir", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckout", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutSingleStage", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutCorruptedCacheFile", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutCorruptedCacheDir", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCmdCheckout", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestRemoveFilesWhenCheckout", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutCleanWorkingDir", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutSelectiveRemove", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestGitIgnoreBasic", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestGitIgnoreWhenCheckout", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutMissingMd5InStageFile", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutEmptyDir", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutNotCachedFile", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutWithDeps", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutDirectory", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutHook", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutSuggestGit", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutTargetRecursiveShouldNotRemoveOtherUsedFiles", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutRecursiveNotDirectory", + "test" + ] + ], + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutMovedCacheDirWithSymlinks", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestArgParse", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestRun", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestPull", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestPush", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestStatus", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestRepro", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestRemove", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestAdd", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestGC", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestGCMultipleDvcRepos", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestConfig", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestCheckout", + "test" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestFindRoot", + "test" + ] + ], + [ + "tests/func/test_config.py", + [ + "TestConfigCLI", + "test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloud", + "test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudBase", + "test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudCLIBase", + "test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestWarnOnOutdatedStage", + "test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestShouldWarnOnNoChecksumInLocalAndRemoteCache", + "test" + ] + ], + [ + "tests/func/test_gc.py", + [ + "TestGCBranchesTags", + "test" + ] + ], + [ + "tests/func/test_gc.py", + [ + "TestGCMultipleDvcRepos", + "test" + ] + ], + [ + "tests/func/test_import_url.py", + [ + "TestCmdImport", + "test" + ] + ], + [ + "tests/func/test_import_url.py", + [ + "TestDefaultOutput", + "test" + ] + ], + [ + "tests/func/test_import_url.py", + [ + "TestImportFilename", + "test" + ] + ], + [ + "tests/func/test_init.py", + [ + "TestDoubleInit", + "test" + ] + ], + [ + "tests/func/test_move.py", + [ + "TestMove", + "test" + ] + ], + [ + "tests/func/test_move.py", + [ + "TestMoveNonExistentFile", + "test" + ] + ], + [ + "tests/func/test_move.py", + [ + "TestMoveDirectory", + "test" + ] + ], + [ + "tests/func/test_move.py", + [ + "TestCmdMove", + "test" + ] + ], + [ + "tests/func/test_move.py", + [ + "TestMoveNotDataSource", + "test" + ] + ], + [ + "tests/func/test_move.py", + [ + "TestMoveFileWithExtension", + "test" + ] + ], + [ + "tests/func/test_move.py", + [ + "TestMoveFileToDirectory", + "test" + ] + ], + [ + "tests/func/test_move.py", + [ + "TestMoveFileToDirectoryWithoutSpecifiedTargetName", + "test" + ] + ], + [ + "tests/func/test_move.py", + [ + "TestMoveDirectoryShouldNotOverwriteExisting", + "test" + ] + ], + [ + "tests/func/test_move.py", + [ + "TestMoveFileBetweenDirectories", + "test" + ] + ], + [ + "tests/func/test_move.py", + [ + "TestMoveFileInsideDirectory", + "test" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShow", + "test" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineListEmpty", + "test" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineListSingle", + "test" + ] + ], + [ + "tests/func/test_remote.py", + [ + "TestRemote", + "test" + ] + ], + [ + "tests/func/test_remote.py", + [ + "TestRemoteRemove", + "test" + ] + ], + [ + "tests/func/test_remote.py", + [ + "TestRemoteDefault", + "test" + ] + ], + [ + "tests/func/test_remote.py", + [ + "TestRemoteShouldHandleUppercaseRemoteName", + "test" + ] + ], + [ + "tests/func/test_remove.py", + [ + "TestRemove", + "test" + ] + ], + [ + "tests/func/test_remove.py", + [ + "TestRemoveNonExistentFile", + "test" + ] + ], + [ + "tests/func/test_remove.py", + [ + "TestRemoveBrokenSymlink", + "test" + ] + ], + [ + "tests/func/test_remove.py", + [ + "TestRemoveDirectory", + "test" + ] + ], + [ + "tests/func/test_remove.py", + [ + "TestCmdRemove", + "test" + ] + ], + [ + "tests/func/test_remove.py", + [ + "TestRemovePurge", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproFail", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproCyclicGraph", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproWorkingDirectoryAsOutput", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproDepUnderDir", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproDepDirWithOutputsUnderIt", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproNoDeps", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproForce", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproChangedCode", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproChangedData", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproDry", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproUpToDate", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproDryNoExec", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproChangedDeepData", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproIgnoreBuildCache", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproPipeline", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproPipelines", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproLocked", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproLockedCallback", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproLockedUnchanged", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproMetricsAddUnchanged", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproPhony", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestNonExistingOutput", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproDataSource", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproChangedDir", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproChangedDirData", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproMissingMd5InStageFile", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestCmdRepro", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestCmdReproChdir", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalBase", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalHTTP", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproShell", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproAllPipelines", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproNoCommit", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproAlreadyCached", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestShouldDisplayMetricsOnReproWithMetricsOption", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRun", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunEmpty", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunMissingDep", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunNoExec", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunCircularDependency", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunDuplicatedArguments", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunBadCwd", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunBadWdir", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunBadName", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunRemoveOuts", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunUnprotectOutsCopy", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunUnprotectOutsSymlink", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunUnprotectOutsHardlink", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestCmdRunOverwrite", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunCommit", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunPersistOuts", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunPersistOutsNoCache", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestShouldRaiseOnOverlappingOutputPaths", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestNewRunShouldRemoveOutsOnNoPersist", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestNewRunShouldNotRemoveOutsOnPersist", + "test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestShouldNotCheckoutUponCorruptedLocalHardlinkCache", + "test" + ] + ], + [ + "tests/func/test_stage.py", + [ + "TestReload", + "test" + ] + ], + [ + "tests/func/test_tree.py", + [ + "TestWalkInNoSCM", + "test" + ] + ], + [ + "tests/func/test_unprotect.py", + [ + "TestUnprotect", + "test" + ] + ], + [ + "tests/unit/test_daemon.py", + [ + "TestDaemon", + "test" + ] + ], + [ + "tests/unit/test_stage.py", + [ + "TestPathConversion", + "test" + ] + ], + [ + "tests/unit/utils/test_fs.py", + [ + "TestMtimeAndSize", + "test" + ] + ] + ], + "test_warn_about_large_directories": [ + [ + "tests/func/test_add.py", + [ + "TestAddCmdDirectoryRecursive", + "test_warn_about_large_directories" + ] + ] + ], + "test_add_tracked_file": [ + [ + "tests/func/test_add.py", + [ + "test_add_tracked_file" + ] + ] + ], + "test_add_file_in_dir": [ + [ + "tests/func/test_add.py", + [ + "test_add_file_in_dir" + ] + ] + ], + "test_file": [ + [ + "tests/func/test_add.py", + [ + "TestDoubleAddUnchanged", + "test_file" + ] + ] + ], + "test_dir": [ + [ + "tests/func/test_add.py", + [ + "TestDoubleAddUnchanged", + "test_dir" + ] + ] + ], + "test_should_update_state_entry_for_file_after_add": [ + [ + "tests/func/test_add.py", + [ + "test_should_update_state_entry_for_file_after_add" + ] + ] + ], + "test_should_update_state_entry_for_directory_after_add": [ + [ + "tests/func/test_add.py", + [ + "test_should_update_state_entry_for_directory_after_add" + ] + ] + ], + "test_should_collect_dir_cache_only_once": [ + [ + "tests/func/test_add.py", + [ + "test_should_collect_dir_cache_only_once" + ] + ] + ], + "_get_data_dir": [ + [ + "tests/func/test_add.py", + [ + "SymlinkAddTestBase", + "_get_data_dir" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestShouldAddDataFromExternalSymlink", + "_get_data_dir" + ] + ], + [ + "tests/func/test_add.py", + [ + "TestShouldAddDataFromInternalSymlink", + "_get_data_dir" + ] + ] + ], + "_prepare_external_data": [ + [ + "tests/func/test_add.py", + [ + "SymlinkAddTestBase", + "_prepare_external_data" + ] + ] + ], + "_test": [ + [ + "tests/func/test_add.py", + [ + "SymlinkAddTestBase", + "_test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudCLIBase", + "_test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestLocalRemoteCLI", + "_test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestRemoteHDFSCLI", + "_test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestS3RemoteCLI", + "_test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestGDriveRemoteCLI", + "_test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestGSRemoteCLI", + "_test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestAzureRemoteCLI", + "_test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestOSSRemoteCLI", + "_test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestWarnOnOutdatedStage", + "_test" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunPersist", + "_test" + ] + ] + ], + "is_symlink_true_below_dvc_root": [ + [ + "tests/func/test_add.py", + [ + "TestShouldPlaceStageInDataDirIfRepositoryBelowSymlink", + "test", + "is_symlink_true_below_dvc_root" + ] + ] + ], + "test_failed_add_cleanup": [ + [ + "tests/func/test_add.py", + [ + "test_failed_add_cleanup" + ] + ] + ], + "test_should_not_track_git_internal_files": [ + [ + "tests/func/test_add.py", + [ + "test_should_not_track_git_internal_files" + ] + ] + ], + "temporary_windows_drive": [ + [ + "tests/func/test_add.py", + [ + "temporary_windows_drive" + ] + ] + ], + "test_windows_should_add_when_cache_on_different_drive": [ + [ + "tests/func/test_add.py", + [ + "test_windows_should_add_when_cache_on_different_drive" + ] + ] + ], + "test_readding_dir_should_not_unprotect_all": [ + [ + "tests/func/test_add.py", + [ + "test_readding_dir_should_not_unprotect_all" + ] + ] + ], + "test_should_not_checkout_when_adding_cached_copy": [ + [ + "tests/func/test_add.py", + [ + "test_should_not_checkout_when_adding_cached_copy" + ] + ] + ], + "test_should_relink_on_repeated_add": [ + [ + "tests/func/test_add.py", + [ + "test_should_relink_on_repeated_add" + ] + ] + ], + "test_should_protect_on_repeated_add": [ + [ + "tests/func/test_add.py", + [ + "test_should_protect_on_repeated_add" + ] + ] + ], + "test_escape_gitignore_entries": [ + [ + "tests/func/test_add.py", + [ + "test_escape_gitignore_entries" + ] + ] + ], + "test_add_from_data_dir": [ + [ + "tests/func/test_add.py", + [ + "test_add_from_data_dir" + ] + ] + ], + "test_not_raises_on_re_add": [ + [ + "tests/func/test_add.py", + [ + "test_not_raises_on_re_add" + ] + ] + ], + "test_add_empty_files": [ + [ + "tests/func/test_add.py", + [ + "test_add_empty_files" + ] + ] + ], + "test_add_optimization_for_hardlink_on_empty_files": [ + [ + "tests/func/test_add.py", + [ + "test_add_optimization_for_hardlink_on_empty_files" + ] + ] + ], + "test_output_duplication_for_pipeline_tracked": [ + [ + "tests/func/test_add.py", + [ + "test_output_duplication_for_pipeline_tracked" + ] + ] + ], + "test_add_pipeline_file": [ + [ + "tests/func/test_add.py", + [ + "test_add_pipeline_file" + ] + ] + ], + "test_daemon_analytics": [ + [ + "tests/func/test_analytics.py", + [ + "test_daemon_analytics" + ] + ] + ], + "test_main_analytics": [ + [ + "tests/func/test_analytics.py", + [ + "test_main_analytics" + ] + ] + ], + "test_scm_dvc_only": [ + [ + "tests/func/test_analytics.py", + [ + "test_scm_dvc_only" + ] + ] + ], + "test_scm_git": [ + [ + "tests/func/test_analytics.py", + [ + "test_scm_git" + ] + ] + ], + "test_scm_subrepo": [ + [ + "tests/func/test_analytics.py", + [ + "test_scm_subrepo" + ] + ] + ], + "remote_url": [ + [ + "tests/func/test_api.py", + [ + "remote_url" + ] + ] + ], + "run_dvc": [ + [ + "tests/func/test_api.py", + [ + "run_dvc" + ] + ] + ], + "test_get_url": [ + [ + "tests/func/test_api.py", + [ + "test_get_url" + ] + ], + [ + "tests/unit/command/test_get.py", + [ + "test_get_url" + ] + ], + [ + "tests/unit/command/test_get_url.py", + [ + "test_get_url" + ] + ] + ], + "test_get_url_external": [ + [ + "tests/func/test_api.py", + [ + "test_get_url_external" + ] + ] + ], + "test_get_url_requires_dvc": [ + [ + "tests/func/test_api.py", + [ + "test_get_url_requires_dvc" + ] + ] + ], + "test_open": [ + [ + "tests/func/test_api.py", + [ + "test_open" + ] + ], + [ + "tests/func/test_tree.py", + [ + "TestWorkingTree", + "test_open" + ] + ], + [ + "tests/func/test_tree.py", + [ + "GitTreeTests", + "test_open" + ] + ], + [ + "tests/unit/repo/test_tree.py", + [ + "test_open" + ] + ] + ], + "test_open_external": [ + [ + "tests/func/test_api.py", + [ + "test_open_external" + ] + ] + ], + "test_missing": [ + [ + "tests/func/test_api.py", + [ + "test_missing" + ] + ] + ], + "test_open_scm_controlled": [ + [ + "tests/func/test_api.py", + [ + "test_open_scm_controlled" + ] + ] + ], + "test_open_not_cached": [ + [ + "tests/func/test_api.py", + [ + "test_open_not_cached" + ] + ] + ], + "test_all": [ + [ + "tests/func/test_cache.py", + [ + "TestCache", + "test_all" + ] + ] + ], + "test_get": [ + [ + "tests/func/test_cache.py", + [ + "TestCache", + "test_get" + ] + ], + [ + "tests/unit/command/test_get.py", + [ + "test_get" + ] + ] + ], + "_do_test": [ + [ + "tests/func/test_cache.py", + [ + "TestCacheLoadBadDirCache", + "_do_test" + ] + ], + [ + "tests/func/test_config.py", + [ + "TestConfigCLI", + "_do_test" + ] + ] + ], + "test_remote_references": [ + [ + "tests/func/test_cache.py", + [ + "TestExternalCacheDir", + "test_remote_references" + ] + ] + ], + "test_abs_path": [ + [ + "tests/func/test_cache.py", + [ + "TestCmdCacheDir", + "test_abs_path" + ] + ] + ], + "test_relative_path": [ + [ + "tests/func/test_cache.py", + [ + "TestCmdCacheDir", + "test_relative_path" + ] + ], + [ + "tests/func/test_remote.py", + [ + "TestRemote", + "test_relative_path" + ] + ] + ], + "test_default_cache_type": [ + [ + "tests/func/test_cache.py", + [ + "test_default_cache_type" + ] + ] + ], + "test_shared_cache": [ + [ + "tests/func/test_cache.py", + [ + "test_shared_cache" + ] + ] + ], + "_test_checkout": [ + [ + "tests/func/test_checkout.py", + [ + "TestCheckout", + "_test_checkout" + ] + ] + ], + "commit_data_file": [ + [ + "tests/func/test_checkout.py", + [ + "CheckoutBase", + "commit_data_file" + ] + ] + ], + "read_ignored": [ + [ + "tests/func/test_checkout.py", + [ + "CheckoutBase", + "read_ignored" + ] + ] + ], + "outs_info": [ + [ + "tests/func/test_checkout.py", + [ + "CheckoutBase", + "outs_info" + ] + ] + ], + "test_force": [ + [ + "tests/func/test_checkout.py", + [ + "TestCheckoutCleanWorkingDir", + "test_force" + ] + ], + [ + "tests/func/test_remove.py", + [ + "TestRemovePurge", + "test_force" + ] + ] + ], + "test_checkout_no_checksum": [ + [ + "tests/func/test_checkout.py", + [ + "test_checkout_no_checksum" + ] + ] + ], + "test_checkout_relink": [ + [ + "tests/func/test_checkout.py", + [ + "test_checkout_relink" + ] + ] + ], + "test_checkout_relink_protected": [ + [ + "tests/func/test_checkout.py", + [ + "test_checkout_relink_protected" + ] + ] + ], + "test_partial_checkout": [ + [ + "tests/func/test_checkout.py", + [ + "test_partial_checkout" + ] + ] + ], + "test_stats_on_empty_checkout": [ + [ + "tests/func/test_checkout.py", + [ + "test_stats_on_empty_checkout" + ] + ] + ], + "test_stats_on_checkout": [ + [ + "tests/func/test_checkout.py", + [ + "test_stats_on_checkout" + ] + ] + ], + "test_checkout_stats_on_failure": [ + [ + "tests/func/test_checkout.py", + [ + "test_checkout_stats_on_failure" + ] + ] + ], + "test_stats_on_added_file_from_tracked_dir": [ + [ + "tests/func/test_checkout.py", + [ + "test_stats_on_added_file_from_tracked_dir" + ] + ] + ], + "test_stats_on_updated_file_from_tracked_dir": [ + [ + "tests/func/test_checkout.py", + [ + "test_stats_on_updated_file_from_tracked_dir" + ] + ] + ], + "test_stats_on_removed_file_from_tracked_dir": [ + [ + "tests/func/test_checkout.py", + [ + "test_stats_on_removed_file_from_tracked_dir" + ] + ] + ], + "test_stats_on_show_changes_does_not_show_summary": [ + [ + "tests/func/test_checkout.py", + [ + "test_stats_on_show_changes_does_not_show_summary" + ] + ] + ], + "test_stats_does_not_show_changes_by_default": [ + [ + "tests/func/test_checkout.py", + [ + "test_stats_does_not_show_changes_by_default" + ] + ] + ], + "test_checkout_with_relink_existing": [ + [ + "tests/func/test_checkout.py", + [ + "test_checkout_with_relink_existing" + ] + ] + ], + "test_checkout_with_deps": [ + [ + "tests/func/test_checkout.py", + [ + "test_checkout_with_deps" + ] + ] + ], + "test_checkout_recursive": [ + [ + "tests/func/test_checkout.py", + [ + "test_checkout_recursive" + ] + ] + ], + "test_checkout_for_external_outputs": [ + [ + "tests/func/test_checkout.py", + [ + "test_checkout_for_external_outputs" + ] + ] + ], + "test_checkouts_for_pipeline_tracked_outs": [ + [ + "tests/func/test_checkout.py", + [ + "test_checkouts_for_pipeline_tracked_outs" + ] + ] + ], + "test_commit_recursive": [ + [ + "tests/func/test_commit.py", + [ + "test_commit_recursive" + ] + ] + ], + "test_commit_force": [ + [ + "tests/func/test_commit.py", + [ + "test_commit_force" + ] + ] + ], + "test_commit_with_deps": [ + [ + "tests/func/test_commit.py", + [ + "test_commit_with_deps" + ] + ] + ], + "test_commit_changed_md5": [ + [ + "tests/func/test_commit.py", + [ + "test_commit_changed_md5" + ] + ] + ], + "_contains": [ + [ + "tests/func/test_config.py", + [ + "TestConfigCLI", + "_contains" + ] + ] + ], + "test_root": [ + [ + "tests/func/test_config.py", + [ + "TestConfigCLI", + "test_root" + ] + ] + ], + "test_local": [ + [ + "tests/func/test_config.py", + [ + "TestConfigCLI", + "test_local" + ] + ] + ], + "test_non_existing": [ + [ + "tests/func/test_config.py", + [ + "TestConfigCLI", + "test_non_existing" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_non_existing" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproLocked", + "test_non_existing" + ] + ] + ], + "test_set_invalid_key": [ + [ + "tests/func/test_config.py", + [ + "test_set_invalid_key" + ] + ] + ], + "test_merging_two_levels": [ + [ + "tests/func/test_config.py", + [ + "test_merging_two_levels" + ] + ] + ], + "test_config_loads_without_error_for_non_dvc_repo": [ + [ + "tests/func/test_config.py", + [ + "test_config_loads_without_error_for_non_dvc_repo" + ] + ] + ], + "_test_cloud": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloud", + "_test_cloud" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudBase", + "_test_cloud" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudCLIBase", + "_test_cloud" + ] + ] + ], + "_get_cloud_class": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudBase", + "_get_cloud_class" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestS3Remote", + "_get_cloud_class" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestGDriveRemote", + "_get_cloud_class" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestGSRemote", + "_get_cloud_class" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestAzureRemote", + "_get_cloud_class" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestOSSRemote", + "_get_cloud_class" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestLocalRemote", + "_get_cloud_class" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestSSHRemoteMocked", + "_get_cloud_class" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestHDFSRemote", + "_get_cloud_class" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestHTTPRemote", + "_get_cloud_class" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_get_cloud_class" + ] + ] + ], + "should_test": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudBase", + "should_test" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudCLIBase", + "should_test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalBase", + "should_test" + ] + ], + [ + "tests/remotes.py", + [ + "S3", + "should_test" + ] + ], + [ + "tests/remotes.py", + [ + "GCP", + "should_test" + ] + ], + [ + "tests/remotes.py", + [ + "GDrive", + "should_test" + ] + ], + [ + "tests/remotes.py", + [ + "Azure", + "should_test" + ] + ], + [ + "tests/remotes.py", + [ + "OSS", + "should_test" + ] + ], + [ + "tests/remotes.py", + [ + "SSH", + "should_test" + ] + ], + [ + "tests/remotes.py", + [ + "HDFS", + "should_test" + ] + ] + ], + "_get_keyfile": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudBase", + "_get_keyfile" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestSSHRemoteMocked", + "_get_keyfile" + ] + ] + ], + "_ensure_should_run": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudBase", + "_ensure_should_run" + ] + ] + ], + "_setup_cloud": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudBase", + "_setup_cloud" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestGDriveRemote", + "_setup_cloud" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestGSRemote", + "_setup_cloud" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestSSHRemoteMocked", + "_setup_cloud" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudCLIBase", + "_setup_cloud" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestGDriveRemoteCLI", + "_setup_cloud" + ] + ] + ], + "setup_gdrive_cloud": [ + [ + "tests/func/test_data_cloud.py", + [ + "setup_gdrive_cloud" + ] + ] + ], + "setup_method_fixture": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestSSHRemoteMocked", + "setup_method_fixture" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "TestHTTPRemote", + "setup_method_fixture" + ] + ] + ], + "main_fail": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudErrorCLI", + "main_fail" + ] + ] + ], + "test_error": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestDataCloudErrorCLI", + "test_error" + ] + ], + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_error" + ] + ] + ], + "_prepare_repo": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_prepare_repo" + ] + ] + ], + "_remove_local_data_files": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_remove_local_data_files" + ] + ] + ], + "_test_recursive_pull": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_test_recursive_pull" + ] + ] + ], + "_clear_local_cache": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_clear_local_cache" + ] + ] + ], + "_test_recursive_fetch": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_test_recursive_fetch" + ] + ] + ], + "_test_recursive_push": [ + [ + "tests/func/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_test_recursive_push" + ] + ] + ], + "test_checksum_recalculation": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_checksum_recalculation" + ] + ] + ], + "test_verify_checksums": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_verify_checksums" + ] + ] + ], + "test_pull_git_imports": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_pull_git_imports" + ] + ] + ], + "test_pull_external_dvc_imports": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_pull_external_dvc_imports" + ] + ] + ], + "clean": [ + [ + "tests/func/test_data_cloud.py", + [ + "clean" + ] + ] + ], + "recurse_list_dir": [ + [ + "tests/func/test_data_cloud.py", + [ + "recurse_list_dir" + ] + ] + ], + "test_dvc_pull_pipeline_stages": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_dvc_pull_pipeline_stages" + ] + ] + ], + "test_pipeline_file_target_ops": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_pipeline_file_target_ops" + ] + ] + ], + "test_push_stats": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_push_stats" + ] + ] + ], + "test_fetch_stats": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_fetch_stats" + ] + ] + ], + "test_pull_stats": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_pull_stats" + ] + ] + ], + "_get_dep": [ + [ + "tests/func/test_dependency.py", + [ + "_get_dep" + ] + ] + ], + "test_scheme": [ + [ + "tests/func/test_dependency.py", + [ + "test_scheme" + ] + ], + [ + "tests/func/test_output.py", + [ + "test_scheme" + ] + ] + ], + "digest": [ + [ + "tests/func/test_diff.py", + [ + "digest" + ] + ] + ], + "test_no_scm": [ + [ + "tests/func/test_diff.py", + [ + "test_no_scm" + ] + ] + ], + "test_added": [ + [ + "tests/func/test_diff.py", + [ + "test_added" + ] + ] + ], + "test_no_cache_entry": [ + [ + "tests/func/test_diff.py", + [ + "test_no_cache_entry" + ] + ] + ], + "test_deleted": [ + [ + "tests/func/test_diff.py", + [ + "test_deleted" + ] + ] + ], + "test_modified": [ + [ + "tests/func/test_diff.py", + [ + "test_modified" + ] + ] + ], + "test_refs": [ + [ + "tests/func/test_diff.py", + [ + "test_refs" + ] + ] + ], + "test_directories": [ + [ + "tests/func/test_diff.py", + [ + "test_directories" + ] + ] + ], + "test_diff_no_cache": [ + [ + "tests/func/test_diff.py", + [ + "test_diff_no_cache" + ] + ] + ], + "test_diff_dirty": [ + [ + "tests/func/test_diff.py", + [ + "test_diff_dirty" + ] + ] + ], + "test_no_changes": [ + [ + "tests/func/test_diff.py", + [ + "test_no_changes" + ] + ], + [ + "tests/unit/command/test_diff.py", + [ + "test_no_changes" + ] + ] + ], + "test_run_load_one_for_multistage": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_run_load_one_for_multistage" + ] + ] + ], + "test_run_load_one_for_multistage_non_existing": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_run_load_one_for_multistage_non_existing" + ] + ] + ], + "test_run_load_one_for_multistage_non_existing_stage_name": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_run_load_one_for_multistage_non_existing_stage_name" + ] + ] + ], + "test_run_load_one_on_single_stage": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_run_load_one_on_single_stage" + ] + ] + ], + "test_has_stage_with_name": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_has_stage_with_name" + ] + ] + ], + "test_load_all_multistage": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_load_all_multistage" + ] + ] + ], + "test_load_all_singlestage": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_load_all_singlestage" + ] + ] + ], + "test_load_singlestage": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_load_singlestage" + ] + ] + ], + "test_try_get_single_stage_from_pipeline_file": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_try_get_single_stage_from_pipeline_file" + ] + ] + ], + "test_stage_collection": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_stage_collection" + ] + ] + ], + "test_stage_filter": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_stage_filter" + ] + ] + ], + "test_stage_filter_in_singlestage_file": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_stage_filter_in_singlestage_file" + ] + ] + ], + "test_external_repo": [ + [ + "tests/func/test_external_repo.py", + [ + "test_external_repo" + ] + ] + ], + "test_source_change": [ + [ + "tests/func/test_external_repo.py", + [ + "test_source_change" + ] + ] + ], + "test_cache_reused": [ + [ + "tests/func/test_external_repo.py", + [ + "test_cache_reused" + ] + ] + ], + "test_known_sha": [ + [ + "tests/func/test_external_repo.py", + [ + "test_known_sha" + ] + ] + ], + "test_pull_subdir_file": [ + [ + "tests/func/test_external_repo.py", + [ + "test_pull_subdir_file" + ] + ] + ], + "test_relative_remote": [ + [ + "tests/func/test_external_repo.py", + [ + "test_relative_remote" + ] + ] + ], + "test_makedirs_permissions": [ + [ + "tests/func/test_fs.py", + [ + "test_makedirs_permissions" + ] + ] + ], + "test_copyfile": [ + [ + "tests/func/test_fs.py", + [ + "test_copyfile" + ] + ], + [ + "tests/unit/utils/test_fs.py", + [ + "test_copyfile" + ] + ] + ], + "test_api": [ + [ + "tests/func/test_gc.py", + [ + "TestGC", + "test_api" + ] + ], + [ + "tests/func/test_init.py", + [ + "TestInit", + "test_api" + ] + ], + [ + "tests/func/test_init.py", + [ + "TestInitNoSCMFail", + "test_api" + ] + ] + ], + "test_cli": [ + [ + "tests/func/test_gc.py", + [ + "TestGC", + "test_cli" + ] + ], + [ + "tests/func/test_init.py", + [ + "TestInit", + "test_cli" + ] + ], + [ + "tests/func/test_init.py", + [ + "TestInitNoSCMFail", + "test_cli" + ] + ], + [ + "tests/func/test_lock.py", + [ + "TestLock", + "test_cli" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproPipeline", + "test_cli" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproPipelines", + "test_cli" + ] + ] + ], + "_test_gc": [ + [ + "tests/func/test_gc.py", + [ + "TestGC", + "_test_gc" + ] + ] + ], + "_check_cache": [ + [ + "tests/func/test_gc.py", + [ + "TestGCBranchesTags", + "_check_cache" + ] + ], + [ + "tests/func/test_gc.py", + [ + "TestGCMultipleDvcRepos", + "_check_cache" + ] + ] + ], + "test_all_commits": [ + [ + "tests/func/test_gc.py", + [ + "test_all_commits" + ] + ] + ], + "test_gc_no_dir_cache": [ + [ + "tests/func/test_gc.py", + [ + "test_gc_no_dir_cache" + ] + ] + ], + "_count_files": [ + [ + "tests/func/test_gc.py", + [ + "_count_files" + ] + ] + ], + "test_gc_no_unpacked_dir": [ + [ + "tests/func/test_gc.py", + [ + "test_gc_no_unpacked_dir" + ] + ] + ], + "test_gc_without_workspace_raises_error": [ + [ + "tests/func/test_gc.py", + [ + "test_gc_without_workspace_raises_error" + ] + ] + ], + "test_gc_cloud_with_or_without_specifier": [ + [ + "tests/func/test_gc.py", + [ + "test_gc_cloud_with_or_without_specifier" + ] + ] + ], + "test_gc_without_workspace_on_tags_branches_commits": [ + [ + "tests/func/test_gc.py", + [ + "test_gc_without_workspace_on_tags_branches_commits" + ] + ] + ], + "test_gc_without_workspace": [ + [ + "tests/func/test_gc.py", + [ + "test_gc_without_workspace" + ] + ] + ], + "test_gc_cloud_without_any_specifier": [ + [ + "tests/func/test_gc.py", + [ + "test_gc_cloud_without_any_specifier" + ] + ] + ], + "test_gc_with_possible_args_positive": [ + [ + "tests/func/test_gc.py", + [ + "test_gc_with_possible_args_positive" + ] + ] + ], + "test_gc_cloud_positive": [ + [ + "tests/func/test_gc.py", + [ + "test_gc_cloud_positive" + ] + ] + ], + "test_gc_cloud_remove_order": [ + [ + "tests/func/test_gc.py", + [ + "test_gc_cloud_remove_order" + ] + ] + ], + "test_gc_not_collect_pipeline_tracked_files": [ + [ + "tests/func/test_gc.py", + [ + "test_gc_not_collect_pipeline_tracked_files" + ] + ] + ], + "test_get_repo_file": [ + [ + "tests/func/test_get.py", + [ + "test_get_repo_file" + ] + ] + ], + "test_get_repo_dir": [ + [ + "tests/func/test_get.py", + [ + "test_get_repo_dir" + ] + ] + ], + "test_get_git_file": [ + [ + "tests/func/test_get.py", + [ + "test_get_git_file" + ] + ] + ], + "test_get_git_dir": [ + [ + "tests/func/test_get.py", + [ + "test_get_git_dir" + ] + ] + ], + "test_cache_type_is_properly_overridden": [ + [ + "tests/func/test_get.py", + [ + "test_cache_type_is_properly_overridden" + ] + ], + [ + "tests/func/test_import.py", + [ + "test_cache_type_is_properly_overridden" + ] + ] + ], + "test_get_repo_rev": [ + [ + "tests/func/test_get.py", + [ + "test_get_repo_rev" + ] + ] + ], + "test_get_from_non_dvc_repo": [ + [ + "tests/func/test_get.py", + [ + "test_get_from_non_dvc_repo" + ] + ] + ], + "test_get_a_dvc_file": [ + [ + "tests/func/test_get.py", + [ + "test_get_a_dvc_file" + ] + ] + ], + "test_get_full_dvc_path": [ + [ + "tests/func/test_get.py", + [ + "test_get_full_dvc_path" + ] + ] + ], + "test_non_cached_output": [ + [ + "tests/func/test_get.py", + [ + "test_non_cached_output" + ] + ] + ], + "test_absolute_file_outside_repo": [ + [ + "tests/func/test_get.py", + [ + "test_absolute_file_outside_repo" + ] + ] + ], + "test_absolute_file_outside_git_repo": [ + [ + "tests/func/test_get.py", + [ + "test_absolute_file_outside_git_repo" + ] + ] + ], + "test_unknown_path": [ + [ + "tests/func/test_get.py", + [ + "test_unknown_path" + ] + ] + ], + "test_get_to_dir": [ + [ + "tests/func/test_get.py", + [ + "test_get_to_dir" + ] + ] + ], + "test_get_from_non_dvc_master": [ + [ + "tests/func/test_get.py", + [ + "test_get_from_non_dvc_master" + ] + ] + ], + "test_get_file_from_dir": [ + [ + "tests/func/test_get.py", + [ + "test_get_file_from_dir" + ] + ] + ], + "test_get_url_positive": [ + [ + "tests/func/test_get.py", + [ + "test_get_url_positive" + ] + ] + ], + "test_get_url_not_existing": [ + [ + "tests/func/test_get.py", + [ + "test_get_url_not_existing" + ] + ] + ], + "test_get_url_git_only_repo": [ + [ + "tests/func/test_get.py", + [ + "test_get_url_git_only_repo" + ] + ] + ], + "test_get_pipeline_tracked_outs": [ + [ + "tests/func/test_get.py", + [ + "test_get_pipeline_tracked_outs" + ] + ] + ], + "test_get_file": [ + [ + "tests/func/test_get_url.py", + [ + "test_get_file" + ] + ] + ], + "test_get_url_to_dir": [ + [ + "tests/func/test_get_url.py", + [ + "test_get_url_to_dir" + ] + ] + ], + "test_ignore": [ + [ + "tests/func/test_ignore.py", + [ + "test_ignore" + ] + ], + [ + "tests/func/test_scm.py", + [ + "test_ignore" + ] + ] + ], + "test_ignore_unicode": [ + [ + "tests/func/test_ignore.py", + [ + "test_ignore_unicode" + ] + ] + ], + "test_rename_ignored_file": [ + [ + "tests/func/test_ignore.py", + [ + "test_rename_ignored_file" + ] + ] + ], + "test_rename_file": [ + [ + "tests/func/test_ignore.py", + [ + "test_rename_file" + ] + ] + ], + "test_remove_ignored_file": [ + [ + "tests/func/test_ignore.py", + [ + "test_remove_ignored_file" + ] + ] + ], + "test_remove_file": [ + [ + "tests/func/test_ignore.py", + [ + "test_remove_file" + ] + ] + ], + "test_dvcignore_in_out_dir": [ + [ + "tests/func/test_ignore.py", + [ + "test_dvcignore_in_out_dir" + ] + ] + ], + "test_ignore_collecting_dvcignores": [ + [ + "tests/func/test_ignore.py", + [ + "test_ignore_collecting_dvcignores" + ] + ] + ], + "test_ignore_on_branch": [ + [ + "tests/func/test_ignore.py", + [ + "test_ignore_on_branch" + ] + ] + ], + "_files_set": [ + [ + "tests/func/test_ignore.py", + [ + "_files_set" + ] + ] + ], + "test_match_nested": [ + [ + "tests/func/test_ignore.py", + [ + "test_match_nested" + ] + ] + ], + "test_ignore_external": [ + [ + "tests/func/test_ignore.py", + [ + "test_ignore_external" + ] + ] + ], + "test_import": [ + [ + "tests/func/test_import.py", + [ + "test_import" + ] + ], + [ + "tests/unit/command/test_imp.py", + [ + "test_import" + ] + ] + ], + "test_import_git_file": [ + [ + "tests/func/test_import.py", + [ + "test_import_git_file" + ] + ] + ], + "test_import_cached_file": [ + [ + "tests/func/test_import.py", + [ + "test_import_cached_file" + ] + ] + ], + "test_import_git_dir": [ + [ + "tests/func/test_import.py", + [ + "test_import_git_dir" + ] + ] + ], + "test_import_dir": [ + [ + "tests/func/test_import.py", + [ + "test_import_dir" + ] + ] + ], + "test_import_file_from_dir": [ + [ + "tests/func/test_import.py", + [ + "test_import_file_from_dir" + ] + ] + ], + "test_import_non_cached": [ + [ + "tests/func/test_import.py", + [ + "test_import_non_cached" + ] + ] + ], + "test_import_rev": [ + [ + "tests/func/test_import.py", + [ + "test_import_rev" + ] + ] + ], + "test_pull_imported_stage": [ + [ + "tests/func/test_import.py", + [ + "test_pull_imported_stage" + ] + ] + ], + "test_pull_imported_directory_stage": [ + [ + "tests/func/test_import.py", + [ + "test_pull_imported_directory_stage" + ] + ] + ], + "test_download_error_pulling_imported_stage": [ + [ + "tests/func/test_import.py", + [ + "test_download_error_pulling_imported_stage" + ] + ] + ], + "test_import_to_dir": [ + [ + "tests/func/test_import.py", + [ + "test_import_to_dir" + ] + ] + ], + "test_pull_non_workspace": [ + [ + "tests/func/test_import.py", + [ + "test_pull_non_workspace" + ] + ] + ], + "test_import_non_existing": [ + [ + "tests/func/test_import.py", + [ + "test_import_non_existing" + ] + ] + ], + "test_pull_no_rev_lock": [ + [ + "tests/func/test_import.py", + [ + "test_pull_no_rev_lock" + ] + ] + ], + "test_import_from_bare_git_repo": [ + [ + "tests/func/test_import.py", + [ + "test_import_from_bare_git_repo" + ] + ] + ], + "test_import_pipeline_tracked_outs": [ + [ + "tests/func/test_import.py", + [ + "test_import_pipeline_tracked_outs" + ] + ] + ], + "test_local_import": [ + [ + "tests/func/test_import.py", + [ + "test_local_import" + ] + ] + ], + "test_unsupported": [ + [ + "tests/func/test_import_url.py", + [ + "TestCmdImport", + "test_unsupported" + ] + ] + ], + "test_should_remove_outs_before_import": [ + [ + "tests/func/test_import_url.py", + [ + "test_should_remove_outs_before_import" + ] + ] + ], + "test_import_url_to_dir": [ + [ + "tests/func/test_import_url.py", + [ + "test_import_url_to_dir" + ] + ] + ], + "test_import_stage_accompanies_target": [ + [ + "tests/func/test_import_url.py", + [ + "test_import_stage_accompanies_target" + ] + ] + ], + "_test_init": [ + [ + "tests/func/test_init.py", + [ + "TestInit", + "_test_init" + ] + ] + ], + "test_init_no_scm_api": [ + [ + "tests/func/test_init.py", + [ + "test_init_no_scm_api" + ] + ] + ], + "test_init_no_scm_cli": [ + [ + "tests/func/test_init.py", + [ + "test_init_no_scm_cli" + ] + ] + ], + "test_init_quiet_should_not_display_welcome_screen": [ + [ + "tests/func/test_init.py", + [ + "test_init_quiet_should_not_display_welcome_screen" + ] + ] + ], + "test_allow_init_dvc_subdir": [ + [ + "tests/func/test_init.py", + [ + "test_allow_init_dvc_subdir" + ] + ] + ], + "test_subdir_init_no_option": [ + [ + "tests/func/test_init.py", + [ + "test_subdir_init_no_option" + ] + ] + ], + "_hook": [ + [ + "tests/func/test_install.py", + [ + "TestInstall", + "_hook" + ] + ] + ], + "test_create_hooks": [ + [ + "tests/func/test_install.py", + [ + "TestInstall", + "test_create_hooks" + ] + ] + ], + "test_fail_if_hook_exists": [ + [ + "tests/func/test_install.py", + [ + "TestInstall", + "test_fail_if_hook_exists" + ] + ] + ], + "test_post_checkout": [ + [ + "tests/func/test_install.py", + [ + "TestInstall", + "test_post_checkout" + ] + ] + ], + "test_pre_push_hook": [ + [ + "tests/func/test_install.py", + [ + "TestInstall", + "test_pre_push_hook" + ] + ] + ], + "test_with": [ + [ + "tests/func/test_lock.py", + [ + "TestLock", + "test_with" + ] + ] + ], + "run_head": [ + [ + "tests/func/test_lockfile.py", + [ + "run_head" + ] + ] + ], + "read_lock_file": [ + [ + "tests/func/test_lockfile.py", + [ + "read_lock_file" + ] + ] + ], + "assert_eq_lockfile": [ + [ + "tests/func/test_lockfile.py", + [ + "assert_eq_lockfile" + ] + ] + ], + "test_deps_outs_are_sorted_by_path": [ + [ + "tests/func/test_lockfile.py", + [ + "test_deps_outs_are_sorted_by_path" + ] + ] + ], + "test_order_is_preserved_when_pipeline_order_changes": [ + [ + "tests/func/test_lockfile.py", + [ + "test_order_is_preserved_when_pipeline_order_changes" + ] + ] + ], + "test_cmd_changes_other_orders_are_preserved": [ + [ + "tests/func/test_lockfile.py", + [ + "test_cmd_changes_other_orders_are_preserved" + ] + ] + ], + "test_params_dump": [ + [ + "tests/func/test_lockfile.py", + [ + "test_params_dump" + ] + ] + ], + "match_files": [ + [ + "tests/func/test_ls.py", + [ + "match_files" + ] + ] + ], + "create_dvc_pipeline": [ + [ + "tests/func/test_ls.py", + [ + "create_dvc_pipeline" + ] + ] + ], + "test_ls_repo": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo" + ] + ] + ], + "test_ls_repo_with_color": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_color" + ] + ] + ], + "test_ls_repo_recursive": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_recursive" + ] + ] + ], + "test_ls_repo_outs_only_recursive": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_outs_only_recursive" + ] + ] + ], + "test_ls_repo_with_path_dir": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_path_dir" + ] + ] + ], + "test_ls_repo_with_path_dir_outs_only_empty": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_path_dir_outs_only_empty" + ] + ] + ], + "test_ls_repo_with_path_subdir": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_path_subdir" + ] + ] + ], + "test_ls_repo_with_path_subdir_outs_only": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_path_subdir_outs_only" + ] + ] + ], + "test_ls_repo_with_path_subdir_outs_only_recursive": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_path_subdir_outs_only_recursive" + ] + ] + ], + "test_ls_repo_with_path_file_out": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_path_file_out" + ] + ] + ], + "test_ls_repo_with_file_path_fs": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_file_path_fs" + ] + ] + ], + "test_ls_repo_with_missed_path": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_missed_path" + ] + ] + ], + "test_ls_repo_with_missed_path_outs_only": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_missed_path_outs_only" + ] + ] + ], + "test_ls_repo_with_removed_dvc_dir": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_removed_dvc_dir" + ] + ] + ], + "test_ls_repo_with_removed_dvc_dir_recursive": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_removed_dvc_dir_recursive" + ] + ] + ], + "test_ls_repo_with_removed_dvc_dir_with_path_dir": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_removed_dvc_dir_with_path_dir" + ] + ] + ], + "test_ls_repo_with_removed_dvc_dir_with_path_file": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_removed_dvc_dir_with_path_file" + ] + ] + ], + "test_ls_remote_repo": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_remote_repo" + ] + ] + ], + "test_ls_remote_repo_recursive": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_remote_repo_recursive" + ] + ] + ], + "test_ls_remote_git_only_repo_recursive": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_remote_git_only_repo_recursive" + ] + ] + ], + "test_ls_remote_repo_with_path_dir": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_remote_repo_with_path_dir" + ] + ] + ], + "test_ls_remote_repo_with_rev": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_remote_repo_with_rev" + ] + ] + ], + "test_ls_remote_repo_with_rev_recursive": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_remote_repo_with_rev_recursive" + ] + ] + ], + "test_ls_not_existed_url": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_not_existed_url" + ] + ] + ], + "test_ls_shows_pipeline_tracked_outs": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_shows_pipeline_tracked_outs" + ] + ] + ], + "test_move_should_save_stage_info": [ + [ + "tests/func/test_move.py", + [ + "test_move_should_save_stage_info" + ] + ] + ], + "test_should_move_to_dir_on_non_default_stage_file": [ + [ + "tests/func/test_move.py", + [ + "test_should_move_to_dir_on_non_default_stage_file" + ] + ] + ], + "_get_out": [ + [ + "tests/func/test_output.py", + [ + "_get_out" + ] + ] + ], + "test_commands": [ + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_commands" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShow", + "test_commands" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_commands" + ] + ] + ], + "test_outs": [ + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_outs" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowOuts", + "test_outs" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_outs" + ] + ] + ], + "test_dot": [ + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_dot" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShow", + "test_dot" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_dot" + ] + ] + ], + "test_tree": [ + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_tree" + ] + ] + ], + "test_ascii_outs": [ + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_ascii_outs" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShow", + "test_ascii_outs" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_ascii_outs" + ] + ] + ], + "test_dot_commands": [ + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_dot_commands" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShow", + "test_dot_commands" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_dot_commands" + ] + ] + ], + "test_dot_outs": [ + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_dot_outs" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "test_dot_outs" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_dot_outs" + ] + ] + ], + "test_not_dvc_file": [ + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_not_dvc_file" + ] + ] + ], + "test_single_ascii": [ + [ + "tests/func/test_pipeline.py", + [ + "test_single_ascii" + ] + ] + ], + "test_single_ascii_commands": [ + [ + "tests/func/test_pipeline.py", + [ + "test_single_ascii_commands" + ] + ] + ], + "test_ascii": [ + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShow", + "test_ascii" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_ascii" + ] + ] + ], + "test_ascii_commands": [ + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShow", + "test_ascii_commands" + ] + ], + [ + "tests/func/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_ascii_commands" + ] + ] + ], + "test_disconnected_stage": [ + [ + "tests/func/test_pipeline.py", + [ + "test_disconnected_stage" + ] + ] + ], + "test_print_locked_stages": [ + [ + "tests/func/test_pipeline.py", + [ + "test_print_locked_stages" + ] + ] + ], + "test_no_stages": [ + [ + "tests/func/test_pipeline.py", + [ + "TestDvcRepoPipeline", + "test_no_stages" + ] + ] + ], + "one_pipeline": [ + [ + "tests/func/test_pipeline.py", + [ + "TestDvcRepoPipeline", + "one_pipeline" + ] + ] + ], + "two_pipelines": [ + [ + "tests/func/test_pipeline.py", + [ + "TestDvcRepoPipeline", + "two_pipelines" + ] + ] + ], + "locked_stage": [ + [ + "tests/func/test_pipeline.py", + [ + "TestDvcRepoPipeline", + "locked_stage" + ] + ] + ], + "test_split_pipeline": [ + [ + "tests/func/test_pipeline.py", + [ + "test_split_pipeline" + ] + ] + ], + "test_pipeline_list_show_multistage": [ + [ + "tests/func/test_pipeline.py", + [ + "test_pipeline_list_show_multistage" + ] + ] + ], + "test_pipeline_ascii_multistage": [ + [ + "tests/func/test_pipeline.py", + [ + "test_pipeline_ascii_multistage" + ] + ] + ], + "test_pipeline_multi_outputs_stages": [ + [ + "tests/func/test_pipeline.py", + [ + "test_pipeline_multi_outputs_stages" + ] + ] + ], + "_remove_whitespace": [ + [ + "tests/func/test_plot.py", + [ + "_remove_whitespace" + ] + ] + ], + "_run_with_metric": [ + [ + "tests/func/test_plot.py", + [ + "_run_with_metric" + ] + ] + ], + "_write_csv": [ + [ + "tests/func/test_plot.py", + [ + "_write_csv" + ] + ] + ], + "_write_json": [ + [ + "tests/func/test_plot.py", + [ + "_write_json" + ] + ] + ], + "test_plot_csv_one_column": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_csv_one_column" + ] + ] + ], + "test_plot_csv_multiple_columns": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_csv_multiple_columns" + ] + ] + ], + "test_plot_csv_choose_axes": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_csv_choose_axes" + ] + ] + ], + "test_plot_json_single_val": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_json_single_val" + ] + ] + ], + "test_plot_json_multiple_val": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_json_multiple_val" + ] + ] + ], + "test_plot_confusion": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_confusion" + ] + ] + ], + "test_plot_multiple_revs_default": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_multiple_revs_default" + ] + ] + ], + "test_plot_multiple_revs": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_multiple_revs" + ] + ] + ], + "test_plot_even_if_metric_missing": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_even_if_metric_missing" + ] + ] + ], + "test_throw_on_no_metric_at_all": [ + [ + "tests/func/test_plot.py", + [ + "test_throw_on_no_metric_at_all" + ] + ] + ], + "custom_template": [ + [ + "tests/func/test_plot.py", + [ + "custom_template" + ] + ] + ], + "test_custom_template": [ + [ + "tests/func/test_plot.py", + [ + "test_custom_template" + ] + ] + ], + "_replace": [ + [ + "tests/func/test_plot.py", + [ + "_replace" + ] + ] + ], + "test_custom_template_with_specified_data": [ + [ + "tests/func/test_plot.py", + [ + "test_custom_template_with_specified_data" + ] + ] + ], + "test_plot_override_specified_data_source": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_override_specified_data_source" + ] + ] + ], + "test_should_raise_on_no_template_and_datafile": [ + [ + "tests/func/test_plot.py", + [ + "test_should_raise_on_no_template_and_datafile" + ] + ] + ], + "test_should_raise_on_no_template": [ + [ + "tests/func/test_plot.py", + [ + "test_should_raise_on_no_template" + ] + ] + ], + "test_plot_no_data": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_no_data" + ] + ] + ], + "test_plot_wrong_metric_type": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_wrong_metric_type" + ] + ] + ], + "test_plot_choose_columns": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_choose_columns" + ] + ] + ], + "test_plot_default_choose_column": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_default_choose_column" + ] + ] + ], + "test_plot_embed": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_embed" + ] + ] + ], + "test_plot_yaml": [ + [ + "tests/func/test_plot.py", + [ + "test_plot_yaml" + ] + ] + ], + "test_raise_on_wrong_field": [ + [ + "tests/func/test_plot.py", + [ + "test_raise_on_wrong_field" + ] + ] + ], + "test_overwrite": [ + [ + "tests/func/test_remote.py", + [ + "TestRemote", + "test_overwrite" + ] + ] + ], + "test_referencing_other_remotes": [ + [ + "tests/func/test_remote.py", + [ + "TestRemote", + "test_referencing_other_remotes" + ] + ] + ], + "test_remove_default": [ + [ + "tests/func/test_remote.py", + [ + "test_remove_default" + ] + ] + ], + "test_show_default": [ + [ + "tests/func/test_remote.py", + [ + "test_show_default" + ] + ] + ], + "test_dir_checksum_should_be_key_order_agnostic": [ + [ + "tests/func/test_remote.py", + [ + "test_dir_checksum_should_be_key_order_agnostic" + ] + ] + ], + "test_partial_push_n_pull": [ + [ + "tests/func/test_remote.py", + [ + "test_partial_push_n_pull" + ] + ] + ], + "test_raise_on_too_many_open_files": [ + [ + "tests/func/test_remote.py", + [ + "test_raise_on_too_many_open_files" + ] + ] + ], + "test_modify_missing_remote": [ + [ + "tests/func/test_remote.py", + [ + "test_modify_missing_remote" + ] + ] + ], + "test_external_dir_resource_on_no_cache": [ + [ + "tests/func/test_remote.py", + [ + "test_external_dir_resource_on_no_cache" + ] + ] + ], + "test_push_order": [ + [ + "tests/func/test_remote.py", + [ + "test_push_order" + ] + ] + ], + "test_remote_modify_validation": [ + [ + "tests/func/test_remote.py", + [ + "test_remote_modify_validation" + ] + ] + ], + "test_remote_modify_default": [ + [ + "tests/func/test_remote.py", + [ + "test_remote_modify_default" + ] + ] + ], + "test_remove_pipeline_outs": [ + [ + "tests/func/test_remove.py", + [ + "test_remove_pipeline_outs" + ] + ] + ], + "test_destroy": [ + [ + "tests/func/test_repo.py", + [ + "test_destroy" + ] + ] + ], + "collect_outs": [ + [ + "tests/func/test_repo.py", + [ + "test_collect", + "collect_outs" + ] + ] + ], + "test_collect": [ + [ + "tests/func/test_repo.py", + [ + "test_collect" + ] + ] + ], + "test_stages": [ + [ + "tests/func/test_repo.py", + [ + "test_stages" + ] + ] + ], + "_get_stage_target": [ + [ + "tests/func/test_repro.py", + [ + "SingleStageRun", + "_get_stage_target" + ] + ], + [ + "tests/func/test_repro_multistage.py", + [ + "MultiStageRun", + "_get_stage_target" + ] + ] + ], + "test_nested": [ + [ + "tests/func/test_repro.py", + [ + "TestReproWorkingDirectoryAsOutput", + "test_nested" + ] + ] + ], + "test_similar_paths": [ + [ + "tests/func/test_repro.py", + [ + "TestReproWorkingDirectoryAsOutput", + "test_similar_paths" + ] + ] + ], + "swap_code": [ + [ + "tests/func/test_repro.py", + [ + "TestReproChangedCode", + "swap_code" + ] + ] + ], + "swap_foo_with_bar": [ + [ + "tests/func/test_repro.py", + [ + "TestReproChangedData", + "swap_foo_with_bar" + ] + ] + ], + "cache_scheme": [ + [ + "tests/func/test_repro.py", + [ + "TestReproExternalBase", + "cache_scheme" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalLOCAL", + "cache_scheme" + ] + ] + ], + "scheme_sep": [ + [ + "tests/func/test_repro.py", + [ + "TestReproExternalBase", + "scheme_sep" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalLOCAL", + "scheme_sep" + ] + ] + ], + "sep": [ + [ + "tests/func/test_repro.py", + [ + "TestReproExternalBase", + "sep" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalLOCAL", + "sep" + ] + ] + ], + "check_already_cached": [ + [ + "tests/func/test_repro.py", + [ + "TestReproExternalBase", + "check_already_cached" + ] + ] + ], + "cmd": [ + [ + "tests/func/test_repro.py", + [ + "TestReproExternalS3", + "cmd" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalGS", + "cmd" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalHDFS", + "cmd" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalSSH", + "cmd" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalLOCAL", + "cmd" + ] + ] + ], + "write": [ + [ + "tests/func/test_repro.py", + [ + "TestReproExternalS3", + "write" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalGS", + "write" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalHDFS", + "write" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalSSH", + "write" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproExternalLOCAL", + "write" + ] + ] + ], + "local_cache": [ + [ + "tests/func/test_repro.py", + [ + "TestReproExternalHTTP", + "local_cache" + ] + ] + ], + "test_force_with_dependencies": [ + [ + "tests/func/test_repro.py", + [ + "TestReproAlreadyCached", + "test_force_with_dependencies" + ] + ] + ], + "test_force_import": [ + [ + "tests/func/test_repro.py", + [ + "TestReproAlreadyCached", + "test_force_import" + ] + ] + ], + "repro_dir": [ + [ + "tests/func/test_repro.py", + [ + "repro_dir" + ] + ] + ], + "_rewrite_file": [ + [ + "tests/func/test_repro.py", + [ + "_rewrite_file" + ] + ] + ], + "_read_out": [ + [ + "tests/func/test_repro.py", + [ + "_read_out" + ] + ] + ], + "test_recursive_repro_default": [ + [ + "tests/func/test_repro.py", + [ + "test_recursive_repro_default" + ] + ] + ], + "test_recursive_repro_single": [ + [ + "tests/func/test_repro.py", + [ + "test_recursive_repro_single" + ] + ] + ], + "test_recursive_repro_single_force": [ + [ + "tests/func/test_repro.py", + [ + "test_recursive_repro_single_force" + ] + ] + ], + "test_recursive_repro_empty_dir": [ + [ + "tests/func/test_repro.py", + [ + "test_recursive_repro_empty_dir" + ] + ] + ], + "test_recursive_repro_recursive_missing_file": [ + [ + "tests/func/test_repro.py", + [ + "test_recursive_repro_recursive_missing_file" + ] + ] + ], + "test_recursive_repro_on_stage_file": [ + [ + "tests/func/test_repro.py", + [ + "test_recursive_repro_on_stage_file" + ] + ] + ], + "test_dvc_formatting_retained": [ + [ + "tests/func/test_repro.py", + [ + "test_dvc_formatting_retained" + ] + ] + ], + "_format_dvc_line": [ + [ + "tests/func/test_repro.py", + [ + "_format_dvc_line" + ] + ] + ], + "_hide_md5": [ + [ + "tests/func/test_repro.py", + [ + "_hide_md5" + ] + ] + ], + "test_downstream": [ + [ + "tests/func/test_repro.py", + [ + "test_downstream" + ] + ], + [ + "tests/func/test_repro_multistage.py", + [ + "test_downstream" + ] + ], + [ + "tests/unit/command/test_repro.py", + [ + "test_downstream" + ] + ] + ], + "test_ssh_dir_out": [ + [ + "tests/func/test_repro.py", + [ + "test_ssh_dir_out" + ] + ] + ], + "test_non_existing_stage_name": [ + [ + "tests/func/test_repro_multistage.py", + [ + "test_non_existing_stage_name" + ] + ] + ], + "test_repro_when_cmd_changes": [ + [ + "tests/func/test_repro_multistage.py", + [ + "test_repro_when_cmd_changes" + ] + ] + ], + "test_repro_when_new_deps_is_added_in_dvcfile": [ + [ + "tests/func/test_repro_multistage.py", + [ + "test_repro_when_new_deps_is_added_in_dvcfile" + ] + ] + ], + "test_repro_when_new_outs_is_added_in_dvcfile": [ + [ + "tests/func/test_repro_multistage.py", + [ + "test_repro_when_new_outs_is_added_in_dvcfile" + ] + ] + ], + "test_repro_when_new_deps_is_moved": [ + [ + "tests/func/test_repro_multistage.py", + [ + "test_repro_when_new_deps_is_moved" + ] + ] + ], + "test_repro_when_new_out_overlaps_others_stage_outs": [ + [ + "tests/func/test_repro_multistage.py", + [ + "test_repro_when_new_out_overlaps_others_stage_outs" + ] + ] + ], + "test_repro_when_new_deps_added_does_not_exist": [ + [ + "tests/func/test_repro_multistage.py", + [ + "test_repro_when_new_deps_added_does_not_exist" + ] + ] + ], + "test_repro_when_new_outs_added_does_not_exist": [ + [ + "tests/func/test_repro_multistage.py", + [ + "test_repro_when_new_outs_added_does_not_exist" + ] + ] + ], + "test_repro_when_lockfile_gets_deleted": [ + [ + "tests/func/test_repro_multistage.py", + [ + "test_repro_when_lockfile_gets_deleted" + ] + ] + ], + "test_cyclic_graph_error": [ + [ + "tests/func/test_repro_multistage.py", + [ + "test_cyclic_graph_error" + ] + ] + ], + "test_repro_multiple_params": [ + [ + "tests/func/test_repro_multistage.py", + [ + "test_repro_multiple_params" + ] + ] + ], + "test_run_with_name": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_with_name" + ] + ] + ], + "test_run_with_multistage_and_single_stage": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_with_multistage_and_single_stage" + ] + ] + ], + "test_run_multi_stage_repeat": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_multi_stage_repeat" + ] + ] + ], + "test_multi_stage_run_cached": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_multi_stage_run_cached" + ] + ] + ], + "test_multistage_dump_on_non_cached_outputs": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_multistage_dump_on_non_cached_outputs" + ] + ] + ], + "test_multistage_with_wdir": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_multistage_with_wdir" + ] + ] + ], + "test_multistage_always_changed": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_multistage_always_changed" + ] + ] + ], + "test_graph": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_graph" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunCircularDependency", + "test_graph" + ] + ] + ], + "test_run_dump_on_multistage": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_dump_on_multistage" + ] + ] + ], + "test_run_with_invalid_stage_name": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_with_invalid_stage_name" + ] + ] + ], + "test_run_with_name_having_hyphen_underscore": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_with_name_having_hyphen_underscore" + ] + ] + ], + "test_run_already_exists": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_already_exists" + ] + ] + ], + "test_run_params_default": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_params_default" + ] + ] + ], + "test_run_params_custom_file": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_params_custom_file" + ] + ] + ], + "test_outs_no_cache": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunCircularDependency", + "test_outs_no_cache" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunDuplicatedArguments", + "test_outs_no_cache" + ] + ] + ], + "test_non_normalized_paths": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunCircularDependency", + "test_non_normalized_paths" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunDuplicatedArguments", + "test_non_normalized_paths" + ] + ] + ], + "test_cwd": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunStageInsideOutput", + "test_cwd" + ] + ] + ], + "test_file_name": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunStageInsideOutput", + "test_file_name" + ] + ] + ], + "test_same_prefix": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunBadCwd", + "test_same_prefix" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunBadWdir", + "test_same_prefix" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunBadName", + "test_same_prefix" + ] + ] + ], + "test_not_found": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunBadWdir", + "test_not_found" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunBadName", + "test_not_found" + ] + ] + ], + "test_not_dir": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunBadWdir", + "test_not_dir" + ] + ] + ], + "test_cached": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestCmdRunCliMetrics", + "test_cached" + ] + ] + ], + "test_not_cached": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestCmdRunCliMetrics", + "test_not_cached" + ] + ] + ], + "test_default_wdir_is_not_written": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestCmdRunWorkingDirectory", + "test_default_wdir_is_not_written" + ] + ] + ], + "test_fname_changes_path_and_wdir": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestCmdRunWorkingDirectory", + "test_fname_changes_path_and_wdir" + ] + ] + ], + "test_rerun_deterministic": [ + [ + "tests/func/test_run_single_stage.py", + [ + "test_rerun_deterministic" + ] + ] + ], + "test_rerun_deterministic_ignore_cache": [ + [ + "tests/func/test_run_single_stage.py", + [ + "test_rerun_deterministic_ignore_cache" + ] + ] + ], + "run_callback": [ + [ + "tests/func/test_run_single_stage.py", + [ + "test_rerun_callback", + "run_callback" + ] + ] + ], + "test_rerun_callback": [ + [ + "tests/func/test_run_single_stage.py", + [ + "test_rerun_callback" + ] + ] + ], + "test_rerun_changed_dep": [ + [ + "tests/func/test_run_single_stage.py", + [ + "test_rerun_changed_dep" + ] + ] + ], + "test_rerun_changed_stage": [ + [ + "tests/func/test_run_single_stage.py", + [ + "test_rerun_changed_stage" + ] + ] + ], + "test_rerun_changed_out": [ + [ + "tests/func/test_run_single_stage.py", + [ + "test_rerun_changed_out" + ] + ] + ], + "outs_command": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunPersist", + "outs_command" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunPersistOuts", + "outs_command" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunPersistOutsNoCache", + "outs_command" + ] + ] + ], + "run_command": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunPersist", + "run_command" + ] + ] + ], + "stage_should_contain_persist_flag": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunPersist", + "stage_should_contain_persist_flag" + ] + ] + ], + "should_append_upon_repro": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunPersist", + "should_append_upon_repro" + ] + ] + ], + "should_remove_persistent_outs": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunPersist", + "should_remove_persistent_outs" + ] + ] + ], + "_read_content_only": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRerunWithSameOutputs", + "_read_content_only" + ] + ] + ], + "_outs_command": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRerunWithSameOutputs", + "_outs_command" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestNewRunShouldRemoveOutsOnNoPersist", + "_outs_command" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestNewRunShouldNotRemoveOutsOnPersist", + "_outs_command" + ] + ] + ], + "_run_twice_with_same_outputs": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRerunWithSameOutputs", + "_run_twice_with_same_outputs" + ] + ] + ], + "test_ignore_build_cache": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestPersistentOutput", + "test_ignore_build_cache" + ] + ] + ], + "test_bad_stage_fname": [ + [ + "tests/func/test_run_single_stage.py", + [ + "test_bad_stage_fname" + ] + ] + ], + "test_should_raise_on_stage_dependency": [ + [ + "tests/func/test_run_single_stage.py", + [ + "test_should_raise_on_stage_dependency" + ] + ] + ], + "test_should_raise_on_stage_output": [ + [ + "tests/func/test_run_single_stage.py", + [ + "test_should_raise_on_stage_output" + ] + ] + ], + "reduced_min_part_size": [ + [ + "tests/func/test_s3.py", + [ + "reduced_min_part_size" + ] + ] + ], + "_get_src_dst": [ + [ + "tests/func/test_s3.py", + [ + "_get_src_dst" + ] + ] + ], + "test_copy_singlepart_preserve_etag": [ + [ + "tests/func/test_s3.py", + [ + "test_copy_singlepart_preserve_etag" + ] + ] + ], + "test_link_created_on_non_nested_path": [ + [ + "tests/func/test_s3.py", + [ + "test_link_created_on_non_nested_path" + ] + ] + ], + "test_makedirs_doesnot_try_on_top_level_paths": [ + [ + "tests/func/test_s3.py", + [ + "test_makedirs_doesnot_try_on_top_level_paths" + ] + ] + ], + "_upload_multipart": [ + [ + "tests/func/test_s3.py", + [ + "_upload_multipart" + ] + ] + ], + "test_copy_multipart_preserve_etag": [ + [ + "tests/func/test_s3.py", + [ + "test_copy_multipart_preserve_etag" + ] + ] + ], + "test_init_none": [ + [ + "tests/func/test_scm.py", + [ + "test_init_none" + ] + ] + ], + "test_init_git": [ + [ + "tests/func/test_scm.py", + [ + "test_init_git" + ] + ] + ], + "test_init_no_git": [ + [ + "tests/func/test_scm.py", + [ + "test_init_no_git" + ] + ] + ], + "test_init_sub_dir": [ + [ + "tests/func/test_scm.py", + [ + "test_init_sub_dir" + ] + ] + ], + "test_commit": [ + [ + "tests/func/test_scm.py", + [ + "TestSCMGit", + "test_commit" + ] + ] + ], + "test_is_tracked": [ + [ + "tests/func/test_scm.py", + [ + "TestSCMGit", + "test_is_tracked" + ] + ], + [ + "tests/unit/scm/test_git.py", + [ + "test_is_tracked" + ] + ] + ], + "test_git_submodule": [ + [ + "tests/func/test_scm.py", + [ + "TestSCMGitSubmodule", + "test_git_submodule" + ] + ] + ], + "test_commit_in_submodule": [ + [ + "tests/func/test_scm.py", + [ + "TestSCMGitSubmodule", + "test_commit_in_submodule" + ] + ] + ], + "_count_gitignore_entries": [ + [ + "tests/func/test_scm.py", + [ + "_count_gitignore_entries" + ] + ] + ], + "test_ignored": [ + [ + "tests/func/test_scm.py", + [ + "test_ignored" + ] + ] + ], + "test_get_gitignore": [ + [ + "tests/func/test_scm.py", + [ + "test_get_gitignore" + ] + ] + ], + "test_get_gitignore_symlink": [ + [ + "tests/func/test_scm.py", + [ + "test_get_gitignore_symlink" + ] + ] + ], + "test_get_gitignore_subdir": [ + [ + "tests/func/test_scm.py", + [ + "test_get_gitignore_subdir" + ] + ] + ], + "test_gitignore_should_end_with_newline": [ + [ + "tests/func/test_scm.py", + [ + "test_gitignore_should_end_with_newline" + ] + ] + ], + "test_gitignore_should_append_newline_to_gitignore": [ + [ + "tests/func/test_scm.py", + [ + "test_gitignore_should_append_newline_to_gitignore" + ] + ] + ], + "test_cmd_obj": [ + [ + "tests/func/test_stage.py", + [ + "test_cmd_obj" + ] + ] + ], + "test_cmd_none": [ + [ + "tests/func/test_stage.py", + [ + "test_cmd_none" + ] + ] + ], + "test_no_cmd": [ + [ + "tests/func/test_stage.py", + [ + "test_no_cmd" + ] + ] + ], + "test_cmd_str": [ + [ + "tests/func/test_stage.py", + [ + "test_cmd_str" + ] + ] + ], + "test_object": [ + [ + "tests/func/test_stage.py", + [ + "test_object" + ] + ] + ], + "test_none": [ + [ + "tests/func/test_stage.py", + [ + "test_none" + ] + ] + ], + "test_empty_list": [ + [ + "tests/func/test_stage.py", + [ + "test_empty_list" + ] + ] + ], + "test_list": [ + [ + "tests/func/test_stage.py", + [ + "test_list" + ] + ], + [ + "tests/unit/command/ls/test_ls.py", + [ + "test_list" + ] + ] + ], + "test_ignored_in_checksum": [ + [ + "tests/func/test_stage.py", + [ + "TestDefaultWorkingDirectory", + "test_ignored_in_checksum" + ] + ] + ], + "test_remote_output": [ + [ + "tests/func/test_stage.py", + [ + "TestExternalRemoteResolution", + "test_remote_output" + ] + ] + ], + "test_remote_dependency": [ + [ + "tests/func/test_stage.py", + [ + "TestExternalRemoteResolution", + "test_remote_dependency" + ] + ] + ], + "test_md5_ignores_comments": [ + [ + "tests/func/test_stage.py", + [ + "test_md5_ignores_comments" + ] + ] + ], + "test_meta_is_preserved": [ + [ + "tests/func/test_stage.py", + [ + "test_meta_is_preserved" + ] + ] + ], + "test_parent_repo_collect_stages": [ + [ + "tests/func/test_stage.py", + [ + "test_parent_repo_collect_stages" + ] + ] + ], + "test_stage_addressing": [ + [ + "tests/func/test_stage.py", + [ + "test_stage_addressing" + ] + ] + ], + "test_state": [ + [ + "tests/func/test_state.py", + [ + "test_state" + ] + ] + ], + "test_state_overflow": [ + [ + "tests/func/test_state.py", + [ + "test_state_overflow" + ] + ] + ], + "get_inode_mocked": [ + [ + "tests/func/test_state.py", + [ + "mock_get_inode", + "get_inode_mocked" + ] + ] + ], + "mock_get_inode": [ + [ + "tests/func/test_state.py", + [ + "mock_get_inode" + ] + ] + ], + "test_get_state_record_for_inode": [ + [ + "tests/func/test_state.py", + [ + "test_get_state_record_for_inode" + ] + ] + ], + "test_remove_links": [ + [ + "tests/func/test_state.py", + [ + "test_remove_links" + ] + ] + ], + "test_get_unused_links": [ + [ + "tests/func/test_state.py", + [ + "test_get_unused_links" + ] + ] + ], + "test_quiet": [ + [ + "tests/func/test_status.py", + [ + "TestStatus", + "test_quiet" + ] + ] + ], + "test_implied_cloud": [ + [ + "tests/func/test_status.py", + [ + "TestStatus", + "test_implied_cloud" + ] + ] + ], + "test_status_non_dvc_repo_import": [ + [ + "tests/func/test_status.py", + [ + "test_status_non_dvc_repo_import" + ] + ] + ], + "test_status_before_and_after_dvc_init": [ + [ + "tests/func/test_status.py", + [ + "test_status_before_and_after_dvc_init" + ] + ] + ], + "test_status_on_pipeline_stages": [ + [ + "tests/func/test_status.py", + [ + "test_status_on_pipeline_stages" + ] + ] + ], + "test_status_recursive": [ + [ + "tests/func/test_status.py", + [ + "test_status_recursive" + ] + ] + ], + "test_getdirinfo": [ + [ + "tests/func/test_system.py", + [ + "test_getdirinfo" + ] + ] + ], + "test_exists": [ + [ + "tests/func/test_tree.py", + [ + "TestWorkingTree", + "test_exists" + ] + ], + [ + "tests/func/test_tree.py", + [ + "GitTreeTests", + "test_exists" + ] + ], + [ + "tests/unit/remote/ssh/test_connection.py", + [ + "test_exists" + ] + ], + [ + "tests/unit/remote/test_remote_dir.py", + [ + "test_exists" + ] + ], + [ + "tests/unit/repo/test_tree.py", + [ + "test_exists" + ] + ] + ], + "test_isdir": [ + [ + "tests/func/test_tree.py", + [ + "TestWorkingTree", + "test_isdir" + ] + ], + [ + "tests/func/test_tree.py", + [ + "GitTreeTests", + "test_isdir" + ] + ], + [ + "tests/unit/remote/ssh/test_connection.py", + [ + "test_isdir" + ] + ], + [ + "tests/unit/remote/test_remote_dir.py", + [ + "test_isdir" + ] + ] + ], + "test_isfile": [ + [ + "tests/func/test_tree.py", + [ + "TestWorkingTree", + "test_isfile" + ] + ], + [ + "tests/func/test_tree.py", + [ + "GitTreeTests", + "test_isfile" + ] + ], + [ + "tests/unit/remote/ssh/test_connection.py", + [ + "test_isfile" + ] + ], + [ + "tests/unit/remote/test_remote_dir.py", + [ + "test_isfile" + ] + ] + ], + "convert_to_sets": [ + [ + "tests/func/test_tree.py", + [ + "AssertWalkEqualMixin", + "assertWalkEqual", + "convert_to_sets" + ] + ] + ], + "assertWalkEqual": [ + [ + "tests/func/test_tree.py", + [ + "AssertWalkEqualMixin", + "assertWalkEqual" + ] + ] + ], + "test_subdir": [ + [ + "tests/func/test_tree.py", + [ + "TestWalkInNoSCM", + "test_subdir" + ] + ] + ], + "test_nobranch": [ + [ + "tests/func/test_tree.py", + [ + "TestWalkInGit", + "test_nobranch" + ] + ] + ], + "test_branch": [ + [ + "tests/func/test_tree.py", + [ + "TestWalkInGit", + "test_branch" + ] + ] + ], + "test_update_import": [ + [ + "tests/func/test_update.py", + [ + "test_update_import" + ] + ] + ], + "test_update_import_after_remote_updates_to_dvc": [ + [ + "tests/func/test_update.py", + [ + "test_update_import_after_remote_updates_to_dvc" + ] + ] + ], + "test_update_before_and_after_dvc_init": [ + [ + "tests/func/test_update.py", + [ + "test_update_before_and_after_dvc_init" + ] + ] + ], + "test_update_import_url": [ + [ + "tests/func/test_update.py", + [ + "test_update_import_url" + ] + ] + ], + "test_update_rev": [ + [ + "tests/func/test_update.py", + [ + "test_update_rev" + ] + ] + ], + "test_update_recursive": [ + [ + "tests/func/test_update.py", + [ + "test_update_recursive" + ] + ] + ], + "test_file_md5_crlf": [ + [ + "tests/func/test_utils.py", + [ + "test_file_md5_crlf" + ] + ] + ], + "test_dict_md5": [ + [ + "tests/func/test_utils.py", + [ + "test_dict_md5" + ] + ] + ], + "test_boxify": [ + [ + "tests/func/test_utils.py", + [ + "test_boxify" + ] + ] + ], + "test_info_in_repo": [ + [ + "tests/func/test_version.py", + [ + "test_info_in_repo" + ] + ] + ], + "test_info_in_subdir": [ + [ + "tests/func/test_version.py", + [ + "test_info_in_subdir" + ] + ] + ], + "test_info_in_broken_git_repo": [ + [ + "tests/func/test_version.py", + [ + "test_info_in_broken_git_repo" + ] + ] + ], + "test_fs_info_in_repo": [ + [ + "tests/func/test_version.py", + [ + "test_fs_info_in_repo" + ] + ] + ], + "test_info_outside_of_repo": [ + [ + "tests/func/test_version.py", + [ + "test_info_outside_of_repo" + ] + ] + ], + "test_fs_info_outside_of_repo": [ + [ + "tests/func/test_version.py", + [ + "test_fs_info_outside_of_repo" + ] + ] + ], + "get_storagepath": [ + [ + "tests/remotes.py", + [ + "Local", + "get_storagepath" + ] + ], + [ + "tests/remotes.py", + [ + "S3", + "get_storagepath" + ] + ], + [ + "tests/remotes.py", + [ + "GCP", + "get_storagepath" + ] + ], + [ + "tests/remotes.py", + [ + "OSS", + "get_storagepath" + ] + ] + ], + "put_objects": [ + [ + "tests/remotes.py", + [ + "S3Mocked", + "put_objects" + ] + ], + [ + "tests/remotes.py", + [ + "GCP", + "put_objects" + ] + ] + ], + "_test_cli": [ + [ + "tests/unit/command/ls/test_ls.py", + [ + "_test_cli" + ] + ] + ], + "test_list_recursive": [ + [ + "tests/unit/command/ls/test_ls.py", + [ + "test_list_recursive" + ] + ] + ], + "test_list_git_ssh_rev": [ + [ + "tests/unit/command/ls/test_ls.py", + [ + "test_list_git_ssh_rev" + ] + ] + ], + "test_list_targets": [ + [ + "tests/unit/command/ls/test_ls.py", + [ + "test_list_targets" + ] + ] + ], + "test_list_outputs_only": [ + [ + "tests/unit/command/ls/test_ls.py", + [ + "test_list_outputs_only" + ] + ] + ], + "_colorize": [ + [ + "tests/unit/command/ls/test_ls_colors.py", + [ + "colorize", + "_colorize" + ] + ] + ], + "test_ls_colors_out_file": [ + [ + "tests/unit/command/ls/test_ls_colors.py", + [ + "test_ls_colors_out_file" + ] + ] + ], + "test_ls_colors_out_dir": [ + [ + "tests/unit/command/ls/test_ls_colors.py", + [ + "test_ls_colors_out_dir" + ] + ] + ], + "test_ls_colors_out_exec": [ + [ + "tests/unit/command/ls/test_ls_colors.py", + [ + "test_ls_colors_out_exec" + ] + ] + ], + "test_ls_colors_out_ext": [ + [ + "tests/unit/command/ls/test_ls_colors.py", + [ + "test_ls_colors_out_ext" + ] + ] + ], + "test_ls_colors_file": [ + [ + "tests/unit/command/ls/test_ls_colors.py", + [ + "test_ls_colors_file" + ] + ] + ], + "test_ls_colors_dir": [ + [ + "tests/unit/command/ls/test_ls_colors.py", + [ + "test_ls_colors_dir" + ] + ] + ], + "test_ls_colors_exec": [ + [ + "tests/unit/command/ls/test_ls_colors.py", + [ + "test_ls_colors_exec" + ] + ] + ], + "test_ls_colors_ext": [ + [ + "tests/unit/command/ls/test_ls_colors.py", + [ + "test_ls_colors_ext" + ] + ] + ], + "test_checkout": [ + [ + "tests/unit/command/test_checkout.py", + [ + "test_checkout" + ] + ] + ], + "_assert_output": [ + [ + "tests/unit/command/test_checkout.py", + [ + "test_log_changes", + "_assert_output" + ] + ] + ], + "test_log_changes": [ + [ + "tests/unit/command/test_checkout.py", + [ + "test_log_changes" + ] + ] + ], + "test_fetch": [ + [ + "tests/unit/command/test_data_sync.py", + [ + "test_fetch" + ] + ], + [ + "tests/unit/test_updater.py", + [ + "test_fetch" + ] + ] + ], + "test_pull": [ + [ + "tests/unit/command/test_data_sync.py", + [ + "test_pull" + ] + ] + ], + "test_push": [ + [ + "tests/unit/command/test_data_sync.py", + [ + "test_push" + ] + ] + ], + "test_default": [ + [ + "tests/unit/command/test_diff.py", + [ + "test_default" + ] + ], + [ + "tests/unit/test_progress.py", + [ + "test_default" + ] + ] + ], + "test_show_hash": [ + [ + "tests/unit/command/test_diff.py", + [ + "test_show_hash" + ] + ] + ], + "test_show_json": [ + [ + "tests/unit/command/test_diff.py", + [ + "test_show_json" + ] + ] + ], + "test_show_json_and_hash": [ + [ + "tests/unit/command/test_diff.py", + [ + "test_show_json_and_hash" + ] + ] + ], + "info": [ + [ + "tests/unit/command/test_diff.py", + [ + "test_no_changes", + "info" + ] + ] + ], + "test_show_md_empty": [ + [ + "tests/unit/command/test_diff.py", + [ + "test_show_md_empty" + ] + ] + ], + "test_show_md": [ + [ + "tests/unit/command/test_diff.py", + [ + "test_show_md" + ] + ] + ], + "test_import_url": [ + [ + "tests/unit/command/test_imp_url.py", + [ + "test_import_url" + ] + ] + ], + "test_failed_import_url": [ + [ + "tests/unit/command/test_imp_url.py", + [ + "test_failed_import_url" + ] + ] + ], + "test_metrics_diff": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff" + ] + ], + [ + "tests/unit/command/test_plot.py", + [ + "test_metrics_diff" + ] + ] + ], + "test_metrics_show_json_diff": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_show_json_diff" + ] + ] + ], + "test_metrics_show_raw_diff": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_show_raw_diff" + ] + ] + ], + "test_metrics_diff_no_diff": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff_no_diff" + ] + ] + ], + "test_metrics_diff_no_changes": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff_no_changes" + ] + ] + ], + "test_metrics_show": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_show" + ] + ], + [ + "tests/unit/command/test_plot.py", + [ + "test_metrics_show" + ] + ] + ], + "test_metrics_diff_prec": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff_prec" + ] + ] + ], + "test_metrics_diff_sorted": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff_sorted" + ] + ] + ], + "test_metrics_diff_markdown_empty": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff_markdown_empty" + ] + ] + ], + "test_metrics_diff_markdown": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff_markdown" + ] + ] + ], + "test_params_diff": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff" + ] + ] + ], + "test_params_diff_changed": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff_changed" + ] + ] + ], + "test_params_diff_list": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff_list" + ] + ] + ], + "test_params_diff_unchanged": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff_unchanged" + ] + ] + ], + "test_params_diff_no_changes": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff_no_changes" + ] + ] + ], + "test_params_diff_new": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff_new" + ] + ] + ], + "test_params_diff_deleted": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff_deleted" + ] + ] + ], + "test_params_diff_prec": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff_prec" + ] + ] + ], + "test_params_diff_show_json": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff_show_json" + ] + ] + ], + "test_params_diff_sorted": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff_sorted" + ] + ] + ], + "test_params_diff_markdown_empty": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff_markdown_empty" + ] + ] + ], + "test_params_diff_markdown": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff_markdown" + ] + ] + ], + "test_revisions": [ + [ + "tests/unit/command/test_plot.py", + [ + "test_revisions" + ] + ] + ], + "test_default_arguments": [ + [ + "tests/unit/command/test_repro.py", + [ + "test_default_arguments" + ] + ] + ], + "test_run": [ + [ + "tests/unit/command/test_run.py", + [ + "test_run" + ] + ] + ], + "test_run_args_from_cli": [ + [ + "tests/unit/command/test_run.py", + [ + "test_run_args_from_cli" + ] + ] + ], + "test_run_args_with_spaces": [ + [ + "tests/unit/command/test_run.py", + [ + "test_run_args_with_spaces" + ] + ] + ], + "test_cloud_status": [ + [ + "tests/unit/command/test_status.py", + [ + "test_cloud_status" + ] + ] + ], + "test_update": [ + [ + "tests/unit/command/test_update.py", + [ + "test_update" + ] + ], + [ + "tests/unit/remote/test_index.py", + [ + "test_update" + ] + ] + ], + "_get_cls": [ + [ + "tests/unit/dependency/test_gs.py", + [ + "TestGSDependency", + "_get_cls" + ] + ], + [ + "tests/unit/dependency/test_hdfs.py", + [ + "TestHDFSDependency", + "_get_cls" + ] + ], + [ + "tests/unit/dependency/test_http.py", + [ + "TestHTTPDependency", + "_get_cls" + ] + ], + [ + "tests/unit/dependency/test_local.py", + [ + "TestLocalDependency", + "_get_cls" + ] + ], + [ + "tests/unit/dependency/test_s3.py", + [ + "TestS3Dependency", + "_get_cls" + ] + ], + [ + "tests/unit/dependency/test_ssh.py", + [ + "TestSSHDependency", + "_get_cls" + ] + ], + [ + "tests/unit/output/test_gs.py", + [ + "TestGSOutput", + "_get_cls" + ] + ], + [ + "tests/unit/output/test_hdfs.py", + [ + "TestHDFSOutput", + "_get_cls" + ] + ], + [ + "tests/unit/output/test_local.py", + [ + "TestLocalOutput", + "_get_cls" + ] + ], + [ + "tests/unit/output/test_s3.py", + [ + "TestS3Output", + "_get_cls" + ] + ], + [ + "tests/unit/output/test_ssh.py", + [ + "TestSSHOutput", + "_get_cls" + ] + ] + ], + "_get_dependency": [ + [ + "tests/unit/dependency/test_local.py", + [ + "TestLocalDependency", + "_get_dependency" + ] + ] + ], + "test_save_missing": [ + [ + "tests/unit/dependency/test_local.py", + [ + "TestLocalDependency", + "test_save_missing" + ] + ], + [ + "tests/unit/output/test_local.py", + [ + "TestLocalOutput", + "test_save_missing" + ] + ] + ], + "test_loads_params": [ + [ + "tests/unit/dependency/test_params.py", + [ + "test_loads_params" + ] + ] + ], + "test_loadd_from": [ + [ + "tests/unit/dependency/test_params.py", + [ + "test_loadd_from" + ] + ] + ], + "test_dumpd_with_info": [ + [ + "tests/unit/dependency/test_params.py", + [ + "test_dumpd_with_info" + ] + ] + ], + "test_dumpd_without_info": [ + [ + "tests/unit/dependency/test_params.py", + [ + "test_dumpd_without_info" + ] + ] + ], + "test_read_params_nonexistent_file": [ + [ + "tests/unit/dependency/test_params.py", + [ + "test_read_params_nonexistent_file" + ] + ] + ], + "test_read_params_unsupported_format": [ + [ + "tests/unit/dependency/test_params.py", + [ + "test_read_params_unsupported_format" + ] + ] + ], + "test_read_params_nested": [ + [ + "tests/unit/dependency/test_params.py", + [ + "test_read_params_nested" + ] + ] + ], + "test_save_info_missing_config": [ + [ + "tests/unit/dependency/test_params.py", + [ + "test_save_info_missing_config" + ] + ] + ], + "test_save_info_missing_param": [ + [ + "tests/unit/dependency/test_params.py", + [ + "test_save_info_missing_param" + ] + ] + ], + "_get_output": [ + [ + "tests/unit/output/test_local.py", + [ + "TestLocalOutput", + "_get_output" + ] + ], + [ + "tests/unit/output/test_local.py", + [ + "TestGetFilesNumber", + "_get_output" + ] + ] + ], + "test_str_workdir_outside_repo": [ + [ + "tests/unit/output/test_local.py", + [ + "test_str_workdir_outside_repo" + ] + ] + ], + "test_str_workdir_inside_repo": [ + [ + "tests/unit/output/test_local.py", + [ + "test_str_workdir_inside_repo" + ] + ] + ], + "test_str_on_local_absolute_path": [ + [ + "tests/unit/output/test_local.py", + [ + "test_str_on_local_absolute_path" + ] + ] + ], + "test_str_on_external_absolute_path": [ + [ + "tests/unit/output/test_local.py", + [ + "test_str_on_external_absolute_path" + ] + ] + ], + "test_return_0_on_no_cache": [ + [ + "tests/unit/output/test_local.py", + [ + "TestGetFilesNumber", + "test_return_0_on_no_cache" + ] + ] + ], + "test_return_multiple_for_dir": [ + [ + "tests/unit/output/test_local.py", + [ + "TestGetFilesNumber", + "test_return_multiple_for_dir" + ] + ] + ], + "test_return_1_on_single_file_cache": [ + [ + "tests/unit/output/test_local.py", + [ + "TestGetFilesNumber", + "test_return_1_on_single_file_cache" + ] + ] + ], + "test_checksum_schema": [ + [ + "tests/unit/output/test_output.py", + [ + "test_checksum_schema" + ] + ] + ], + "test_checksum_schema_fail": [ + [ + "tests/unit/output/test_output.py", + [ + "test_checksum_schema_fail" + ] + ] + ], + "test_get_used_cache": [ + [ + "tests/unit/output/test_output.py", + [ + "test_get_used_cache" + ] + ] + ], + "test_makedirs": [ + [ + "tests/unit/remote/ssh/test_connection.py", + [ + "test_makedirs" + ] + ], + [ + "tests/unit/remote/test_remote_dir.py", + [ + "test_makedirs" + ] + ], + [ + "tests/unit/utils/test_fs.py", + [ + "test_makedirs" + ] + ] + ], + "test_remove_dir": [ + [ + "tests/unit/remote/ssh/test_connection.py", + [ + "test_remove_dir" + ] + ] + ], + "test_walk": [ + [ + "tests/unit/remote/ssh/test_connection.py", + [ + "test_walk" + ] + ], + [ + "tests/unit/repo/test_tree.py", + [ + "test_walk" + ] + ] + ], + "test_reflink": [ + [ + "tests/unit/remote/ssh/test_connection.py", + [ + "test_reflink" + ] + ] + ], + "test_symlink": [ + [ + "tests/unit/remote/ssh/test_connection.py", + [ + "test_symlink" + ] + ] + ], + "test_hardlink": [ + [ + "tests/unit/remote/ssh/test_connection.py", + [ + "test_hardlink" + ] + ] + ], + "test_copy": [ + [ + "tests/unit/remote/ssh/test_connection.py", + [ + "test_copy" + ] + ] + ], + "test_move": [ + [ + "tests/unit/remote/ssh/test_connection.py", + [ + "test_move" + ] + ], + [ + "tests/unit/utils/test_fs.py", + [ + "test_move" + ] + ] + ], + "test_doesnt_swallow_errors": [ + [ + "tests/unit/remote/ssh/test_pool.py", + [ + "test_doesnt_swallow_errors" + ] + ] + ], + "test_url": [ + [ + "tests/unit/remote/ssh/test_ssh.py", + [ + "test_url" + ] + ] + ], + "test_no_path": [ + [ + "tests/unit/remote/ssh/test_ssh.py", + [ + "test_no_path" + ] + ] + ], + "test_ssh_host_override_from_config": [ + [ + "tests/unit/remote/ssh/test_ssh.py", + [ + "test_ssh_host_override_from_config" + ] + ] + ], + "test_ssh_user": [ + [ + "tests/unit/remote/ssh/test_ssh.py", + [ + "test_ssh_user" + ] + ] + ], + "test_ssh_port": [ + [ + "tests/unit/remote/ssh/test_ssh.py", + [ + "test_ssh_port" + ] + ] + ], + "test_ssh_keyfile": [ + [ + "tests/unit/remote/ssh/test_ssh.py", + [ + "test_ssh_keyfile" + ] + ] + ], + "test_ssh_gss_auth": [ + [ + "tests/unit/remote/ssh/test_ssh.py", + [ + "test_ssh_gss_auth" + ] + ] + ], + "test_hardlink_optimization": [ + [ + "tests/unit/remote/ssh/test_ssh.py", + [ + "test_hardlink_optimization" + ] + ] + ], + "test_init_compat": [ + [ + "tests/unit/remote/test_azure.py", + [ + "test_init_compat" + ] + ] + ], + "test_init": [ + [ + "tests/unit/remote/test_azure.py", + [ + "test_init" + ] + ], + [ + "tests/unit/remote/test_gdrive.py", + [ + "TestRemoteGDrive", + "test_init" + ] + ], + [ + "tests/unit/remote/test_gs.py", + [ + "test_init" + ] + ], + [ + "tests/unit/remote/test_index.py", + [ + "test_init" + ] + ], + [ + "tests/unit/remote/test_oss.py", + [ + "test_init" + ] + ], + [ + "tests/unit/remote/test_s3.py", + [ + "test_init" + ] + ] + ], + "test_missing_deps": [ + [ + "tests/unit/remote/test_base.py", + [ + "test_missing_deps" + ] + ] + ], + "test_cmd_error": [ + [ + "tests/unit/remote/test_base.py", + [ + "test_cmd_error" + ] + ] + ], + "test_cache_exists": [ + [ + "tests/unit/remote/test_base.py", + [ + "test_cache_exists" + ] + ] + ], + "test_cache_checksums_traverse": [ + [ + "tests/unit/remote/test_base.py", + [ + "test_cache_checksums_traverse" + ] + ] + ], + "test_cache_checksums": [ + [ + "tests/unit/remote/test_base.py", + [ + "test_cache_checksums" + ] + ] + ], + "test_drive": [ + [ + "tests/unit/remote/test_gdrive.py", + [ + "TestRemoteGDrive", + "test_drive" + ] + ] + ], + "test_gs": [ + [ + "tests/unit/remote/test_gs.py", + [ + "test_gs" + ] + ] + ], + "test_gs_no_credspath": [ + [ + "tests/unit/remote/test_gs.py", + [ + "test_gs_no_credspath" + ] + ] + ], + "test_dynamic_chunk_size": [ + [ + "tests/unit/remote/test_gs.py", + [ + "test_dynamic_chunk_size" + ] + ] + ], + "test_download_fails_on_error_code": [ + [ + "tests/unit/remote/test_http.py", + [ + "test_download_fails_on_error_code" + ] + ] + ], + "test_public_auth_method": [ + [ + "tests/unit/remote/test_http.py", + [ + "test_public_auth_method" + ] + ] + ], + "test_basic_auth_method": [ + [ + "tests/unit/remote/test_http.py", + [ + "test_basic_auth_method" + ] + ] + ], + "test_digest_auth_method": [ + [ + "tests/unit/remote/test_http.py", + [ + "test_digest_auth_method" + ] + ] + ], + "test_custom_auth_method": [ + [ + "tests/unit/remote/test_http.py", + [ + "test_custom_auth_method" + ] + ] + ], + "index": [ + [ + "tests/unit/remote/test_index.py", + [ + "index" + ] + ] + ], + "test_is_dir_checksum": [ + [ + "tests/unit/remote/test_index.py", + [ + "test_is_dir_checksum" + ] + ] + ], + "test_roundtrip": [ + [ + "tests/unit/remote/test_index.py", + [ + "test_roundtrip" + ] + ] + ], + "test_clear": [ + [ + "tests/unit/remote/test_index.py", + [ + "test_clear" + ] + ] + ], + "test_intersection": [ + [ + "tests/unit/remote/test_index.py", + [ + "test_intersection" + ] + ] + ], + "test_status_download_optimization": [ + [ + "tests/unit/remote/test_local.py", + [ + "test_status_download_optimization" + ] + ] + ], + "test_is_protected": [ + [ + "tests/unit/remote/test_local.py", + [ + "test_is_protected" + ] + ] + ], + "test_protect_ignore_errors": [ + [ + "tests/unit/remote/test_local.py", + [ + "test_protect_ignore_errors" + ] + ] + ], + "test_protect_ignore_erofs": [ + [ + "tests/unit/remote/test_local.py", + [ + "test_protect_ignore_erofs" + ] + ] + ], + "test_remote_with_checksum_jobs": [ + [ + "tests/unit/remote/test_remote.py", + [ + "test_remote_with_checksum_jobs" + ] + ] + ], + "test_remote_without_checksum_jobs": [ + [ + "tests/unit/remote/test_remote.py", + [ + "test_remote_without_checksum_jobs" + ] + ] + ], + "test_remote_without_checksum_jobs_default": [ + [ + "tests/unit/remote/test_remote.py", + [ + "test_remote_without_checksum_jobs_default" + ] + ] + ], + "test_makedirs_not_create_for_top_level_path": [ + [ + "tests/unit/remote/test_remote.py", + [ + "test_makedirs_not_create_for_top_level_path" + ] + ] + ], + "test_walk_files": [ + [ + "tests/unit/remote/test_remote_dir.py", + [ + "test_walk_files" + ] + ], + [ + "tests/unit/utils/test_fs.py", + [ + "test_walk_files" + ] + ] + ], + "test_copy_preserve_etag_across_buckets": [ + [ + "tests/unit/remote/test_remote_dir.py", + [ + "test_copy_preserve_etag_across_buckets" + ] + ] + ], + "test_download_dir": [ + [ + "tests/unit/remote/test_remote_dir.py", + [ + "test_download_dir" + ] + ] + ], + "grants": [ + [ + "tests/unit/remote/test_s3.py", + [ + "grants" + ] + ] + ], + "test_grants": [ + [ + "tests/unit/remote/test_s3.py", + [ + "test_grants" + ] + ] + ], + "test_grants_mutually_exclusive_acl_error": [ + [ + "tests/unit/remote/test_s3.py", + [ + "test_grants_mutually_exclusive_acl_error" + ] + ] + ], + "test_sse_kms_key_id": [ + [ + "tests/unit/remote/test_s3.py", + [ + "test_sse_kms_key_id" + ] + ] + ], + "timeout_immediately": [ + [ + "tests/unit/remote/test_slow_link_detection.py", + [ + "timeout_immediately" + ] + ] + ], + "_make_remote": [ + [ + "tests/unit/remote/test_slow_link_detection.py", + [ + "make_remote", + "_make_remote" + ] + ] + ], + "make_remote": [ + [ + "tests/unit/remote/test_slow_link_detection.py", + [ + "make_remote" + ] + ] + ], + "test_show_warning_once": [ + [ + "tests/unit/remote/test_slow_link_detection.py", + [ + "test_show_warning_once" + ] + ] + ], + "test_dont_warn_when_cache_type_is_set": [ + [ + "tests/unit/remote/test_slow_link_detection.py", + [ + "test_dont_warn_when_cache_type_is_set" + ] + ] + ], + "test_dont_warn_when_warning_is_disabled": [ + [ + "tests/unit/remote/test_slow_link_detection.py", + [ + "test_dont_warn_when_warning_is_disabled" + ] + ] + ], + "test_is_dvc_internal": [ + [ + "tests/unit/repo/test_repo.py", + [ + "test_is_dvc_internal" + ] + ] + ], + "test_find_outs_by_path": [ + [ + "tests/unit/repo/test_repo.py", + [ + "test_find_outs_by_path" + ] + ] + ], + "test_used_cache": [ + [ + "tests/unit/repo/test_repo.py", + [ + "test_used_cache" + ] + ] + ], + "test_locked": [ + [ + "tests/unit/repo/test_repo.py", + [ + "test_locked" + ] + ] + ], + "test_collect_optimization": [ + [ + "tests/unit/repo/test_repo.py", + [ + "test_collect_optimization" + ] + ] + ], + "test_skip_graph_checks": [ + [ + "tests/unit/repo/test_repo.py", + [ + "test_skip_graph_checks" + ] + ] + ], + "test_get_active_graph": [ + [ + "tests/unit/repo/test_reproduce.py", + [ + "test_get_active_graph" + ] + ] + ], + "test_number_reproduces": [ + [ + "tests/unit/repo/test_reproduce.py", + [ + "test_number_reproduces" + ] + ] + ], + "test_open_in_history": [ + [ + "tests/unit/repo/test_tree.py", + [ + "test_open_in_history" + ] + ] + ], + "test_isdir_isfile": [ + [ + "tests/unit/repo/test_tree.py", + [ + "test_isdir_isfile" + ] + ] + ], + "test_isdir_mixed": [ + [ + "tests/unit/repo/test_tree.py", + [ + "test_isdir_mixed" + ] + ] + ], + "test_isdvc": [ + [ + "tests/unit/repo/test_tree.py", + [ + "test_isdvc" + ] + ] + ], + "test_belongs_to_scm_true_on_gitignore": [ + [ + "tests/unit/scm/test_git.py", + [ + "TestGit", + "test_belongs_to_scm_true_on_gitignore" + ] + ] + ], + "test_belongs_to_scm_true_on_git_internal": [ + [ + "tests/unit/scm/test_git.py", + [ + "TestGit", + "test_belongs_to_scm_true_on_git_internal" + ] + ] + ], + "test_belongs_to_scm_false": [ + [ + "tests/unit/scm/test_git.py", + [ + "TestGit", + "test_belongs_to_scm_false" + ] + ] + ], + "test_walk_with_submodules": [ + [ + "tests/unit/scm/test_git.py", + [ + "test_walk_with_submodules" + ] + ] + ], + "test_is_tracked_unicode": [ + [ + "tests/unit/scm/test_git.py", + [ + "test_is_tracked_unicode" + ] + ] + ], + "test_should_successfully_perform_method": [ + [ + "tests/unit/scm/test_scm.py", + [ + "TestScmContext", + "test_should_successfully_perform_method" + ] + ] + ], + "test_should_throw_and_cleanup": [ + [ + "tests/unit/scm/test_scm.py", + [ + "TestScmContext", + "test_should_throw_and_cleanup" + ] + ] + ], + "test_remind_to_track": [ + [ + "tests/unit/scm/test_scm.py", + [ + "test_remind_to_track" + ] + ] + ], + "tmp_global_dir": [ + [ + "tests/unit/test_analytics.py", + [ + "tmp_global_dir" + ] + ] + ], + "test_collect_and_send_report": [ + [ + "tests/unit/test_analytics.py", + [ + "test_collect_and_send_report" + ] + ] + ], + "test_runtime_info": [ + [ + "tests/unit/test_analytics.py", + [ + "test_runtime_info" + ] + ] + ], + "test_send": [ + [ + "tests/unit/test_analytics.py", + [ + "test_send" + ] + ] + ], + "test_is_enabled": [ + [ + "tests/unit/test_analytics.py", + [ + "test_is_enabled" + ] + ] + ], + "test_system_info": [ + [ + "tests/unit/test_analytics.py", + [ + "test_system_info" + ] + ] + ], + "test_find_or_create_user_id": [ + [ + "tests/unit/test_analytics.py", + [ + "test_find_or_create_user_id" + ] + ] + ], + "test_to_relpath": [ + [ + "tests/unit/test_config.py", + [ + "test_to_relpath" + ] + ] + ], + "test_no_recursive_spawn": [ + [ + "tests/unit/test_daemon.py", + [ + "test_no_recursive_spawn" + ] + ] + ], + "test_find_pager_uses_default_pager_when_found": [ + [ + "tests/unit/test_dagascii.py", + [ + "test_find_pager_uses_default_pager_when_found" + ] + ] + ], + "test_find_pager_returns_plain_pager_when_default_missing": [ + [ + "tests/unit/test_dagascii.py", + [ + "test_find_pager_returns_plain_pager_when_default_missing" + ] + ] + ], + "test_find_pager_uses_custom_pager_when_env_var_is_defined": [ + [ + "tests/unit/test_dagascii.py", + [ + "test_find_pager_uses_custom_pager_when_env_var_is_defined" + ] + ] + ], + "test_find_pager_returns_plain_pager_when_is_not_atty": [ + [ + "tests/unit/test_dagascii.py", + [ + "test_find_pager_returns_plain_pager_when_is_not_atty" + ] + ] + ], + "test_pipelines_file": [ + [ + "tests/unit/test_dvcfile.py", + [ + "test_pipelines_file" + ] + ] + ], + "test_pipelines_single_stage_file": [ + [ + "tests/unit/test_dvcfile.py", + [ + "test_pipelines_single_stage_file" + ] + ] + ], + "mock_dvcignore": [ + [ + "tests/unit/test_ignore.py", + [ + "mock_dvcignore" + ] + ] + ], + "test_ignore_from_file_should_filter_dirs_and_files": [ + [ + "tests/unit/test_ignore.py", + [ + "test_ignore_from_file_should_filter_dirs_and_files" + ] + ] + ], + "test_match_ignore_from_file": [ + [ + "tests/unit/test_ignore.py", + [ + "test_match_ignore_from_file" + ] + ] + ], + "test_should_ignore_dir": [ + [ + "tests/unit/test_ignore.py", + [ + "test_should_ignore_dir" + ] + ] + ], + "test_no_remote_imports": [ + [ + "tests/unit/test_imports.py", + [ + "test_no_remote_imports" + ] + ] + ], + "test_stage_dump_no_outs_deps": [ + [ + "tests/unit/test_lockfile.py", + [ + "test_stage_dump_no_outs_deps" + ] + ] + ], + "test_stage_dump_when_already_exists": [ + [ + "tests/unit/test_lockfile.py", + [ + "test_stage_dump_when_already_exists" + ] + ] + ], + "test_stage_dump_with_deps_and_outs": [ + [ + "tests/unit/test_lockfile.py", + [ + "test_stage_dump_with_deps_and_outs" + ] + ] + ], + "test_stage_overwrites_if_already_exists": [ + [ + "tests/unit/test_lockfile.py", + [ + "test_stage_overwrites_if_already_exists" + ] + ] + ], + "test_load_when_lockfile_does_not_exist": [ + [ + "tests/unit/test_lockfile.py", + [ + "test_load_when_lockfile_does_not_exist" + ] + ] + ], + "test_load_when_lockfile_is_corrupted": [ + [ + "tests/unit/test_lockfile.py", + [ + "test_load_when_lockfile_is_corrupted" + ] + ] + ], + "dt": [ + [ + "tests/unit/test_logger.py", + [ + "dt" + ] + ] + ], + "test_debug": [ + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_debug" + ] + ] + ], + "test_info": [ + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_info" + ] + ] + ], + "test_warning": [ + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_warning" + ] + ] + ], + "test_exception": [ + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_exception" + ] + ] + ], + "test_exception_with_description_and_without_message": [ + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_exception_with_description_and_without_message" + ] + ] + ], + "test_exception_with_description_and_message": [ + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_exception_with_description_and_message" + ] + ] + ], + "test_exception_under_verbose": [ + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_exception_under_verbose" + ] + ] + ], + "test_exc_info_on_other_record_types": [ + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_exc_info_on_other_record_types" + ] + ] + ], + "test_tb_only": [ + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_tb_only" + ] + ] + ], + "test_nested_exceptions": [ + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_nested_exceptions" + ] + ] + ], + "test_progress_awareness": [ + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_progress_awareness" + ] + ] + ], + "test_handlers": [ + [ + "tests/unit/test_logger.py", + [ + "test_handlers" + ] + ] + ], + "test_logging_debug_with_datetime": [ + [ + "tests/unit/test_logger.py", + [ + "test_logging_debug_with_datetime" + ] + ] + ], + "test_info_with_debug_loglevel_shows_no_datetime": [ + [ + "tests/unit/test_logger.py", + [ + "test_info_with_debug_loglevel_shows_no_datetime" + ] + ] + ], + "test_url_info_str": [ + [ + "tests/unit/test_path_info.py", + [ + "test_url_info_str" + ] + ] + ], + "test_url_info_eq": [ + [ + "tests/unit/test_path_info.py", + [ + "test_url_info_eq" + ] + ] + ], + "test_url_info_parent": [ + [ + "tests/unit/test_path_info.py", + [ + "test_url_info_parent" + ] + ] + ], + "test_url_info_parents": [ + [ + "tests/unit/test_path_info.py", + [ + "test_url_info_parents" + ] + ] + ], + "test_url_info_deepcopy": [ + [ + "tests/unit/test_path_info.py", + [ + "test_url_info_deepcopy" + ] + ] + ], + "test_https_url_info_str": [ + [ + "tests/unit/test_path_info.py", + [ + "test_https_url_info_str" + ] + ] + ], + "test_path_info_as_posix": [ + [ + "tests/unit/test_path_info.py", + [ + "test_path_info_as_posix" + ] + ] + ], + "test_parse_json": [ + [ + "tests/unit/test_plot.py", + [ + "test_parse_json" + ] + ] + ], + "test_finding_lists": [ + [ + "tests/unit/test_plot.py", + [ + "test_finding_lists" + ] + ] + ], + "test_finding_data": [ + [ + "tests/unit/test_plot.py", + [ + "test_finding_data" + ] + ] + ], + "test_quiet_logging": [ + [ + "tests/unit/test_progress.py", + [ + "test_quiet_logging" + ] + ] + ], + "test_quiet_logging_disable_false": [ + [ + "tests/unit/test_progress.py", + [ + "test_quiet_logging_disable_false" + ] + ] + ], + "test_quiet_notty": [ + [ + "tests/unit/test_progress.py", + [ + "test_quiet_notty" + ] + ] + ], + "test_eof": [ + [ + "tests/unit/test_prompt.py", + [ + "TestConfirm", + "test_eof" + ] + ] + ], + "test_rwlock": [ + [ + "tests/unit/test_rwlock.py", + [ + "test_rwlock" + ] + ] + ], + "test_rwlock_reentrant": [ + [ + "tests/unit/test_rwlock.py", + [ + "test_rwlock_reentrant" + ] + ] + ], + "test_rwlock_subdirs": [ + [ + "tests/unit/test_rwlock.py", + [ + "test_rwlock_subdirs" + ] + ] + ], + "test_broken_rwlock": [ + [ + "tests/unit/test_rwlock.py", + [ + "test_broken_rwlock" + ] + ] + ], + "test_stage_checksum": [ + [ + "tests/unit/test_stage.py", + [ + "test_stage_checksum" + ] + ] + ], + "test_wdir_default_ignored": [ + [ + "tests/unit/test_stage.py", + [ + "test_wdir_default_ignored" + ] + ] + ], + "test_wdir_non_default_is_not_ignored": [ + [ + "tests/unit/test_stage.py", + [ + "test_wdir_non_default_is_not_ignored" + ] + ] + ], + "test_meta_ignored": [ + [ + "tests/unit/test_stage.py", + [ + "test_meta_ignored" + ] + ] + ], + "test_stage_update": [ + [ + "tests/unit/test_stage.py", + [ + "test_stage_update" + ] + ] + ], + "test_stage_run_ignore_sigint": [ + [ + "tests/unit/test_stage.py", + [ + "test_stage_run_ignore_sigint" + ] + ] + ], + "test_always_changed": [ + [ + "tests/unit/test_stage.py", + [ + "test_always_changed" + ] + ] + ], + "test_stage_cache": [ + [ + "tests/unit/test_stage.py", + [ + "test_stage_cache" + ] + ] + ], + "test_build_uri": [ + [ + "tests/unit/test_state.py", + [ + "test_build_uri" + ] + ] + ], + "updater": [ + [ + "tests/unit/test_updater.py", + [ + "updater" + ] + ] + ], + "test_is_outdated": [ + [ + "tests/unit/test_updater.py", + [ + "test_is_outdated" + ] + ] + ], + "test_check": [ + [ + "tests/unit/test_updater.py", + [ + "test_check" + ] + ] + ], + "test_is_release": [ + [ + "tests/unit/test_version.py", + [ + "test_is_release" + ] + ] + ], + "test_apply_diff_is_inplace": [ + [ + "tests/unit/utils/test_collections.py", + [ + "test_apply_diff_is_inplace" + ] + ] + ], + "test_apply_diff_mapping": [ + [ + "tests/unit/utils/test_collections.py", + [ + "test_apply_diff_mapping" + ] + ] + ], + "test_apply_diff_seq": [ + [ + "tests/unit/utils/test_collections.py", + [ + "test_apply_diff_seq" + ] + ] + ], + "test_should_raise_exception_on_base_path_not_in_path": [ + [ + "tests/unit/utils/test_fs.py", + [ + "TestContainsLink", + "test_should_raise_exception_on_base_path_not_in_path" + ] + ] + ], + "test_should_return_true_on_symlink_in_path": [ + [ + "tests/unit/utils/test_fs.py", + [ + "TestContainsLink", + "test_should_return_true_on_symlink_in_path" + ] + ] + ], + "test_should_return_false_on_path_eq_to_base_path": [ + [ + "tests/unit/utils/test_fs.py", + [ + "TestContainsLink", + "test_should_return_false_on_path_eq_to_base_path" + ] + ] + ], + "test_should_return_false_on_no_more_dirs_below_path": [ + [ + "tests/unit/utils/test_fs.py", + [ + "TestContainsLink", + "test_should_return_false_on_no_more_dirs_below_path" + ] + ] + ], + "base_path_is_symlink": [ + [ + "tests/unit/utils/test_fs.py", + [ + "TestContainsLink", + "test_should_return_false_when_base_path_is_symlink", + "base_path_is_symlink" + ] + ] + ], + "test_should_return_false_when_base_path_is_symlink": [ + [ + "tests/unit/utils/test_fs.py", + [ + "TestContainsLink", + "test_should_return_false_when_base_path_is_symlink" + ] + ] + ], + "test_path_object_and_str_are_valid_arg_types": [ + [ + "tests/unit/utils/test_fs.py", + [ + "TestContainsLink", + "test_path_object_and_str_are_valid_arg_types" + ] + ] + ], + "test_should_call_recursive_on_no_condition_matched": [ + [ + "tests/unit/utils/test_fs.py", + [ + "test_should_call_recursive_on_no_condition_matched" + ] + ] + ], + "test_relpath_windows_different_drives": [ + [ + "tests/unit/utils/test_fs.py", + [ + "test_relpath_windows_different_drives" + ] + ] + ], + "test_get_inode": [ + [ + "tests/unit/utils/test_fs.py", + [ + "test_get_inode" + ] + ] + ], + "test_path_object_and_str_are_valid_types_get_mtime_and_size": [ + [ + "tests/unit/utils/test_fs.py", + [ + "test_path_object_and_str_are_valid_types_get_mtime_and_size" + ] + ] + ], + "test_remove": [ + [ + "tests/unit/utils/test_fs.py", + [ + "test_remove" + ] + ] + ], + "test_path_isin_positive": [ + [ + "tests/unit/utils/test_fs.py", + [ + "test_path_isin_positive" + ] + ] + ], + "test_path_isin_on_same_path": [ + [ + "tests/unit/utils/test_fs.py", + [ + "test_path_isin_on_same_path" + ] + ] + ], + "test_path_isin_on_common_substring_path": [ + [ + "tests/unit/utils/test_fs.py", + [ + "test_path_isin_on_common_substring_path" + ] + ] + ], + "test_path_isin_accepts_pathinfo": [ + [ + "tests/unit/utils/test_fs.py", + [ + "test_path_isin_accepts_pathinfo" + ] + ] + ], + "test_path_isin_with_absolute_path": [ + [ + "tests/unit/utils/test_fs.py", + [ + "test_path_isin_with_absolute_path" + ] + ] + ], + "bad_iter_content": [ + [ + "tests/unit/utils/test_http.py", + [ + "test_open_url", + "bad_iter_content" + ] + ] + ], + "test_open_url": [ + [ + "tests/unit/utils/test_http.py", + [ + "test_open_url" + ] + ] + ], + "test_get_summary": [ + [ + "tests/unit/utils/test_humanize.py", + [ + "test_get_summary" + ] + ] + ], + "test_to_chunks_chunk_size": [ + [ + "tests/unit/utils/test_utils.py", + [ + "test_to_chunks_chunk_size" + ] + ] + ], + "test_to_chunks_should_raise": [ + [ + "tests/unit/utils/test_utils.py", + [ + "test_to_chunks_should_raise" + ] + ] + ], + "test_to_chunks_num_chunks": [ + [ + "tests/unit/utils/test_utils.py", + [ + "test_to_chunks_num_chunks" + ] + ] + ], + "test_fix_env_pyenv": [ + [ + "tests/unit/utils/test_utils.py", + [ + "test_fix_env_pyenv" + ] + ] + ], + "test_file_md5": [ + [ + "tests/unit/utils/test_utils.py", + [ + "test_file_md5" + ] + ] + ], + "pattern": [ + [ + "tests/unit/utils/test_utils.py", + [ + "test_tmp_fname", + "pattern" + ] + ] + ], + "test_tmp_fname": [ + [ + "tests/unit/utils/test_utils.py", + [ + "test_tmp_fname" + ] + ] + ], + "test_relpath": [ + [ + "tests/unit/utils/test_utils.py", + [ + "test_relpath" + ] + ] + ], + "test_resolve_output": [ + [ + "tests/unit/utils/test_utils.py", + [ + "test_resolve_output" + ] + ] + ], + "test_parse_target": [ + [ + "tests/unit/utils/test_utils.py", + [ + "test_parse_target" + ] + ] + ], + "test_hint_on_lockfile": [ + [ + "tests/unit/utils/test_utils.py", + [ + "test_hint_on_lockfile" + ] + ] + ], + "test_dict_sha256": [ + [ + "tests/unit/utils/test_utils.py", + [ + "test_dict_sha256" + ] + ] + ], + "get_gitignore_content": [ + [ + "tests/utils/__init__.py", + [ + "get_gitignore_content" + ] + ] + ], + "cd": [ + [ + "tests/utils/__init__.py", + [ + "cd" + ] + ] + ], + "trees_equal": [ + [ + "tests/utils/__init__.py", + [ + "trees_equal" + ] + ] + ], + "to_posixpath": [ + [ + "tests/utils/__init__.py", + [ + "to_posixpath" + ] + ] + ], + "end_headers": [ + [ + "tests/utils/httpd.py", + [ + "TestRequestHandler", + "end_headers" + ] + ] + ], + "_chunks": [ + [ + "tests/utils/httpd.py", + [ + "PushRequestHandler", + "_chunks" + ] + ] + ], + "do_POST": [ + [ + "tests/utils/httpd.py", + [ + "PushRequestHandler", + "do_POST" + ] + ] + ] +} \ No newline at end of file