diff --git "a/iterative__dvc-4185/blocks_by_function_name.json" "b/iterative__dvc-4185/blocks_by_function_name.json" new file mode 100644--- /dev/null +++ "b/iterative__dvc-4185/blocks_by_function_name.json" @@ -0,0 +1,21096 @@ +{ + "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/remotes/base.py", + [ + "Base", + "get_url" + ] + ], + [ + "tests/remotes/gdrive.py", + [ + "GDrive", + "get_url" + ] + ], + [ + "tests/remotes/gs.py", + [ + "GCP", + "get_url" + ] + ], + [ + "tests/remotes/hdfs.py", + [ + "HDFS", + "get_url" + ] + ], + [ + "tests/remotes/http.py", + [ + "HTTP", + "get_url" + ] + ], + [ + "tests/remotes/local.py", + [ + "Local", + "get_url" + ] + ], + [ + "tests/remotes/s3.py", + [ + "S3", + "get_url" + ] + ], + [ + "tests/remotes/ssh.py", + [ + "SSH", + "get_url" + ] + ], + [ + "tests/remotes/ssh.py", + [ + "SSHMocked", + "get_url" + ] + ] + ], + "open": [ + [ + "dvc/api.py", + [ + "open" + ] + ], + [ + "dvc/ignore.py", + [ + "CleanTree", + "open" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "open" + ] + ], + [ + "dvc/remote/base.py", + [ + "Remote", + "open" + ] + ], + [ + "dvc/remote/base.py", + [ + "CloudCache", + "open" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "open" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemoteTree", + "open" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "open" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "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/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", + [ + "BaseRemoteTree", + "estimate_remote_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" + ] + ] + ], + "_find_parser": [ + [ + "dvc/cli.py", + [ + "_find_parser" + ] + ] + ], + "error": [ + [ + "dvc/cli.py", + [ + "DvcParser", + "error" + ] + ] + ], + "parse_args": [ + [ + "dvc/cli.py", + [ + "DvcParser", + "parse_args" + ] + ], + [ + "dvc/cli.py", + [ + "parse_args" + ] + ] + ], + "__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" + ] + ] + ], + "get_main_parser": [ + [ + "dvc/cli.py", + [ + "get_main_parser" + ] + ] + ], + "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/completion.py", + [ + "CmdCompletion", + "run" + ] + ], + [ + "dvc/command/config.py", + [ + "CmdConfig", + "run" + ] + ], + [ + "dvc/command/daemon.py", + [ + "CmdDaemonUpdater", + "run" + ] + ], + [ + "dvc/command/daemon.py", + [ + "CmdDaemonAnalytics", + "run" + ] + ], + [ + "dvc/command/dag.py", + [ + "CmdDAG", + "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/freeze.py", + [ + "CmdFreeze", + "run" + ] + ], + [ + "dvc/command/freeze.py", + [ + "CmdUnfreeze", + "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/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/ls/__init__.py", + [ + "CmdList", + "run" + ] + ], + [ + "dvc/command/metrics.py", + [ + "CmdMetricsShow", + "run" + ] + ], + [ + "dvc/command/metrics.py", + [ + "CmdMetricsDiff", + "run" + ] + ], + [ + "dvc/command/move.py", + [ + "CmdMove", + "run" + ] + ], + [ + "dvc/command/params.py", + [ + "CmdParamsDiff", + "run" + ] + ], + [ + "dvc/command/plots.py", + [ + "CmdPlots", + "run" + ] + ], + [ + "dvc/command/plots.py", + [ + "CmdPlotsModify", + "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/remote.py", + [ + "CmdRemoteRename", + "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/dir_helpers.py", + [ + "run_head", + "run" + ] + ], + [ + "tests/func/conftest.py", + [ + "run_copy_metrics", + "run" + ] + ], + [ + "tests/func/test_cli.py", + [ + "TestFindRoot", + "test", + "Cmd", + "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/completion.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/config.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/daemon.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/dag.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/data_sync.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/destroy.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/diff.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/freeze.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/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/plots.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" + ] + ], + [ + "tests/remotes/azure.py", + [ + "azure_server", + "_check" + ] + ], + [ + "tests/remotes/oss.py", + [ + "oss_server", + "_check" + ] + ] + ], + "_show_ascii": [ + [ + "dvc/command/dag.py", + [ + "_show_ascii" + ] + ] + ], + "_show_dot": [ + [ + "dvc/command/dag.py", + [ + "_show_dot" + ] + ] + ], + "_relabel": [ + [ + "dvc/command/dag.py", + [ + "_build", + "_relabel" + ] + ] + ], + "_build": [ + [ + "dvc/command/dag.py", + [ + "_build" + ] + ] + ], + "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" + ] + ] + ], + "_run": [ + [ + "dvc/command/freeze.py", + [ + "CmdFreezeBase", + "_run" + ] + ], + [ + "dvc/command/git_hook.py", + [ + "CmdHookBase", + "_run" + ] + ], + [ + "dvc/command/git_hook.py", + [ + "CmdPreCommit", + "_run" + ] + ], + [ + "dvc/command/git_hook.py", + [ + "CmdPostCheckout", + "_run" + ] + ], + [ + "dvc/command/git_hook.py", + [ + "CmdPrePush", + "_run" + ] + ], + [ + "tests/func/test_repro.py", + [ + "SingleStageRun", + "_run" + ] + ], + [ + "tests/func/test_repro_multistage.py", + [ + "MultiStageRun", + "_run" + ] + ] + ], + "_show_url": [ + [ + "dvc/command/get.py", + [ + "CmdGet", + "_show_url" + ] + ] + ], + "_get_file_from_repo": [ + [ + "dvc/command/get.py", + [ + "CmdGet", + "_get_file_from_repo" + ] + ] + ], + "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" + ] + ] + ], + "_round": [ + [ + "dvc/command/metrics.py", + [ + "_show_diff", + "_round" + ] + ] + ], + "_show_diff": [ + [ + "dvc/command/metrics.py", + [ + "_show_diff" + ] + ], + [ + "dvc/command/params.py", + [ + "_show_diff" + ] + ] + ], + "_func": [ + [ + "dvc/command/plots.py", + [ + "CmdPlots", + "_func" + ] + ], + [ + "dvc/command/plots.py", + [ + "CmdPlotsShow", + "_func" + ] + ], + [ + "dvc/command/plots.py", + [ + "CmdPlotsDiff", + "_func" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_filter_outs", + "_func" + ] + ] + ], + "_props": [ + [ + "dvc/command/plots.py", + [ + "CmdPlots", + "_props" + ] + ] + ], + "_add_props_arguments": [ + [ + "dvc/command/plots.py", + [ + "_add_props_arguments" + ] + ] + ], + "_add_output_arguments": [ + [ + "dvc/command/plots.py", + [ + "_add_output_arguments" + ] + ] + ], + "_check_exists": [ + [ + "dvc/command/remote.py", + [ + "CmdRemote", + "_check_exists" + ] + ] + ], + "_rename_default": [ + [ + "dvc/command/remote.py", + [ + "CmdRemoteRename", + "_rename_default" + ] + ] + ], + "_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" + ] + ] + ], + "_show": [ + [ + "dvc/command/status.py", + [ + "CmdDataStatus", + "_show" + ] + ] + ], + "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" + ] + ] + ], + "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/repo/plots/template.py", + [ + "PlotTemplates", + "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" + ] + ], + [ + "dvc/utils/pager.py", + [ + "pager" + ] + ] + ], + "make_pager": [ + [ + "dvc/dagascii.py", + [ + "make_pager" + ] + ], + [ + "dvc/utils/pager.py", + [ + "make_pager" + ] + ] + ], + "find_pager": [ + [ + "dvc/dagascii.py", + [ + "find_pager" + ] + ], + [ + "dvc/utils/pager.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" + ] + ], + [ + "dvc/remote/__init__.py", + [ + "get_remote" + ] + ] + ], + "_init_remote": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "_init_remote" + ] + ] + ], + "push": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "push" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalCache", + "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", + [ + "LocalCache", + "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", + [ + "LocalCache", + "status" + ] + ], + [ + "dvc/repo/status.py", + [ + "status" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "status" + ] + ] + ], + "_get": [ + [ + "dvc/dependency/__init__.py", + [ + "_get" + ] + ], + [ + "dvc/output/__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" + ] + ] + ], + "_merge_params": [ + [ + "dvc/dependency/__init__.py", + [ + "_merge_params" + ] + ] + ], + "loads_params": [ + [ + "dvc/dependency/__init__.py", + [ + "loads_params" + ] + ] + ], + "fill_values": [ + [ + "dvc/dependency/param.py", + [ + "ParamsDependency", + "fill_values" + ] + ] + ], + "save": [ + [ + "dvc/dependency/param.py", + [ + "ParamsDependency", + "save" + ] + ], + [ + "dvc/dependency/repo.py", + [ + "RepoDependency", + "save" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "save" + ] + ], + [ + "dvc/remote/base.py", + [ + "CloudCache", + "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", + [ + "BaseRemoteTree", + "save_info" + ] + ], + [ + "dvc/remote/base.py", + [ + "Remote", + "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__" + ] + ] + ], + "_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", + [ + "BaseRemoteTree", + "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", + [ + "Remote", + "__repr__" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "__repr__" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "__repr__" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "__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", + [ + "AzureRemoteTree", + "exists" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "exists" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "exists" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemoteTree", + "exists" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemoteTree", + "exists" + ] + ], + [ + "dvc/remote/http.py", + [ + "HTTPRemoteTree", + "exists" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "exists" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemoteTree", + "exists" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "exists" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "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" + ] + ], + [ + "tests/remotes/base.py", + [ + "Base", + "exists" + ] + ], + [ + "tests/remotes/gs.py", + [ + "GCP", + "exists" + ] + ], + [ + "tests/remotes/hdfs.py", + [ + "HDFS", + "exists" + ] + ], + [ + "tests/remotes/s3.py", + [ + "S3", + "exists" + ] + ], + [ + "tests/remotes/ssh.py", + [ + "SSHMocked", + "exists" + ] + ] + ], + "remove": [ + [ + "dvc/dvcfile.py", + [ + "FileMixin", + "remove" + ] + ], + [ + "dvc/dvcfile.py", + [ + "PipelineFile", + "remove" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "remove" + ] + ], + [ + "dvc/remote/azure.py", + [ + "AzureRemoteTree", + "remove" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "remove" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "remove" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemoteTree", + "remove" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemoteTree", + "remove" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "remove" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemoteTree", + "remove" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "remove" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "remove" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "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/plots/template.py", + [ + "PlotTemplates", + "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", + [ + "stages" + ] + ] + ], + "remove_stage": [ + [ + "dvc/dvcfile.py", + [ + "SingleStageFile", + "remove_stage" + ] + ], + [ + "dvc/dvcfile.py", + [ + "PipelineFile", + "remove_stage" + ] + ], + [ + "dvc/dvcfile.py", + [ + "Lockfile", + "remove_stage" + ] + ] + ], + "_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" + ] + ] + ], + "local_cache": [ + [ + "dvc/external_repo.py", + [ + "BaseExternalRepo", + "local_cache" + ] + ] + ], + "use_cache": [ + [ + "dvc/external_repo.py", + [ + "BaseExternalRepo", + "use_cache" + ] + ] + ], + "repo_tree": [ + [ + "dvc/external_repo.py", + [ + "BaseExternalRepo", + "repo_tree" + ] + ] + ], + "get_rev": [ + [ + "dvc/external_repo.py", + [ + "BaseExternalRepo", + "get_rev" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "get_rev" + ] + ] + ], + "download_update": [ + [ + "dvc/external_repo.py", + [ + "BaseExternalRepo", + "fetch_external", + "download_update" + ] + ] + ], + "fetch_external": [ + [ + "dvc/external_repo.py", + [ + "BaseExternalRepo", + "fetch_external" + ] + ] + ], + "get_external": [ + [ + "dvc/external_repo.py", + [ + "BaseExternalRepo", + "get_external" + ] + ] + ], + "_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" + ] + ], + [ + "tests/remotes/base.py", + [ + "Base", + "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" + ] + ] + ], + "ignore": [ + [ + "dvc/ignore.py", + [ + "DvcIgnorePatterns", + "ignore" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "ignore" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "ignore" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "ignore" + ] + ] + ], + "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", + [ + "BaseRemoteTree", + "isdir" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemoteTree", + "isdir" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "isdir" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "isdir" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "isdir" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "isdir" + ] + ], + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "isdir" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "isdir" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "isdir" + ] + ], + [ + "dvc/scm/tree.py", + [ + "BaseTree", + "isdir" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "isdir" + ] + ] + ], + "_valid_dirname": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "_valid_dirname" + ] + ] + ], + "isfile": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "isfile" + ] + ], + [ + "dvc/output/base.py", + [ + "BaseOutput", + "isfile" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "isfile" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemoteTree", + "isfile" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "isfile" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "isfile" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "isfile" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "isfile" + ] + ], + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "isfile" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "isfile" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "isfile" + ] + ], + [ + "dvc/scm/tree.py", + [ + "BaseTree", + "isfile" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "isfile" + ] + ] + ], + "_valid_filename": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "_valid_filename" + ] + ] + ], + "isexec": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "isexec" + ] + ], + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "isexec" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "isexec" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "isexec" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "isexec" + ] + ] + ], + "_parents_exist": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "_parents_exist" + ] + ] + ], + "walk": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "walk" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "walk" + ] + ], + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "walk" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "walk" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "walk" + ] + ], + [ + "dvc/scm/tree.py", + [ + "BaseTree", + "walk" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "walk" + ] + ] + ], + "stat": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "stat" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "stat" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "stat" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "stat" + ] + ] + ], + "hash_jobs": [ + [ + "dvc/ignore.py", + [ + "CleanTree", + "hash_jobs" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "hash_jobs" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "hash_jobs" + ] + ], + [ + "dvc/scm/tree.py", + [ + "WorkingTree", + "hash_jobs" + ] + ] + ], + "istextfile": [ + [ + "dvc/istextfile.py", + [ + "istextfile" + ] + ] + ], + "_do_lock": [ + [ + "dvc/lock.py", + [ + "Lock", + "_do_lock" + ] + ] + ], + "lock": [ + [ + "dvc/lock.py", + [ + "Lock", + "lock" + ] + ], + [ + "dvc/lock.py", + [ + "HardlinkLock", + "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" + ] + ] + ], + "logForLevel": [ + [ + "dvc/logger.py", + [ + "addLoggingLevel", + "logForLevel" + ] + ] + ], + "logToRoot": [ + [ + "dvc/logger.py", + [ + "addLoggingLevel", + "logToRoot" + ] + ] + ], + "addLoggingLevel": [ + [ + "dvc/logger.py", + [ + "addLoggingLevel" + ] + ] + ], + "filter": [ + [ + "dvc/logger.py", + [ + "excludeFilter", + "ExcludeLevelFilter", + "filter" + ] + ] + ], + "excludeFilter": [ + [ + "dvc/logger.py", + [ + "excludeFilter" + ] + ] + ], + "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" + ] + ], + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunDirMetrics", + "setup" + ] + ] + ], + "main": [ + [ + "dvc/main.py", + [ + "main" + ] + ], + [ + "fastentrypoints.py", + [ + "main" + ] + ] + ], + "_split_dict": [ + [ + "dvc/output/__init__.py", + [ + "_split_dict" + ] + ] + ], + "_merge_data": [ + [ + "dvc/output/__init__.py", + [ + "_merge_data" + ] + ] + ], + "load_from_pipeline": [ + [ + "dvc/output/__init__.py", + [ + "load_from_pipeline" + ] + ] + ], + "scheme": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "scheme" + ] + ], + [ + "dvc/remote/base.py", + [ + "Remote", + "scheme" + ] + ], + [ + "dvc/remote/base.py", + [ + "CloudCache", + "scheme" + ] + ] + ], + "use_scm_ignore": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "use_scm_ignore" + ] + ] + ], + "cache": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "cache" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "cache" + ] + ], + [ + "dvc/remote/base.py", + [ + "Remote", + "cache" + ] + ], + [ + "dvc/remote/base.py", + [ + "CloudCache", + "cache" + ] + ] + ], + "dir_cache": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "dir_cache" + ] + ] + ], + "supported": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "supported" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "supported" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalCache", + "supported" + ] + ] + ], + "cache_path": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "cache_path" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalCache", + "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" + ] + ] + ], + "is_dir_checksum": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "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", + [ + "CloudCache", + "changed_cache" + ] + ] + ], + "changed": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "changed" + ] + ], + [ + "dvc/remote/base.py", + [ + "CloudCache", + "changed" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "changed" + ] + ] + ], + "is_empty": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "is_empty" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "is_empty" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "is_empty" + ] + ] + ], + "ignore_remove": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "ignore_remove" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "ignore_remove" + ] + ], + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "ignore_remove" + ] + ] + ], + "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", + [ + "CloudCache", + "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", + [ + "BaseRemoteTree", + "move" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "move" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "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", + [ + "CloudCache", + "get_files_number" + ] + ] + ], + "unprotect": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "unprotect" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "unprotect" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "unprotect" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "unprotect" + ] + ] + ], + "get_dir_cache": [ + [ + "dvc/output/base.py", + [ + "BaseOutput", + "get_dir_cache" + ] + ], + [ + "dvc/remote/base.py", + [ + "CloudCache", + "get_dir_cache" + ] + ] + ], + "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" + ] + ] + ], + "fspath": [ + [ + "dvc/output/local.py", + [ + "LocalOutput", + "fspath" + ] + ], + [ + "dvc/path_info.py", + [ + "PathInfo", + "fspath" + ] + ] + ], + "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__" + ] + ] + ], + "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" + ] + ] + ], + "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" + ] + ] + ], + "_get_tree": [ + [ + "dvc/remote/__init__.py", + [ + "_get_tree" + ] + ] + ], + "_get_conf": [ + [ + "dvc/remote/__init__.py", + [ + "_get_conf" + ] + ] + ], + "_resolve_remote_refs": [ + [ + "dvc/remote/__init__.py", + [ + "_resolve_remote_refs" + ] + ] + ], + "get_cloud_tree": [ + [ + "dvc/remote/__init__.py", + [ + "get_cloud_tree" + ] + ] + ], + "_az_config": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemoteTree", + "_az_config" + ] + ] + ], + "blob_service": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemoteTree", + "blob_service" + ] + ] + ], + "get_etag": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemoteTree", + "get_etag" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "get_etag" + ] + ] + ], + "_generate_download_url": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemoteTree", + "_generate_download_url" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemoteTree", + "_generate_download_url" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemoteTree", + "_generate_download_url" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "_generate_download_url" + ] + ] + ], + "_list_paths": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemoteTree", + "_list_paths" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_list_paths" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemoteTree", + "_list_paths" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemoteTree", + "_list_paths" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "_list_paths" + ] + ] + ], + "walk_files": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemoteTree", + "walk_files" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "walk_files" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "walk_files" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemoteTree", + "walk_files" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemoteTree", + "walk_files" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "walk_files" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemoteTree", + "walk_files" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "walk_files" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "walk_files" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "walk_files" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "walk_files" + ] + ], + [ + "dvc/scm/tree.py", + [ + "BaseTree", + "walk_files" + ] + ], + [ + "dvc/utils/fs.py", + [ + "walk_files" + ] + ] + ], + "get_file_hash": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemoteTree", + "get_file_hash" + ] + ], + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "get_file_hash" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "get_file_hash" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemoteTree", + "get_file_hash" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemoteTree", + "get_file_hash" + ] + ], + [ + "dvc/remote/http.py", + [ + "HTTPRemoteTree", + "get_file_hash" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "get_file_hash" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "get_file_hash" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "get_file_hash" + ] + ], + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "get_file_hash" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "get_file_hash" + ] + ] + ], + "_upload": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemoteTree", + "_upload" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_upload" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemoteTree", + "_upload" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemoteTree", + "_upload" + ] + ], + [ + "dvc/remote/http.py", + [ + "HTTPRemoteTree", + "_upload" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "_upload" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemoteTree", + "_upload" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "_upload" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "_upload" + ] + ] + ], + "_download": [ + [ + "dvc/remote/azure.py", + [ + "AzureRemoteTree", + "_download" + ] + ], + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_download" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemoteTree", + "_download" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemoteTree", + "_download" + ] + ], + [ + "dvc/remote/http.py", + [ + "HTTPRemoteTree", + "_download" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "_download" + ] + ], + [ + "dvc/remote/oss.py", + [ + "OSSRemoteTree", + "_download" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "_download" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "_download" + ] + ] + ], + "wrapper": [ + [ + "dvc/remote/base.py", + [ + "index_locked", + "wrapper" + ] + ], + [ + "dvc/remote/gs.py", + [ + "dynamic_chunk_size", + "wrapper" + ] + ], + [ + "dvc/remote/local.py", + [ + "_log_exceptions", + "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", + [ + "BaseRemoteTree", + "get_missing_deps" + ] + ] + ], + "_check_requires": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "_check_requires" + ] + ] + ], + "file_mode": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "file_mode" + ] + ] + ], + "dir_mode": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "dir_mode" + ] + ] + ], + "iscopy": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "iscopy" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "iscopy" + ] + ] + ], + "makedirs": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "makedirs" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemoteTree", + "makedirs" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemoteTree", + "makedirs" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "makedirs" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "makedirs" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "makedirs" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "makedirs" + ] + ], + [ + "dvc/utils/fs.py", + [ + "makedirs" + ] + ] + ], + "copy": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "copy" + ] + ], + [ + "dvc/remote/gs.py", + [ + "GSRemoteTree", + "copy" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemoteTree", + "copy" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "copy" + ] + ], + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "copy" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "copy" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "copy" + ] + ], + [ + "dvc/system.py", + [ + "System", + "copy" + ] + ] + ], + "copy_fobj": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "copy_fobj" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "copy_fobj" + ] + ] + ], + "symlink": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "symlink" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "symlink" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "symlink" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "symlink" + ] + ], + [ + "dvc/system.py", + [ + "System", + "symlink" + ] + ] + ], + "hardlink": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "hardlink" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "hardlink" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "hardlink" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "hardlink" + ] + ], + [ + "dvc/system.py", + [ + "System", + "hardlink" + ] + ] + ], + "reflink": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "reflink" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "reflink" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "reflink" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "reflink" + ] + ], + [ + "dvc/system.py", + [ + "System", + "reflink" + ] + ] + ], + "protect": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "protect" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "protect" + ] + ] + ], + "is_protected": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "is_protected" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "is_protected" + ] + ] + ], + "is_dir_hash": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "is_dir_hash" + ] + ], + [ + "dvc/remote/base.py", + [ + "Remote", + "is_dir_hash" + ] + ], + [ + "dvc/remote/base.py", + [ + "CloudCache", + "is_dir_hash" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "is_dir_hash" + ] + ] + ], + "get_hash": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "get_hash" + ] + ], + [ + "dvc/remote/base.py", + [ + "Remote", + "get_hash" + ] + ], + [ + "dvc/remote/base.py", + [ + "CloudCache", + "get_hash" + ] + ] + ], + "get_dir_hash": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "get_dir_hash" + ] + ] + ], + "hash_to_path_info": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "hash_to_path_info" + ] + ], + [ + "dvc/remote/base.py", + [ + "Remote", + "hash_to_path_info" + ] + ], + [ + "dvc/remote/base.py", + [ + "CloudCache", + "hash_to_path_info" + ] + ] + ], + "path_to_hash": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "path_to_hash" + ] + ], + [ + "dvc/remote/base.py", + [ + "Remote", + "path_to_hash" + ] + ] + ], + "_calculate_hashes": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "_calculate_hashes" + ] + ] + ], + "_collect_dir": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "_collect_dir" + ] + ] + ], + "_save_dir_info": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "_save_dir_info" + ] + ] + ], + "_get_dir_info_hash": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "_get_dir_info_hash" + ] + ] + ], + "upload": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "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", + [ + "BaseRemoteTree", + "_download_dir" + ] + ] + ], + "_download_file": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "_download_file" + ] + ] + ], + "list_paths": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "list_paths" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "list_paths" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "list_paths" + ] + ] + ], + "list_hashes": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "list_hashes" + ] + ] + ], + "all": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "all" + ] + ] + ], + "_hashes_with_limit": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "_hashes_with_limit" + ] + ] + ], + "_max_estimation_size": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "_max_estimation_size" + ] + ] + ], + "estimate_remote_size": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "estimate_remote_size" + ] + ] + ], + "list_with_update": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "list_hashes_traverse", + "with_Tqdm_", + "list_with_update" + ] + ] + ], + "list_hashes_traverse": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "list_hashes_traverse" + ] + ] + ], + "exists_with_progress": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "list_hashes_exists", + "with_Tqdm_", + "exists_with_progress" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "hashes_exist", + "with_Tqdm_", + "exists_with_progress" + ] + ] + ], + "list_hashes_exists": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "list_hashes_exists" + ] + ] + ], + "_remove_unpacked_dir": [ + [ + "dvc/remote/base.py", + [ + "BaseRemoteTree", + "_remove_unpacked_dir" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "_remove_unpacked_dir" + ] + ] + ], + "path_info": [ + [ + "dvc/remote/base.py", + [ + "Remote", + "path_info" + ] + ], + [ + "dvc/remote/base.py", + [ + "CloudCache", + "path_info" + ] + ] + ], + "hashes_exist": [ + [ + "dvc/remote/base.py", + [ + "Remote", + "hashes_exist" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalCache", + "hashes_exist" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemote", + "hashes_exist" + ] + ], + [ + "tests/func/remote/test_index.py", + [ + "remote", + "hashes_exist" + ] + ] + ], + "gc": [ + [ + "dvc/remote/base.py", + [ + "Remote", + "gc" + ] + ], + [ + "dvc/repo/gc.py", + [ + "gc" + ] + ] + ], + "state": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "state" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "state" + ] + ] + ], + "hash_to_path": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "hash_to_path" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalCache", + "hash_to_path" + ] + ] + ], + "load_dir_cache": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "load_dir_cache" + ] + ] + ], + "link": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "link" + ] + ] + ], + "_link": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_link" + ] + ] + ], + "_verify_link": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_verify_link" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalCache", + "_verify_link" + ] + ] + ], + "_try_links": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_try_links" + ] + ] + ], + "_do_link": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_do_link" + ] + ] + ], + "_save_file": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_save_file" + ] + ] + ], + "_cache_is_copy": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_cache_is_copy" + ] + ] + ], + "_save_dir": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_save_dir" + ] + ] + ], + "_save": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_save" + ] + ] + ], + "changed_cache_file": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "changed_cache_file" + ] + ] + ], + "_changed_dir_cache": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_changed_dir_cache" + ] + ] + ], + "already_cached": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "already_cached" + ] + ], + [ + "dvc/remote/local.py", + [ + "LocalCache", + "already_cached" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "already_cached" + ] + ] + ], + "safe_remove": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "safe_remove" + ] + ] + ], + "_checkout_file": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_checkout_file" + ] + ] + ], + "_checkout_dir": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_checkout_dir" + ] + ] + ], + "_remove_redundant_files": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_remove_redundant_files" + ] + ] + ], + "_checkout": [ + [ + "dvc/remote/base.py", + [ + "CloudCache", + "_checkout" + ] + ], + [ + "dvc/repo/checkout.py", + [ + "_checkout" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_checkout" + ] + ] + ], + "should_retry": [ + [ + "dvc/remote/gdrive.py", + [ + "_gdrive_retry", + "should_retry" + ] + ] + ], + "_gdrive_retry": [ + [ + "dvc/remote/gdrive.py", + [ + "_gdrive_retry" + ] + ] + ], + "_validate_config": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_validate_config" + ] + ] + ], + "credentials_location": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "credentials_location" + ] + ] + ], + "_validate_credentials": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_validate_credentials" + ] + ] + ], + "_drive": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_drive" + ] + ] + ], + "_ids_cache": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_ids_cache" + ] + ] + ], + "_cache_path_id": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_cache_path_id" + ] + ] + ], + "_list_params": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_list_params" + ] + ] + ], + "_gdrive_shared_drive_id": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_gdrive_shared_drive_id" + ] + ] + ], + "_gdrive_upload_file": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_gdrive_upload_file" + ] + ] + ], + "_gdrive_download_file": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_gdrive_download_file" + ] + ] + ], + "gdrive_delete_file": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "gdrive_delete_file" + ] + ] + ], + "_gdrive_list": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_gdrive_list" + ] + ] + ], + "_gdrive_create_dir": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_gdrive_create_dir" + ] + ] + ], + "_create_dir": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_create_dir" + ] + ] + ], + "_get_remote_item_ids": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_get_remote_item_ids" + ] + ] + ], + "_get_cached_item_ids": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_get_cached_item_ids" + ] + ] + ], + "_path_to_item_ids": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_path_to_item_ids" + ] + ] + ], + "_get_item_id": [ + [ + "dvc/remote/gdrive.py", + [ + "GDriveRemoteTree", + "_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", + [ + "GSRemoteTree", + "gs" + ] + ], + [ + "tests/remotes/gs.py", + [ + "gs" + ] + ] + ], + "hdfs": [ + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemoteTree", + "hdfs" + ] + ], + [ + "tests/remotes/hdfs.py", + [ + "hdfs" + ] + ] + ], + "hadoop_fs": [ + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemoteTree", + "hadoop_fs" + ] + ] + ], + "_group": [ + [ + "dvc/remote/hdfs.py", + [ + "HDFSRemoteTree", + "_group" + ] + ] + ], + "ask_password": [ + [ + "dvc/remote/http.py", + [ + "ask_password" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "ask_password" + ] + ] + ], + "_auth_method": [ + [ + "dvc/remote/http.py", + [ + "HTTPRemoteTree", + "_auth_method" + ] + ] + ], + "_session": [ + [ + "dvc/remote/http.py", + [ + "HTTPRemoteTree", + "_session" + ] + ] + ], + "request": [ + [ + "dvc/remote/http.py", + [ + "HTTPRemoteTree", + "request" + ] + ], + [ + "dvc/utils/http.py", + [ + "iter_url", + "request" + ] + ] + ], + "chunks": [ + [ + "dvc/remote/http.py", + [ + "HTTPRemoteTree", + "_upload", + "chunks" + ] + ] + ], + "_content_length": [ + [ + "dvc/remote/http.py", + [ + "HTTPRemoteTree", + "_content_length" + ] + ] + ], + "__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__" + ] + ] + ], + "hashes": [ + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "hashes" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "hashes" + ] + ] + ], + "dir_hashes": [ + [ + "dvc/remote/index.py", + [ + "RemoteIndexNoop", + "dir_hashes" + ] + ], + [ + "dvc/remote/index.py", + [ + "RemoteIndex", + "dir_hashes" + ] + ] + ], + "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" + ] + ] + ], + "work_tree": [ + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "work_tree" + ] + ] + ], + "is_symlink": [ + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "is_symlink" + ] + ], + [ + "dvc/system.py", + [ + "System", + "is_symlink" + ] + ] + ], + "is_hardlink": [ + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "is_hardlink" + ] + ], + [ + "dvc/system.py", + [ + "System", + "is_hardlink" + ] + ] + ], + "_unprotect_file": [ + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "_unprotect_file" + ] + ] + ], + "_unprotect_dir": [ + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "_unprotect_dir" + ] + ] + ], + "getsize": [ + [ + "dvc/remote/local.py", + [ + "LocalRemoteTree", + "getsize" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "getsize" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "getsize" + ] + ] + ], + "_log_exceptions": [ + [ + "dvc/remote/local.py", + [ + "_log_exceptions" + ] + ] + ], + "cache_dir": [ + [ + "dvc/remote/local.py", + [ + "LocalCache", + "cache_dir" + ] + ] + ], + "cache_dir_1": [ + [ + "dvc/remote/local.py", + [ + "LocalCache", + "cache_dir_1" + ] + ] + ], + "_status": [ + [ + "dvc/remote/local.py", + [ + "LocalCache", + "_status" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_status" + ] + ] + ], + "make_names": [ + [ + "dvc/remote/local.py", + [ + "LocalCache", + "_make_status", + "make_names" + ] + ] + ], + "_make_status": [ + [ + "dvc/remote/local.py", + [ + "LocalCache", + "_make_status" + ] + ] + ], + "_indexed_dir_hashes": [ + [ + "dvc/remote/local.py", + [ + "LocalCache", + "_indexed_dir_hashes" + ] + ] + ], + "_fill_statuses": [ + [ + "dvc/remote/local.py", + [ + "LocalCache", + "_fill_statuses" + ] + ] + ], + "_get_plans": [ + [ + "dvc/remote/local.py", + [ + "LocalCache", + "_get_plans" + ] + ] + ], + "_process": [ + [ + "dvc/remote/local.py", + [ + "LocalCache", + "_process" + ] + ] + ], + "_dir_upload": [ + [ + "dvc/remote/local.py", + [ + "LocalCache", + "_dir_upload" + ] + ] + ], + "_log_missing_caches": [ + [ + "dvc/remote/local.py", + [ + "LocalCache", + "_log_missing_caches" + ] + ] + ], + "oss_service": [ + [ + "dvc/remote/oss.py", + [ + "OSSRemoteTree", + "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", + [ + "S3RemoteTree", + "s3" + ] + ], + [ + "tests/remotes/s3.py", + [ + "s3" + ] + ] + ], + "get_head_object": [ + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "get_head_object" + ] + ] + ], + "_append_aws_grants_to_extra_args": [ + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "_append_aws_grants_to_extra_args" + ] + ] + ], + "_list_objects": [ + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "_list_objects" + ] + ] + ], + "_copy_multipart": [ + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "_copy_multipart" + ] + ] + ], + "_copy": [ + [ + "dvc/remote/s3.py", + [ + "S3RemoteTree", + "_copy" + ] + ] + ], + "slow_link_guard": [ + [ + "dvc/remote/slow_link_detection.py", + [ + "slow_link_guard" + ] + ] + ], + "ssh_config_filename": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "ssh_config_filename" + ] + ] + ], + "_load_user_ssh_config": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "_load_user_ssh_config" + ] + ] + ], + "_try_get_ssh_config_port": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "_try_get_ssh_config_port" + ] + ] + ], + "_try_get_ssh_config_keyfile": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "_try_get_ssh_config_keyfile" + ] + ] + ], + "ensure_credentials": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "ensure_credentials" + ] + ] + ], + "ssh": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "SSHRemoteTree", + "ssh" + ] + ], + [ + "tests/remotes/ssh.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" + ] + ] + ], + "get_stage": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "get_stage" + ] + ] + ], + "get_stages": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "get_stages" + ] + ] + ], + "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" + ] + ], + [ + "dvc/repo/plots/__init__.py", + [ + "Plots", + "collect" + ] + ] + ], + "_collect_pipeline": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_collect_pipeline" + ] + ] + ], + "_collect_from_default_dvcfile": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_collect_from_default_dvcfile" + ] + ] + ], + "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" + ] + ], + [ + "tests/unit/command/test_dag.py", + [ + "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" + ] + ] + ], + "fetch": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "fetch" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "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" + ] + ] + ], + "_prepare_message": [ + [ + "dvc/repo/commit.py", + [ + "_prepare_message" + ] + ] + ], + "prompt_to_commit": [ + [ + "dvc/repo/commit.py", + [ + "prompt_to_commit" + ] + ] + ], + "_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/repo/plots/__init__.py", + [ + "Plots", + "diff" + ] + ], + [ + "dvc/repo/plots/diff.py", + [ + "diff" + ] + ], + [ + "dvc/utils/diff.py", + [ + "diff" + ] + ] + ], + "_fetch": [ + [ + "dvc/repo/fetch.py", + [ + "_fetch" + ] + ] + ], + "_fetch_external": [ + [ + "dvc/repo/fetch.py", + [ + "_fetch_external" + ] + ] + ], + "_set": [ + [ + "dvc/repo/freeze.py", + [ + "_set" + ] + ] + ], + "freeze": [ + [ + "dvc/repo/freeze.py", + [ + "freeze" + ] + ] + ], + "unfreeze": [ + [ + "dvc/repo/freeze.py", + [ + "unfreeze" + ] + ] + ], + "_do_gc": [ + [ + "dvc/repo/gc.py", + [ + "_do_gc" + ] + ] + ], + "_raise_error_if_all_disabled": [ + [ + "dvc/repo/gc.py", + [ + "_raise_error_if_all_disabled" + ] + ] + ], + "get": [ + [ + "dvc/repo/get.py", + [ + "get" + ] + ], + [ + "dvc/state.py", + [ + "StateNoop", + "get" + ] + ], + [ + "dvc/state.py", + [ + "State", + "get" + ] + ] + ], + "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" + ] + ] + ], + "onerror": [ + [ + "dvc/repo/ls.py", + [ + "_ls", + "onerror" + ] + ], + [ + "tests/unit/repo/test_repo_tree.py", + [ + "test_walk_onerror", + "onerror" + ] + ], + [ + "tests/unit/repo/test_tree.py", + [ + "test_walk_onerror", + "onerror" + ] + ], + [ + "tests/unit/scm/test_git.py", + [ + "test_walk_onerror", + "onerror" + ] + ] + ], + "_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" + ] + ], + [ + "dvc/repo/plots/__init__.py", + [ + "Plots", + "show" + ] + ] + ], + "_get_metrics": [ + [ + "dvc/repo/metrics/diff.py", + [ + "_get_metrics" + ] + ] + ], + "_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" + ] + ] + ], + "render": [ + [ + "dvc/repo/plots/__init__.py", + [ + "Plots", + "render" + ] + ], + [ + "dvc/repo/plots/template.py", + [ + "Template", + "render" + ] + ] + ], + "_unset": [ + [ + "dvc/repo/plots/__init__.py", + [ + "Plots", + "_unset" + ] + ] + ], + "modify": [ + [ + "dvc/repo/plots/__init__.py", + [ + "Plots", + "modify" + ] + ] + ], + "_targets_to_outs": [ + [ + "dvc/repo/plots/__init__.py", + [ + "_collect_plots", + "_targets_to_outs" + ] + ] + ], + "_collect_plots": [ + [ + "dvc/repo/plots/__init__.py", + [ + "_collect_plots" + ] + ] + ], + "_plot_props": [ + [ + "dvc/repo/plots/__init__.py", + [ + "_plot_props" + ] + ] + ], + "_prepare_plots": [ + [ + "dvc/repo/plots/__init__.py", + [ + "_prepare_plots" + ] + ] + ], + "_render": [ + [ + "dvc/repo/plots/__init__.py", + [ + "_render" + ] + ] + ], + "plot_data": [ + [ + "dvc/repo/plots/data.py", + [ + "plot_data" + ] + ] + ], + "_filter_fields": [ + [ + "dvc/repo/plots/data.py", + [ + "_filter_fields" + ] + ] + ], + "_apply_path": [ + [ + "dvc/repo/plots/data.py", + [ + "_apply_path" + ] + ] + ], + "_lists": [ + [ + "dvc/repo/plots/data.py", + [ + "_lists" + ] + ] + ], + "_find_data": [ + [ + "dvc/repo/plots/data.py", + [ + "_find_data" + ] + ] + ], + "_append_index": [ + [ + "dvc/repo/plots/data.py", + [ + "_append_index" + ] + ] + ], + "_append_revision": [ + [ + "dvc/repo/plots/data.py", + [ + "_append_revision" + ] + ] + ], + "raw": [ + [ + "dvc/repo/plots/data.py", + [ + "PlotData", + "raw" + ] + ], + [ + "dvc/repo/plots/data.py", + [ + "JSONPlotData", + "raw" + ] + ], + [ + "dvc/repo/plots/data.py", + [ + "CSVPlotData", + "raw" + ] + ], + [ + "dvc/repo/plots/data.py", + [ + "YAMLPlotData", + "raw" + ] + ] + ], + "_processors": [ + [ + "dvc/repo/plots/data.py", + [ + "PlotData", + "_processors" + ] + ], + [ + "dvc/repo/plots/data.py", + [ + "JSONPlotData", + "_processors" + ] + ], + [ + "dvc/repo/plots/data.py", + [ + "YAMLPlotData", + "_processors" + ] + ] + ], + "to_datapoints": [ + [ + "dvc/repo/plots/data.py", + [ + "PlotData", + "to_datapoints" + ] + ] + ], + "construct_mapping": [ + [ + "dvc/repo/plots/data.py", + [ + "YAMLPlotData", + "raw", + "construct_mapping" + ] + ] + ], + "_revisions": [ + [ + "dvc/repo/plots/diff.py", + [ + "_revisions" + ] + ] + ], + "anchor": [ + [ + "dvc/repo/plots/template.py", + [ + "Template", + "anchor" + ] + ] + ], + "has_anchor": [ + [ + "dvc/repo/plots/template.py", + [ + "Template", + "has_anchor" + ] + ] + ], + "_fill_anchor": [ + [ + "dvc/repo/plots/template.py", + [ + "Template", + "_fill_anchor" + ] + ] + ], + "_anchor_str": [ + [ + "dvc/repo/plots/template.py", + [ + "Template", + "_anchor_str" + ] + ] + ], + "_fill_metadata": [ + [ + "dvc/repo/plots/template.py", + [ + "Template", + "_fill_metadata" + ] + ] + ], + "_check_field_exists": [ + [ + "dvc/repo/plots/template.py", + [ + "Template", + "_check_field_exists" + ] + ] + ], + "templates_dir": [ + [ + "dvc/repo/plots/template.py", + [ + "PlotTemplates", + "templates_dir" + ] + ] + ], + "default_template": [ + [ + "dvc/repo/plots/template.py", + [ + "PlotTemplates", + "default_template" + ] + ] + ], + "get_template": [ + [ + "dvc/repo/plots/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" + ] + ] + ], + "parse_params": [ + [ + "dvc/repo/run.py", + [ + "parse_params" + ] + ] + ], + "_get_file_path": [ + [ + "dvc/repo/run.py", + [ + "_get_file_path" + ] + ] + ], + "_check_stage_exists": [ + [ + "dvc/repo/run.py", + [ + "_check_stage_exists" + ] + ] + ], + "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" + ] + ], + [ + "dvc/stage/run.py", + [ + "_is_cached" + ] + ] + ], + "_find_outs": [ + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "_find_outs" + ] + ] + ], + "_get_granular_checksum": [ + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "_get_granular_checksum" + ] + ] + ], + "_add_dir": [ + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "_add_dir" + ] + ] + ], + "_walk": [ + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "_walk" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "_walk" + ] + ], + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "_walk" + ] + ] + ], + "isdvc": [ + [ + "dvc/repo/tree.py", + [ + "DvcTree", + "isdvc" + ] + ], + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "isdvc" + ] + ] + ], + "stream": [ + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "stream" + ] + ] + ], + "_walk_one": [ + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "_walk_one" + ] + ] + ], + "copytree": [ + [ + "dvc/repo/tree.py", + [ + "RepoTree", + "copytree" + ] + ] + ], + "_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_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" + ] + ] + ], + "_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" + ] + ] + ], + "no_commits": [ + [ + "dvc/scm/git/__init__.py", + [ + "Git", + "no_commits" + ] + ] + ], + "_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" + ] + ] + ], + "to_ctime": [ + [ + "dvc/scm/git/tree.py", + [ + "GitTree", + "stat", + "to_ctime" + ] + ] + ], + "is_working_tree": [ + [ + "dvc/scm/tree.py", + [ + "is_working_tree" + ] + ] + ], + "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_deps": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_changed_deps" + ] + ] + ], + "changed_outs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "changed_outs" + ] + ] + ], + "changed_stage": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "changed_stage" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "PipelineStage", + "changed_stage" + ] + ] + ], + "remove_outs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "remove_outs" + ] + ] + ], + "unprotect_outs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "unprotect_outs" + ] + ] + ], + "ignore_remove_outs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "ignore_remove_outs" + ] + ] + ], + "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" + ] + ] + ], + "compute_md5": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "compute_md5" + ] + ], + [ + "dvc/stage/utils.py", + [ + "compute_md5" + ] + ] + ], + "save_deps": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "save_deps" + ] + ] + ], + "save_outs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "save_outs" + ] + ] + ], + "ignore_outs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "ignore_outs" + ] + ] + ], + "_changed_entries": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_changed_entries" + ] + ] + ], + "_changed_stage_entry": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_changed_stage_entry" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "PipelineStage", + "_changed_stage_entry" + ] + ] + ], + "changed_entries": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "changed_entries" + ] + ] + ], + "_filter_outs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_filter_outs" + ] + ] + ], + "_status_deps": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_status_deps" + ] + ] + ], + "_status_outs": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_status_outs" + ] + ] + ], + "_status_always_changed": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_status_always_changed" + ] + ] + ], + "_status_stage": [ + [ + "dvc/stage/__init__.py", + [ + "Stage", + "_status_stage" + ] + ], + [ + "dvc/stage/__init__.py", + [ + "PipelineStage", + "_status_stage" + ] + ] + ], + "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" + ] + ] + ], + "update_import": [ + [ + "dvc/stage/imports.py", + [ + "update_import" + ] + ] + ], + "sync_import": [ + [ + "dvc/stage/imports.py", + [ + "sync_import" + ] + ] + ], + "fill_from_lock": [ + [ + "dvc/stage/loader.py", + [ + "StageLoader", + "fill_from_lock" + ] + ] + ], + "load_stage": [ + [ + "dvc/stage/loader.py", + [ + "StageLoader", + "load_stage" + ] + ], + [ + "dvc/stage/loader.py", + [ + "SingleStageLoader", + "load_stage" + ] + ] + ], + "_nix_cmd": [ + [ + "dvc/stage/run.py", + [ + "_nix_cmd" + ] + ] + ], + "warn_if_fish": [ + [ + "dvc/stage/run.py", + [ + "warn_if_fish" + ] + ] + ], + "cmd_run": [ + [ + "dvc/stage/run.py", + [ + "cmd_run" + ] + ] + ], + "restored_from_cache": [ + [ + "dvc/stage/run.py", + [ + "restored_from_cache" + ] + ] + ], + "run_stage": [ + [ + "dvc/stage/run.py", + [ + "run_stage" + ] + ] + ], + "_get_flags": [ + [ + "dvc/stage/serialize.py", + [ + "_get_flags" + ] + ] + ], + "_serialize_out": [ + [ + "dvc/stage/serialize.py", + [ + "_serialize_out" + ] + ] + ], + "_serialize_outs": [ + [ + "dvc/stage/serialize.py", + [ + "_serialize_outs" + ] + ] + ], + "_serialize_params_keys": [ + [ + "dvc/stage/serialize.py", + [ + "_serialize_params_keys" + ] + ] + ], + "_serialize_params_values": [ + [ + "dvc/stage/serialize.py", + [ + "_serialize_params_values" + ] + ] + ], + "to_pipeline_file": [ + [ + "dvc/stage/serialize.py", + [ + "to_pipeline_file" + ] + ], + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "to_pipeline_file" + ] + ] + ], + "to_single_stage_lockfile": [ + [ + "dvc/stage/serialize.py", + [ + "to_single_stage_lockfile" + ] + ], + [ + "tests/unit/stage/test_serialize_pipeline_lock.py", + [ + "to_single_stage_lockfile" + ] + ] + ], + "to_lockfile": [ + [ + "dvc/stage/serialize.py", + [ + "to_lockfile" + ] + ] + ], + "to_single_stage_file": [ + [ + "dvc/stage/serialize.py", + [ + "to_single_stage_file" + ] + ] + ], + "check_stage_path": [ + [ + "dvc/stage/utils.py", + [ + "check_stage_path" + ] + ] + ], + "fill_stage_outputs": [ + [ + "dvc/stage/utils.py", + [ + "fill_stage_outputs" + ] + ] + ], + "fill_stage_dependencies": [ + [ + "dvc/stage/utils.py", + [ + "fill_stage_dependencies" + ] + ] + ], + "_is_external": [ + [ + "dvc/stage/utils.py", + [ + "check_no_externals", + "_is_external" + ] + ] + ], + "check_no_externals": [ + [ + "dvc/stage/utils.py", + [ + "check_no_externals" + ] + ] + ], + "check_circular_dependency": [ + [ + "dvc/stage/utils.py", + [ + "check_circular_dependency" + ] + ] + ], + "check_duplicated_arguments": [ + [ + "dvc/stage/utils.py", + [ + "check_duplicated_arguments" + ] + ] + ], + "check_missing_outputs": [ + [ + "dvc/stage/utils.py", + [ + "check_missing_outputs" + ] + ] + ], + "stage_dump_eq": [ + [ + "dvc/stage/utils.py", + [ + "stage_dump_eq" + ] + ] + ], + "resolve_wdir": [ + [ + "dvc/stage/utils.py", + [ + "resolve_wdir" + ] + ] + ], + "resolve_paths": [ + [ + "dvc/stage/utils.py", + [ + "resolve_paths" + ] + ], + [ + "dvc/utils/__init__.py", + [ + "resolve_paths" + ] + ] + ], + "get_dump": [ + [ + "dvc/stage/utils.py", + [ + "get_dump" + ] + ] + ], + "split_params_deps": [ + [ + "dvc/stage/utils.py", + [ + "split_params_deps" + ] + ] + ], + "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" + ] + ] + ], + "_notify": [ + [ + "dvc/updater.py", + [ + "Updater", + "_notify" + ] + ] + ], + "_get_update_instructions": [ + [ + "dvc/updater.py", + [ + "Updater", + "_get_update_instructions" + ] + ] + ], + "dos2unix": [ + [ + "dvc/utils/__init__.py", + [ + "dos2unix" + ] + ] + ], + "_fobj_md5": [ + [ + "dvc/utils/__init__.py", + [ + "_fobj_md5" + ] + ] + ], + "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" + ] + ] + ], + "copy_fobj_to_file": [ + [ + "dvc/utils/fs.py", + [ + "copy_fobj_to_file" + ] + ] + ], + "open_url": [ + [ + "dvc/utils/http.py", + [ + "open_url" + ] + ] + ], + "gen": [ + [ + "dvc/utils/http.py", + [ + "iter_url", + "gen" + ] + ], + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "gen" + ] + ], + [ + "tests/remotes/base.py", + [ + "Base", + "gen" + ] + ] + ], + "iter_url": [ + [ + "dvc/utils/http.py", + [ + "iter_url" + ] + ] + ], + "join": [ + [ + "dvc/utils/humanize.py", + [ + "join" + ] + ] + ], + "get_summary": [ + [ + "dvc/utils/humanize.py", + [ + "get_summary" + ] + ] + ], + "_pager": [ + [ + "dvc/utils/pager.py", + [ + "make_pager", + "_pager" + ] + ] + ], + "readable": [ + [ + "dvc/utils/stream.py", + [ + "IterStream", + "readable" + ] + ] + ], + "readinto": [ + [ + "dvc/utils/stream.py", + [ + "IterStream", + "readinto" + ] + ] + ], + "read1": [ + [ + "dvc/utils/stream.py", + [ + "IterStream", + "read1" + ] + ] + ], + "load_yaml": [ + [ + "dvc/utils/yaml.py", + [ + "load_yaml" + ] + ] + ], + "parse_yaml": [ + [ + "dvc/utils/yaml.py", + [ + "parse_yaml" + ] + ] + ], + "parse_yaml_for_update": [ + [ + "dvc/utils/yaml.py", + [ + "parse_yaml_for_update" + ] + ] + ], + "dump_yaml": [ + [ + "dvc/utils/yaml.py", + [ + "dump_yaml" + ] + ] + ], + "_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" + ] + ] + ], + "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_gc.py", + [ + "TestGC", + "setUp" + ] + ], + [ + "tests/func/test_gc.py", + [ + "TestGCMultipleDvcRepos", + "setUp" + ] + ], + [ + "tests/func/test_import_url.py", + [ + "TestImportFilename", + "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_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" + ] + ] + ], + "_close_pools": [ + [ + "tests/conftest.py", + [ + "_close_pools" + ] + ] + ], + "_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" + ] + ], + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_dirty", + "_gen" + ] + ], + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_cli", + "_gen" + ] + ], + [ + "tests/remotes/base.py", + [ + "Base", + "_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" + ] + ] + ], + "add_remote": [ + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "add_remote" + ] + ] + ], + "chdir": [ + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "chdir" + ] + ] + ], + "read_text": [ + [ + "tests/dir_helpers.py", + [ + "TmpDir", + "read_text" + ] + ], + [ + "tests/remotes/base.py", + [ + "Base", + "read_text" + ] + ], + [ + "tests/remotes/gs.py", + [ + "GCP", + "read_text" + ] + ], + [ + "tests/remotes/hdfs.py", + [ + "HDFS", + "read_text" + ] + ], + [ + "tests/remotes/s3.py", + [ + "S3", + "read_text" + ] + ], + [ + "tests/remotes/ssh.py", + [ + "SSHMocked", + "read_text" + ] + ] + ], + "_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" + ] + ] + ], + "run_head": [ + [ + "tests/dir_helpers.py", + [ + "run_head" + ] + ] + ], + "erepo_dir": [ + [ + "tests/dir_helpers.py", + [ + "erepo_dir" + ] + ] + ], + "git_dir": [ + [ + "tests/dir_helpers.py", + [ + "git_dir" + ] + ] + ], + "run_copy_metrics": [ + [ + "tests/func/conftest.py", + [ + "run_copy_metrics" + ] + ] + ], + "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_no_commits": [ + [ + "tests/func/metrics/test_diff.py", + [ + "test_no_commits" + ] + ], + [ + "tests/func/params/test_diff.py", + [ + "test_no_commits" + ] + ], + [ + "tests/func/test_diff.py", + [ + "test_no_commits" + ] + ], + [ + "tests/unit/scm/test_git.py", + [ + "test_no_commits" + ] + ] + ], + "test_metrics_diff_dirty": [ + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_dirty" + ] + ] + ], + "test_metrics_diff_cli": [ + [ + "tests/func/metrics/test_diff.py", + [ + "test_metrics_diff_cli" + ] + ] + ], + "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_show_subrepo_with_preexisting_tags": [ + [ + "tests/func/metrics/test_show.py", + [ + "test_show_subrepo_with_preexisting_tags" + ] + ] + ], + "test_missing_cache": [ + [ + "tests/func/metrics/test_show.py", + [ + "test_missing_cache" + ] + ], + [ + "tests/func/test_data_cloud.py", + [ + "test_missing_cache" + ] + ] + ], + "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_dirty": [ + [ + "tests/func/params/test_diff.py", + [ + "test_diff_dirty" + ] + ], + [ + "tests/func/plots/test_diff.py", + [ + "test_diff_dirty" + ] + ], + [ + "tests/func/test_diff.py", + [ + "test_diff_dirty" + ] + ] + ], + "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" + ] + ] + ], + "custom_template": [ + [ + "tests/func/plots/conftest.py", + [ + "custom_template" + ] + ] + ], + "test_plots_modify_existing_template": [ + [ + "tests/func/plots/test_modify.py", + [ + "test_plots_modify_existing_template" + ] + ] + ], + "test_plots_modify_should_not_change_lockfile": [ + [ + "tests/func/plots/test_modify.py", + [ + "test_plots_modify_should_not_change_lockfile" + ] + ] + ], + "test_plots_modify_not_existing_template": [ + [ + "tests/func/plots/test_modify.py", + [ + "test_plots_modify_not_existing_template" + ] + ] + ], + "test_unset_nonexistent": [ + [ + "tests/func/plots/test_modify.py", + [ + "test_unset_nonexistent" + ] + ] + ], + "_write_csv": [ + [ + "tests/func/plots/test_plots.py", + [ + "_write_csv" + ] + ] + ], + "_write_json": [ + [ + "tests/func/plots/test_plots.py", + [ + "_write_json" + ] + ] + ], + "test_plot_csv_one_column": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_csv_one_column" + ] + ] + ], + "test_plot_csv_multiple_columns": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_csv_multiple_columns" + ] + ] + ], + "test_plot_csv_choose_axes": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_csv_choose_axes" + ] + ] + ], + "test_plot_json_single_val": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_json_single_val" + ] + ] + ], + "test_plot_json_multiple_val": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_json_multiple_val" + ] + ] + ], + "test_plot_confusion": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_confusion" + ] + ] + ], + "test_plot_multiple_revs_default": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_multiple_revs_default" + ] + ] + ], + "test_plot_multiple_revs": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_multiple_revs" + ] + ] + ], + "test_plot_even_if_metric_missing": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_even_if_metric_missing" + ] + ] + ], + "test_throw_on_no_metric_at_all": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_throw_on_no_metric_at_all" + ] + ] + ], + "test_custom_template": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_custom_template" + ] + ] + ], + "_replace": [ + [ + "tests/func/plots/test_plots.py", + [ + "_replace" + ] + ] + ], + "test_no_plots": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_no_plots" + ] + ] + ], + "test_should_raise_on_no_template": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_should_raise_on_no_template" + ] + ] + ], + "test_bad_template": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_bad_template" + ] + ] + ], + "test_plot_wrong_metric_type": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_wrong_metric_type" + ] + ] + ], + "test_plot_choose_columns": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_choose_columns" + ] + ] + ], + "test_plot_default_choose_column": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_default_choose_column" + ] + ] + ], + "test_plot_yaml": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_plot_yaml" + ] + ] + ], + "test_raise_on_wrong_field": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_raise_on_wrong_field" + ] + ] + ], + "test_load_metric_from_dict_json": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_load_metric_from_dict_json" + ] + ] + ], + "test_load_metric_from_dict_yaml": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_load_metric_from_dict_yaml" + ] + ] + ], + "test_multiple_plots": [ + [ + "tests/func/plots/test_plots.py", + [ + "test_multiple_plots" + ] + ] + ], + "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/__init__.py", + [ + "remote" + ] + ], + [ + "tests/unit/remote/test_remote_tree.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_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", + [ + "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_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_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_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", + [ + "TestReproForceDownstream", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproPipeline", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproPipelines", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproFrozen", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproFrozenCallback", + "test" + ] + ], + [ + "tests/func/test_repro.py", + [ + "TestReproFrozenUnchanged", + "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", + [ + "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/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_add_external_file": [ + [ + "tests/func/test_add.py", + [ + "test_add_external_file" + ] + ] + ], + "test_add_external_dir": [ + [ + "tests/func/test_add.py", + [ + "test_add_external_dir" + ] + ] + ], + "test_file": [ + [ + "tests/func/test_add.py", + [ + "TestDoubleAddUnchanged", + "test_file" + ] + ], + [ + "tests/unit/repo/test_run.py", + [ + "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_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" + ] + ] + ], + "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_repo_tree.py", + [ + "test_open" + ] + ], + [ + "tests/unit/repo/test_tree.py", + [ + "test_open" + ] + ] + ], + "test_open_external": [ + [ + "tests/func/test_api.py", + [ + "test_open_external" + ] + ] + ], + "test_open_granular": [ + [ + "tests/func/test_api.py", + [ + "test_open_granular" + ] + ] + ], + "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" + ] + ] + ], + "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_with_different_addressing": [ + [ + "tests/func/test_checkout.py", + [ + "test_checkouts_with_different_addressing" + ] + ] + ], + "test_checkouts_on_same_stage_name_and_output_name": [ + [ + "tests/func/test_checkout.py", + [ + "test_checkouts_on_same_stage_name_and_output_name" + ] + ] + ], + "test_checkouts_for_pipeline_tracked_outs": [ + [ + "tests/func/test_checkout.py", + [ + "test_checkouts_for_pipeline_tracked_outs" + ] + ] + ], + "test_unknown_command_help": [ + [ + "tests/func/test_cli.py", + [ + "test_unknown_command_help" + ] + ] + ], + "test_unknown_subcommand_help": [ + [ + "tests/func/test_cli.py", + [ + "test_unknown_subcommand_help" + ] + ] + ], + "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" + ] + ] + ], + "test_commit_no_exec": [ + [ + "tests/func/test_commit.py", + [ + "test_commit_no_exec" + ] + ] + ], + "test_commit_pipeline_stage": [ + [ + "tests/func/test_commit.py", + [ + "test_commit_pipeline_stage" + ] + ] + ], + "_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_repro.py", + [ + "TestReproFrozen", + "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", + [ + "test_cloud" + ] + ] + ], + "test_cloud_cli": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_cloud_cli" + ] + ] + ], + "test_data_cloud_error_cli": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_data_cloud_error_cli" + ] + ] + ], + "test_warn_on_outdated_stage": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_warn_on_outdated_stage" + ] + ] + ], + "test_hash_recalculation": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_hash_recalculation" + ] + ] + ], + "test_verify_hashes": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_verify_hashes" + ] + ] + ], + "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" + ] + ] + ], + "test_push_pull_all": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_push_pull_all" + ] + ] + ], + "test_push_pull_fetch_pipeline_stages": [ + [ + "tests/func/test_data_cloud.py", + [ + "test_push_pull_fetch_pipeline_stages" + ] + ] + ], + "_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_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_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_remove_stage": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_remove_stage" + ] + ] + ], + "test_remove_stage_lockfile": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_remove_stage_lockfile" + ] + ] + ], + "test_remove_stage_dvcfiles": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_remove_stage_dvcfiles" + ] + ] + ], + "test_remove_stage_on_lockfile_format_error": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_remove_stage_on_lockfile_format_error" + ] + ] + ], + "test_remove_stage_preserves_comment": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_remove_stage_preserves_comment" + ] + ] + ], + "test_dvcfile_dump_preserves_meta": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_dvcfile_dump_preserves_meta" + ] + ] + ], + "test_dvcfile_dump_preserves_comments": [ + [ + "tests/func/test_dvcfile.py", + [ + "test_dvcfile_dump_preserves_comments" + ] + ] + ], + "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_gc_external_output": [ + [ + "tests/func/test_gc.py", + [ + "test_gc_external_output" + ] + ] + ], + "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_get_url_nonexistent": [ + [ + "tests/func/test_get_url.py", + [ + "test_get_url_nonexistent" + ] + ] + ], + "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_ignore_subrepo": [ + [ + "tests/func/test_ignore.py", + [ + "test_ignore_subrepo" + ] + ] + ], + "test_ignore_blank_line": [ + [ + "tests/func/test_ignore.py", + [ + "test_ignore_blank_line" + ] + ] + ], + "test_ignore_file_in_parent_path": [ + [ + "tests/func/test_ignore.py", + [ + "test_ignore_file_in_parent_path" + ] + ] + ], + "test_ignore_sub_directory": [ + [ + "tests/func/test_ignore.py", + [ + "test_ignore_sub_directory" + ] + ] + ], + "test_ignore_directory": [ + [ + "tests/func/test_ignore.py", + [ + "test_ignore_directory" + ] + ] + ], + "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_import_url_nonexistent": [ + [ + "tests/func/test_import_url.py", + [ + "test_import_url_nonexistent" + ] + ] + ], + "test_import_url_with_no_exec": [ + [ + "tests/func/test_import_url.py", + [ + "test_import_url_with_no_exec" + ] + ] + ], + "test_import_url": [ + [ + "tests/func/test_import_url.py", + [ + "test_import_url" + ] + ], + [ + "tests/unit/command/test_imp_url.py", + [ + "test_import_url" + ] + ] + ], + "test_import_url_dir": [ + [ + "tests/func/test_import_url.py", + [ + "test_import_url_dir" + ] + ] + ], + "_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" + ] + ] + ], + "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_dvc_only_recursive": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_dvc_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_dvc_only_empty": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_path_dir_dvc_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_dvc_only": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_path_subdir_dvc_only" + ] + ] + ], + "test_ls_repo_with_path_subdir_dvc_only_recursive": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_path_subdir_dvc_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_dvc_only": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_repo_with_missed_path_dvc_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_ls_granular": [ + [ + "tests/func/test_ls.py", + [ + "test_ls_granular" + ] + ] + ], + "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_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_hash_should_be_key_order_agnostic": [ + [ + "tests/func/test_remote.py", + [ + "test_dir_hash_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_unset": [ + [ + "tests/func/test_remote.py", + [ + "test_remote_modify_unset" + ] + ] + ], + "test_remote_modify_default": [ + [ + "tests/func/test_remote.py", + [ + "test_remote_modify_default" + ] + ] + ], + "test_remote_rename": [ + [ + "tests/func/test_remote.py", + [ + "test_remote_rename" + ] + ] + ], + "test_remote_duplicated": [ + [ + "tests/func/test_remote.py", + [ + "test_remote_duplicated" + ] + ] + ], + "test_remote_default": [ + [ + "tests/func/test_remote.py", + [ + "test_remote_default" + ] + ] + ], + "test_protect_local_remote": [ + [ + "tests/func/test_remote.py", + [ + "test_protect_local_remote" + ] + ] + ], + "test_remove": [ + [ + "tests/func/test_remove.py", + [ + "test_remove" + ] + ], + [ + "tests/unit/utils/test_fs.py", + [ + "test_remove" + ] + ] + ], + "test_remove_non_existent_file": [ + [ + "tests/func/test_remove.py", + [ + "test_remove_non_existent_file" + ] + ] + ], + "test_remove_broken_symlink": [ + [ + "tests/func/test_remove.py", + [ + "test_remove_broken_symlink" + ] + ] + ], + "test_cmd_remove": [ + [ + "tests/func/test_remove.py", + [ + "test_cmd_remove" + ] + ] + ], + "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_collect_dir_recursive": [ + [ + "tests/func/test_repo.py", + [ + "test_collect_dir_recursive" + ] + ] + ], + "test_collect_with_not_existing_output_or_stage_name": [ + [ + "tests/func/test_repo.py", + [ + "test_collect_with_not_existing_output_or_stage_name" + ] + ] + ], + "collect_stages": [ + [ + "tests/func/test_repo.py", + [ + "test_stages", + "collect_stages" + ] + ] + ], + "test_stages": [ + [ + "tests/func/test_repo.py", + [ + "test_stages" + ] + ] + ], + "test_collect_granular_with_no_target": [ + [ + "tests/func/test_repo.py", + [ + "test_collect_granular_with_no_target" + ] + ] + ], + "test_collect_granular_with_target": [ + [ + "tests/func/test_repo.py", + [ + "test_collect_granular_with_target" + ] + ] + ], + "test_collect_with_not_existing_dvcfile": [ + [ + "tests/func/test_repo.py", + [ + "test_collect_with_not_existing_dvcfile" + ] + ] + ], + "test_collect_granular_with_not_existing_output_or_stage_name": [ + [ + "tests/func/test_repo.py", + [ + "test_collect_granular_with_not_existing_output_or_stage_name" + ] + ] + ], + "test_collect_granular_with_deps": [ + [ + "tests/func/test_repo.py", + [ + "test_collect_granular_with_deps" + ] + ] + ], + "test_collect_granular_same_output_name_stage_name": [ + [ + "tests/func/test_repo.py", + [ + "test_collect_granular_same_output_name_stage_name" + ] + ] + ], + "test_collect_granular_priority_on_collision": [ + [ + "tests/func/test_repo.py", + [ + "test_collect_granular_priority_on_collision" + ] + ] + ], + "test_collect_granular_collision_output_dir_stage_name": [ + [ + "tests/func/test_repo.py", + [ + "test_collect_granular_collision_output_dir_stage_name" + ] + ] + ], + "test_collect_granular_not_existing_stage_name": [ + [ + "tests/func/test_repo.py", + [ + "test_collect_granular_not_existing_stage_name" + ] + ] + ], + "test_get_stages": [ + [ + "tests/func/test_repo.py", + [ + "test_get_stages" + ] + ] + ], + "test_get_stages_old_dvcfile": [ + [ + "tests/func/test_repo.py", + [ + "test_get_stages_old_dvcfile" + ] + ] + ], + "test_get_stage": [ + [ + "tests/func/test_repo.py", + [ + "test_get_stage" + ] + ] + ], + "test_get_stage_single_stage_dvcfile": [ + [ + "tests/func/test_repo.py", + [ + "test_get_stage_single_stage_dvcfile" + ] + ] + ], + "_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" + ] + ] + ], + "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_repro_when_cmd_changes": [ + [ + "tests/func/test_repro.py", + [ + "test_repro_when_cmd_changes" + ] + ], + [ + "tests/func/test_repro_multistage.py", + [ + "test_repro_when_cmd_changes" + ] + ] + ], + "test_non_existing_stage_name": [ + [ + "tests/func/test_repro_multistage.py", + [ + "test_non_existing_stage_name" + ] + ] + ], + "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" + ] + ] + ], + "_recurse_count_files": [ + [ + "tests/func/test_run_cache.py", + [ + "_recurse_count_files" + ] + ] + ], + "test_push_pull": [ + [ + "tests/func/test_run_cache.py", + [ + "test_push_pull" + ] + ] + ], + "test_restore": [ + [ + "tests/func/test_run_cache.py", + [ + "test_restore" + ] + ] + ], + "test_save": [ + [ + "tests/func/test_run_cache.py", + [ + "test_save" + ] + ] + ], + "test_do_not_save_on_no_exec_and_dry": [ + [ + "tests/func/test_run_cache.py", + [ + "test_do_not_save_on_no_exec_and_dry" + ] + ] + ], + "test_uncached_outs_are_cached": [ + [ + "tests/func/test_run_cache.py", + [ + "test_uncached_outs_are_cached" + ] + ] + ], + "test_memory_for_multiple_runs_of_same_stage": [ + [ + "tests/func/test_run_cache.py", + [ + "test_memory_for_multiple_runs_of_same_stage" + ] + ] + ], + "test_memory_runs_of_multiple_stages": [ + [ + "tests/func/test_run_cache.py", + [ + "test_memory_runs_of_multiple_stages" + ] + ] + ], + "test_run_with_name": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_with_name" + ] + ] + ], + "test_run_no_exec": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_no_exec" + ] + ] + ], + "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_run_params_no_exec": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_params_no_exec" + ] + ] + ], + "test_run_without_cmd": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_without_cmd" + ] + ] + ], + "test_run_overwrite_order": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_overwrite_order" + ] + ] + ], + "test_run_overwrite_preserves_meta_and_comment": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_overwrite_preserves_meta_and_comment" + ] + ] + ], + "test_run_external_outputs": [ + [ + "tests/func/test_run_multistage.py", + [ + "test_run_external_outputs" + ] + ] + ], + "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_run_cache": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestPersistentOutput", + "test_ignore_run_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" + ] + ] + ], + "test_metrics_dir_cached": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunDirMetrics", + "test_metrics_dir_cached" + ] + ] + ], + "test_metrics_dir_not_cached": [ + [ + "tests/func/test_run_single_stage.py", + [ + "TestRunDirMetrics", + "test_metrics_dir_not_cached" + ] + ] + ], + "test_run_force_doesnot_preserve_comments_and_meta": [ + [ + "tests/func/test_run_single_stage.py", + [ + "test_run_force_doesnot_preserve_comments_and_meta" + ] + ] + ], + "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_strings_representation": [ + [ + "tests/func/test_stage.py", + [ + "test_stage_strings_representation" + ] + ] + ], + "test_stage_on_no_path_string_repr": [ + [ + "tests/func/test_stage.py", + [ + "test_stage_on_no_path_string_repr" + ] + ] + ], + "test_stage_remove_pipeline_stage": [ + [ + "tests/func/test_stage.py", + [ + "test_stage_remove_pipeline_stage" + ] + ] + ], + "test_stage_remove_pointer_stage": [ + [ + "tests/func/test_stage.py", + [ + "test_stage_remove_pointer_stage" + ] + ] + ], + "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_tree.py", + [ + "test_exists" + ] + ], + [ + "tests/unit/repo/test_repo_tree.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_tree.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_tree.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_repotree_walk_fetch": [ + [ + "tests/func/test_tree.py", + [ + "test_repotree_walk_fetch" + ] + ] + ], + "test_repotree_cache_save": [ + [ + "tests/func/test_tree.py", + [ + "test_repotree_cache_save" + ] + ] + ], + "test_cleantree_subrepo": [ + [ + "tests/func/test_tree.py", + [ + "test_cleantree_subrepo" + ] + ] + ], + "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" + ] + ] + ], + "is_node_in_tests": [ + [ + "tests/pylint_plugin_disable.py", + [ + "is_node_in_tests" + ] + ] + ], + "register": [ + [ + "tests/pylint_plugin_disable.py", + [ + "register" + ] + ] + ], + "docker_compose": [ + [ + "tests/remotes/__init__.py", + [ + "docker_compose" + ] + ] + ], + "workspace": [ + [ + "tests/remotes/__init__.py", + [ + "workspace" + ] + ] + ], + "azure_server": [ + [ + "tests/remotes/azure.py", + [ + "azure_server" + ] + ] + ], + "azure": [ + [ + "tests/remotes/azure.py", + [ + "azure" + ] + ] + ], + "is_file": [ + [ + "tests/remotes/base.py", + [ + "Base", + "is_file" + ] + ], + [ + "tests/remotes/gs.py", + [ + "GCP", + "is_file" + ] + ], + [ + "tests/remotes/hdfs.py", + [ + "HDFS", + "is_file" + ] + ], + [ + "tests/remotes/s3.py", + [ + "S3", + "is_file" + ] + ], + [ + "tests/remotes/ssh.py", + [ + "SSHMocked", + "is_file" + ] + ] + ], + "is_dir": [ + [ + "tests/remotes/base.py", + [ + "Base", + "is_dir" + ] + ], + [ + "tests/remotes/gs.py", + [ + "GCP", + "is_dir" + ] + ], + [ + "tests/remotes/hdfs.py", + [ + "HDFS", + "is_dir" + ] + ], + [ + "tests/remotes/s3.py", + [ + "S3", + "is_dir" + ] + ], + [ + "tests/remotes/ssh.py", + [ + "SSHMocked", + "is_dir" + ] + ] + ], + "mkdir": [ + [ + "tests/remotes/base.py", + [ + "Base", + "mkdir" + ] + ], + [ + "tests/remotes/gs.py", + [ + "GCP", + "mkdir" + ] + ], + [ + "tests/remotes/hdfs.py", + [ + "HDFS", + "mkdir" + ] + ], + [ + "tests/remotes/http.py", + [ + "HTTP", + "mkdir" + ] + ], + [ + "tests/remotes/s3.py", + [ + "S3", + "mkdir" + ] + ], + [ + "tests/remotes/ssh.py", + [ + "SSHMocked", + "mkdir" + ] + ] + ], + "write_text": [ + [ + "tests/remotes/base.py", + [ + "Base", + "write_text" + ] + ], + [ + "tests/remotes/gs.py", + [ + "GCP", + "write_text" + ] + ], + [ + "tests/remotes/hdfs.py", + [ + "HDFS", + "write_text" + ] + ], + [ + "tests/remotes/http.py", + [ + "HTTP", + "write_text" + ] + ], + [ + "tests/remotes/s3.py", + [ + "S3", + "write_text" + ] + ], + [ + "tests/remotes/ssh.py", + [ + "SSHMocked", + "write_text" + ] + ] + ], + "write_bytes": [ + [ + "tests/remotes/base.py", + [ + "Base", + "write_bytes" + ] + ], + [ + "tests/remotes/gs.py", + [ + "GCP", + "write_bytes" + ] + ], + [ + "tests/remotes/hdfs.py", + [ + "HDFS", + "write_bytes" + ] + ], + [ + "tests/remotes/http.py", + [ + "HTTP", + "write_bytes" + ] + ], + [ + "tests/remotes/s3.py", + [ + "S3", + "write_bytes" + ] + ], + [ + "tests/remotes/ssh.py", + [ + "SSHMocked", + "write_bytes" + ] + ] + ], + "read_bytes": [ + [ + "tests/remotes/base.py", + [ + "Base", + "read_bytes" + ] + ], + [ + "tests/remotes/gs.py", + [ + "GCP", + "read_bytes" + ] + ], + [ + "tests/remotes/hdfs.py", + [ + "HDFS", + "read_bytes" + ] + ], + [ + "tests/remotes/s3.py", + [ + "S3", + "read_bytes" + ] + ], + [ + "tests/remotes/ssh.py", + [ + "SSHMocked", + "read_bytes" + ] + ] + ], + "should_test": [ + [ + "tests/remotes/base.py", + [ + "Base", + "should_test" + ] + ], + [ + "tests/remotes/gdrive.py", + [ + "GDrive", + "should_test" + ] + ], + [ + "tests/remotes/gs.py", + [ + "GCP", + "should_test" + ] + ], + [ + "tests/remotes/hdfs.py", + [ + "HDFS", + "should_test" + ] + ], + [ + "tests/remotes/s3.py", + [ + "S3", + "should_test" + ] + ], + [ + "tests/remotes/ssh.py", + [ + "SSH", + "should_test" + ] + ] + ], + "config": [ + [ + "tests/remotes/base.py", + [ + "Base", + "config" + ] + ], + [ + "tests/remotes/gdrive.py", + [ + "GDrive", + "config" + ] + ], + [ + "tests/remotes/gs.py", + [ + "GCP", + "config" + ] + ], + [ + "tests/remotes/ssh.py", + [ + "SSHMocked", + "config" + ] + ] + ], + "_get_storagepath": [ + [ + "tests/remotes/gdrive.py", + [ + "GDrive", + "_get_storagepath" + ] + ], + [ + "tests/remotes/gs.py", + [ + "GCP", + "_get_storagepath" + ] + ], + [ + "tests/remotes/s3.py", + [ + "S3", + "_get_storagepath" + ] + ] + ], + "gdrive": [ + [ + "tests/remotes/gdrive.py", + [ + "gdrive" + ] + ] + ], + "_gc": [ + [ + "tests/remotes/gs.py", + [ + "GCP", + "_gc" + ] + ] + ], + "_bucket": [ + [ + "tests/remotes/gs.py", + [ + "GCP", + "_bucket" + ] + ] + ], + "_blob": [ + [ + "tests/remotes/gs.py", + [ + "GCP", + "_blob" + ] + ] + ], + "_hdfs": [ + [ + "tests/remotes/hdfs.py", + [ + "HDFS", + "_hdfs" + ] + ] + ], + "http_server": [ + [ + "tests/remotes/http.py", + [ + "http_server" + ] + ] + ], + "http": [ + [ + "tests/remotes/http.py", + [ + "http" + ] + ] + ], + "get_storagepath": [ + [ + "tests/remotes/local.py", + [ + "Local", + "get_storagepath" + ] + ] + ], + "local_cloud": [ + [ + "tests/remotes/local.py", + [ + "local_cloud" + ] + ] + ], + "local_remote": [ + [ + "tests/remotes/local.py", + [ + "local_remote" + ] + ] + ], + "oss_server": [ + [ + "tests/remotes/oss.py", + [ + "oss_server" + ] + ] + ], + "oss": [ + [ + "tests/remotes/oss.py", + [ + "oss" + ] + ] + ], + "_s3": [ + [ + "tests/remotes/s3.py", + [ + "S3", + "_s3" + ] + ] + ], + "real_s3": [ + [ + "tests/remotes/s3.py", + [ + "real_s3" + ] + ] + ], + "_ssh": [ + [ + "tests/remotes/ssh.py", + [ + "SSHMocked", + "_ssh" + ] + ] + ], + "ssh_server": [ + [ + "tests/remotes/ssh.py", + [ + "ssh_server" + ] + ] + ], + "ssh_connection": [ + [ + "tests/remotes/ssh.py", + [ + "ssh_connection" + ] + ] + ], + "_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_dag": [ + [ + "tests/unit/command/test_dag.py", + [ + "test_dag" + ] + ] + ], + "test_build": [ + [ + "tests/unit/command/test_dag.py", + [ + "test_build" + ] + ] + ], + "test_build_target": [ + [ + "tests/unit/command/test_dag.py", + [ + "test_build_target" + ] + ] + ], + "test_build_full": [ + [ + "tests/unit/command/test_dag.py", + [ + "test_build_full" + ] + ] + ], + "test_show_ascii": [ + [ + "tests/unit/command/test_dag.py", + [ + "test_show_ascii" + ] + ] + ], + "test_show_dot": [ + [ + "tests/unit/command/test_dag.py", + [ + "test_show_dot" + ] + ] + ], + "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_out_of_repo": [ + [ + "tests/unit/command/test_git_hook.py", + [ + "test_out_of_repo" + ] + ] + ], + "test_failed_import_url": [ + [ + "tests/unit/command/test_imp_url.py", + [ + "test_failed_import_url" + ] + ] + ], + "test_import_url_no_exec": [ + [ + "tests/unit/command/test_imp_url.py", + [ + "test_import_url_no_exec" + ] + ] + ], + "test_metrics_diff": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff" + ] + ], + [ + "tests/unit/command/test_plots.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_plots.py", + [ + "test_metrics_show" + ] + ] + ], + "test_metrics_diff_precision": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff_precision" + ] + ] + ], + "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_metrics_diff_no_path": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff_no_path" + ] + ] + ], + "test_metrics_diff_with_old": [ + [ + "tests/unit/command/test_metrics.py", + [ + "test_metrics_diff_with_old" + ] + ] + ], + "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_params_diff_no_path": [ + [ + "tests/unit/command/test_params.py", + [ + "test_params_diff_no_path" + ] + ] + ], + "test_plots_show_vega": [ + [ + "tests/unit/command/test_plots.py", + [ + "test_plots_show_vega" + ] + ] + ], + "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_status_show_json": [ + [ + "tests/unit/command/test_status.py", + [ + "test_status_show_json" + ] + ] + ], + "test_status_quiet": [ + [ + "tests/unit/command/test_status.py", + [ + "test_status_quiet" + ] + ] + ], + "test_update": [ + [ + "tests/unit/command/test_update.py", + [ + "test_update" + ] + ], + [ + "tests/unit/remote/test_index.py", + [ + "test_update" + ] + ] + ], + "_get_cls": [ + [ + "tests/unit/dependency/test_azure.py", + [ + "TestAzureDependency", + "_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_params_error": [ + [ + "tests/unit/dependency/test_params.py", + [ + "test_params_error" + ] + ] + ], + "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" + ] + ] + ], + "test_load_from_pipeline": [ + [ + "tests/unit/output/test_load.py", + [ + "test_load_from_pipeline" + ] + ] + ], + "test_load_from_pipeline_accumulates_flag": [ + [ + "tests/unit/output/test_load.py", + [ + "test_load_from_pipeline_accumulates_flag" + ] + ] + ], + "test_load_remote_files_from_pipeline": [ + [ + "tests/unit/output/test_load.py", + [ + "test_load_remote_files_from_pipeline" + ] + ] + ], + "test_load_from_pipeline_error_on_typ": [ + [ + "tests/unit/output/test_load.py", + [ + "test_load_from_pipeline_error_on_typ" + ] + ] + ], + "test_load_from_pipeline_illegal_type": [ + [ + "tests/unit/output/test_load.py", + [ + "test_load_from_pipeline_illegal_type" + ] + ] + ], + "test_plots_load_from_pipeline": [ + [ + "tests/unit/output/test_load.py", + [ + "test_plots_load_from_pipeline" + ] + ] + ], + "_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_tree.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_repo_tree.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_env_var": [ + [ + "tests/unit/remote/test_azure.py", + [ + "test_init_env_var" + ] + ] + ], + "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_get_file_hash": [ + [ + "tests/unit/remote/test_azure.py", + [ + "test_get_file_hash" + ] + ] + ], + "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_hashes_exist": [ + [ + "tests/unit/remote/test_base.py", + [ + "test_hashes_exist" + ] + ] + ], + "test_list_hashes_traverse": [ + [ + "tests/unit/remote/test_base.py", + [ + "test_list_hashes_traverse" + ] + ] + ], + "test_list_hashes": [ + [ + "tests/unit/remote/test_base.py", + [ + "test_list_hashes" + ] + ] + ], + "test_list_paths": [ + [ + "tests/unit/remote/test_base.py", + [ + "test_list_paths" + ] + ] + ], + "test_is_dir_hash": [ + [ + "tests/unit/remote/test_base.py", + [ + "test_is_dir_hash" + ] + ], + [ + "tests/unit/remote/test_index.py", + [ + "test_is_dir_hash" + ] + ] + ], + "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_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_hash_jobs": [ + [ + "tests/unit/remote/test_remote.py", + [ + "test_remote_with_hash_jobs" + ] + ] + ], + "test_remote_without_hash_jobs": [ + [ + "tests/unit/remote/test_remote.py", + [ + "test_remote_without_hash_jobs" + ] + ] + ], + "test_remote_without_hash_jobs_default": [ + [ + "tests/unit/remote/test_remote.py", + [ + "test_remote_without_hash_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_tree.py", + [ + "test_walk_files" + ] + ], + [ + "tests/unit/utils/test_fs.py", + [ + "test_walk_files" + ] + ] + ], + "test_copy_preserve_etag_across_buckets": [ + [ + "tests/unit/remote/test_remote_tree.py", + [ + "test_copy_preserve_etag_across_buckets" + ] + ] + ], + "test_download_dir": [ + [ + "tests/unit/remote/test_remote_tree.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_parse_json": [ + [ + "tests/unit/repo/plots/test_data.py", + [ + "test_parse_json" + ] + ] + ], + "test_finding_lists": [ + [ + "tests/unit/repo/plots/test_data.py", + [ + "test_finding_lists" + ] + ] + ], + "test_finding_data": [ + [ + "tests/unit/repo/plots/test_data.py", + [ + "test_finding_data" + ] + ] + ], + "test_revisions": [ + [ + "tests/unit/repo/plots/test_diff.py", + [ + "test_revisions" + ] + ] + ], + "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_collect_optimization_on_stage_name": [ + [ + "tests/unit/repo/test_repo.py", + [ + "test_collect_optimization_on_stage_name" + ] + ] + ], + "test_skip_graph_checks": [ + [ + "tests/unit/repo/test_repo.py", + [ + "test_skip_graph_checks" + ] + ] + ], + "test_open_dirty_hash": [ + [ + "tests/unit/repo/test_repo_tree.py", + [ + "test_open_dirty_hash" + ] + ], + [ + "tests/unit/repo/test_tree.py", + [ + "test_open_dirty_hash" + ] + ] + ], + "test_open_dirty_no_hash": [ + [ + "tests/unit/repo/test_repo_tree.py", + [ + "test_open_dirty_no_hash" + ] + ], + [ + "tests/unit/repo/test_tree.py", + [ + "test_open_dirty_no_hash" + ] + ] + ], + "test_open_in_history": [ + [ + "tests/unit/repo/test_repo_tree.py", + [ + "test_open_in_history" + ] + ], + [ + "tests/unit/repo/test_tree.py", + [ + "test_open_in_history" + ] + ] + ], + "test_isdir_isfile": [ + [ + "tests/unit/repo/test_repo_tree.py", + [ + "test_isdir_isfile" + ] + ], + [ + "tests/unit/repo/test_tree.py", + [ + "test_isdir_isfile" + ] + ] + ], + "test_isdir_mixed": [ + [ + "tests/unit/repo/test_repo_tree.py", + [ + "test_isdir_mixed" + ] + ], + [ + "tests/unit/repo/test_tree.py", + [ + "test_isdir_mixed" + ] + ] + ], + "test_walk_onerror": [ + [ + "tests/unit/repo/test_repo_tree.py", + [ + "test_walk_onerror" + ] + ], + [ + "tests/unit/repo/test_tree.py", + [ + "test_walk_onerror" + ] + ], + [ + "tests/unit/scm/test_git.py", + [ + "test_walk_onerror" + ] + ] + ], + "test_isdvc": [ + [ + "tests/unit/repo/test_repo_tree.py", + [ + "test_isdvc" + ] + ], + [ + "tests/unit/repo/test_tree.py", + [ + "test_isdvc" + ] + ] + ], + "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_walk_dir": [ + [ + "tests/unit/repo/test_tree.py", + [ + "test_walk_dir" + ] + ] + ], + "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" + ] + ] + ], + "test_stage_cache": [ + [ + "tests/unit/stage/test_cache.py", + [ + "test_stage_cache" + ] + ] + ], + "test_stage_cache_params": [ + [ + "tests/unit/stage/test_cache.py", + [ + "test_stage_cache_params" + ] + ] + ], + "test_stage_cache_wdir": [ + [ + "tests/unit/stage/test_cache.py", + [ + "test_stage_cache_wdir" + ] + ] + ], + "stage_data": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "stage_data" + ] + ] + ], + "lock_data": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "lock_data" + ] + ] + ], + "test_fill_from_lock_deps_outs": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_fill_from_lock_deps_outs" + ] + ] + ], + "test_fill_from_lock_params": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_fill_from_lock_params" + ] + ] + ], + "test_fill_from_lock_missing_params_section": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_fill_from_lock_missing_params_section" + ] + ] + ], + "test_fill_from_lock_missing_checksums": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_fill_from_lock_missing_checksums" + ] + ] + ], + "test_fill_from_lock_use_appropriate_checksum": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_fill_from_lock_use_appropriate_checksum" + ] + ] + ], + "test_fill_from_lock_with_missing_sections": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_fill_from_lock_with_missing_sections" + ] + ] + ], + "test_fill_from_lock_empty_data": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_fill_from_lock_empty_data" + ] + ] + ], + "test_load_stage": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_load_stage" + ] + ] + ], + "test_load_stage_outs_with_flags": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_load_stage_outs_with_flags" + ] + ] + ], + "test_load_stage_no_lock": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_load_stage_no_lock" + ] + ] + ], + "test_load_stage_with_params": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_load_stage_with_params" + ] + ] + ], + "test_load_stage_with_metrics_and_plots": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_load_stage_with_metrics_and_plots" + ] + ] + ], + "test_load_changed_command": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_load_changed_command" + ] + ] + ], + "test_load_stage_wdir_and_path_correctly": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_load_stage_wdir_and_path_correctly" + ] + ] + ], + "test_load_stage_mapping": [ + [ + "tests/unit/stage/test_loader_pipeline_file.py", + [ + "test_load_stage_mapping" + ] + ] + ], + "test_run_stage_dry": [ + [ + "tests/unit/stage/test_run.py", + [ + "test_run_stage_dry" + ] + ] + ], + "test_cmd": [ + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "test_cmd" + ] + ] + ], + "test_wdir": [ + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "test_wdir" + ] + ] + ], + "test_deps_sorted": [ + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "test_deps_sorted" + ] + ] + ], + "test_outs_sorted": [ + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "test_outs_sorted" + ] + ] + ], + "test_params_sorted": [ + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "test_params_sorted" + ] + ] + ], + "test_params_file_sorted": [ + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "test_params_file_sorted" + ] + ] + ], + "test_outs_and_outs_flags_are_sorted": [ + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "test_outs_and_outs_flags_are_sorted" + ] + ] + ], + "test_plot_props": [ + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "test_plot_props" + ] + ] + ], + "test_frozen": [ + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "test_frozen" + ] + ] + ], + "test_always_changed": [ + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "test_always_changed" + ] + ], + [ + "tests/unit/stage/test_stage.py", + [ + "test_always_changed" + ] + ] + ], + "test_order": [ + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "test_order" + ] + ], + [ + "tests/unit/stage/test_serialize_pipeline_lock.py", + [ + "test_order" + ] + ] + ], + "test_order_deps_outs": [ + [ + "tests/unit/stage/test_serialize_pipeline_file.py", + [ + "test_order_deps_outs" + ] + ] + ], + "test_lock": [ + [ + "tests/unit/stage/test_serialize_pipeline_lock.py", + [ + "test_lock" + ] + ] + ], + "test_lock_deps": [ + [ + "tests/unit/stage/test_serialize_pipeline_lock.py", + [ + "test_lock_deps" + ] + ] + ], + "test_lock_deps_order": [ + [ + "tests/unit/stage/test_serialize_pipeline_lock.py", + [ + "test_lock_deps_order" + ] + ] + ], + "test_lock_params": [ + [ + "tests/unit/stage/test_serialize_pipeline_lock.py", + [ + "test_lock_params" + ] + ] + ], + "test_lock_params_file_sorted": [ + [ + "tests/unit/stage/test_serialize_pipeline_lock.py", + [ + "test_lock_params_file_sorted" + ] + ] + ], + "test_lock_params_no_values_filled": [ + [ + "tests/unit/stage/test_serialize_pipeline_lock.py", + [ + "test_lock_params_no_values_filled" + ] + ] + ], + "test_lock_outs": [ + [ + "tests/unit/stage/test_serialize_pipeline_lock.py", + [ + "test_lock_outs" + ] + ] + ], + "test_lock_outs_order": [ + [ + "tests/unit/stage/test_serialize_pipeline_lock.py", + [ + "test_lock_outs_order" + ] + ] + ], + "test_dump_appropriate_checksums": [ + [ + "tests/unit/stage/test_serialize_pipeline_lock.py", + [ + "test_dump_appropriate_checksums" + ] + ] + ], + "test_to_lockfile": [ + [ + "tests/unit/stage/test_serialize_pipeline_lock.py", + [ + "test_to_lockfile" + ] + ] + ], + "test_stage_checksum": [ + [ + "tests/unit/stage/test_stage.py", + [ + "test_stage_checksum" + ] + ] + ], + "test_wdir_default_ignored": [ + [ + "tests/unit/stage/test_stage.py", + [ + "test_wdir_default_ignored" + ] + ] + ], + "test_wdir_non_default_is_not_ignored": [ + [ + "tests/unit/stage/test_stage.py", + [ + "test_wdir_non_default_is_not_ignored" + ] + ] + ], + "test_meta_ignored": [ + [ + "tests/unit/stage/test_stage.py", + [ + "test_meta_ignored" + ] + ] + ], + "test_path_conversion": [ + [ + "tests/unit/stage/test_stage.py", + [ + "test_path_conversion" + ] + ] + ], + "test_stage_update": [ + [ + "tests/unit/stage/test_stage.py", + [ + "test_stage_update" + ] + ] + ], + "test_stage_run_ignore_sigint": [ + [ + "tests/unit/stage/test_stage.py", + [ + "test_stage_run_ignore_sigint" + ] + ] + ], + "test_external_outs": [ + [ + "tests/unit/stage/test_stage.py", + [ + "test_external_outs" + ] + ] + ], + "test_resolve_paths": [ + [ + "tests/unit/stage/test_utils.py", + [ + "test_resolve_paths" + ] + ] + ], + "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" + ] + ] + ], + "test_stage_load_on_not_existing_file": [ + [ + "tests/unit/test_dvcfile.py", + [ + "test_stage_load_on_not_existing_file" + ] + ] + ], + "test_stage_load_on_invalid_data": [ + [ + "tests/unit/test_dvcfile.py", + [ + "test_stage_load_on_invalid_data" + ] + ] + ], + "test_dump_stage": [ + [ + "tests/unit/test_dvcfile.py", + [ + "test_dump_stage" + ] + ] + ], + "mock_dvcignore": [ + [ + "tests/unit/test_ignore.py", + [ + "mock_dvcignore" + ] + ] + ], + "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_error": [ + [ + "tests/unit/test_logger.py", + [ + "TestColorFormatter", + "test_error" + ] + ] + ], + "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_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_parse_params": [ + [ + "tests/unit/test_run.py", + [ + "test_parse_params" + ] + ] + ], + "test_valid_stage_names": [ + [ + "tests/unit/test_run.py", + [ + "test_valid_stage_names" + ] + ] + ], + "test_invalid_stage_names": [ + [ + "tests/unit/test_run.py", + [ + "test_invalid_stage_names" + ] + ] + ], + "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_build_uri": [ + [ + "tests/unit/test_state.py", + [ + "test_build_uri" + ] + ] + ], + "mock_env": [ + [ + "tests/unit/test_updater.py", + [ + "mock_env" + ] + ] + ], + "updater": [ + [ + "tests/unit/test_updater.py", + [ + "updater" + ] + ] + ], + "mock_tty": [ + [ + "tests/unit/test_updater.py", + [ + "mock_tty" + ] + ] + ], + "test_check_updates": [ + [ + "tests/unit/test_updater.py", + [ + "test_check_updates" + ] + ] + ], + "test_check_refetches_each_day": [ + [ + "tests/unit/test_updater.py", + [ + "test_check_refetches_each_day" + ] + ] + ], + "test_check_fetches_on_invalid_data_format": [ + [ + "tests/unit/test_updater.py", + [ + "test_check_fetches_on_invalid_data_format" + ] + ] + ], + "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_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" + ] + ] + ], + "test_copy_fobj_to_file": [ + [ + "tests/unit/utils/test_fs.py", + [ + "test_copy_fobj_to_file" + ] + ] + ], + "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" + ] + ] + ], + "to_posixpath": [ + [ + "tests/utils/__init__.py", + [ + "to_posixpath" + ] + ] + ], + "translate_path": [ + [ + "tests/utils/httpd.py", + [ + "TestRequestHandler", + "translate_path" + ] + ] + ], + "end_headers": [ + [ + "tests/utils/httpd.py", + [ + "TestRequestHandler", + "end_headers" + ] + ] + ], + "_chunks": [ + [ + "tests/utils/httpd.py", + [ + "TestRequestHandler", + "_chunks" + ] + ] + ], + "do_POST": [ + [ + "tests/utils/httpd.py", + [ + "TestRequestHandler", + "do_POST" + ] + ] + ] +} \ No newline at end of file