SYMBOL INDEX (112 symbols across 10 files) FILE: scripts/checkstyle.py class c (line 26) | class c: function utilGetStrs (line 38) | def utilGetStrs(line: Any, m: Any): function noDoubleBackslashFixer (line 47) | def noDoubleBackslashFixer(line: str, m: Any) -> str: function noPwdCaptureFixer (line 54) | def noPwdCaptureFixer(line: str, m: Any) -> str: function noTestDoubleEqualsFixer (line 61) | def noTestDoubleEqualsFixer(line: str, m: Any) -> str: function noFunctionKeywordFixer (line 71) | def noFunctionKeywordFixer(line: str, m: Any) -> str: function noVerboseRedirectionFixer (line 89) | def noVerboseRedirectionFixer(line: str, m: Any) -> str: function lintfile (line 94) | def lintfile(file: Path, rules: List[Rule], options: Dict[str, Any]): function main (line 136) | def main(): FILE: tests/conftest.py function create_repo (line 8) | def create_repo(dirname=None): function init_repo_git_status (line 16) | def init_repo_git_status(repo): function temp_repo (line 25) | def temp_repo(): function named_temp_repo (line 32) | def named_temp_repo(request): function temp_repo_clean (line 41) | def temp_repo_clean(): FILE: tests/helper.py class TempRepository (line 16) | class TempRepository: method __init__ (line 17) | def __init__(self, repo_work_dir=None): method switch_cwd_under_repo (line 29) | def switch_cwd_under_repo(self): method get_cwd (line 33) | def get_cwd(self): method get_repo_dirname (line 36) | def get_repo_dirname(self): method get_repo_git (line 39) | def get_repo_git(self): method get_file (line 42) | def get_file(self, index): method get_filename (line 45) | def get_filename(self, index): method get_files (line 49) | def get_files(self): method create_tmp_dir (line 52) | def create_tmp_dir(self): method create_tmp_file (line 56) | def create_tmp_file(self, temp_dir=None): method remove_tmp_file (line 64) | def remove_tmp_file(self, file_path): method writefile (line 68) | def writefile(self, temp_file, data): method teardown (line 75) | def teardown(self): method invoke_extras_command (line 79) | def invoke_extras_command(self, name, *params): method invoke_installed_extras_command (line 86) | def invoke_installed_extras_command(self, name, *params): method change_origin (line 116) | def change_origin(self, origin_url): method change_origin_to_github (line 123) | def change_origin_to_github(self): method change_origin_to_gitlab (line 126) | def change_origin_to_gitlab(self): method change_origin_to_bitbucket (line 129) | def change_origin_to_bitbucket(self): FILE: tests/test_git_abort.py class TestGitAbort (line 4) | class TestGitAbort: method test_init (line 5) | def test_init(self, temp_repo): method test_cherry_pick (line 20) | def test_cherry_pick(self, temp_repo): method test_merge (line 32) | def test_merge(self, temp_repo): method test_rebase (line 44) | def test_rebase(self, temp_repo): method test_revert (line 56) | def test_revert(self, temp_repo): FILE: tests/test_git_alias.py class TestGitAlias (line 1) | class TestGitAlias: method test_init (line 2) | def test_init(self, temp_repo): method test_list_all (line 9) | def test_list_all(self, temp_repo): method test_list_all_globally (line 17) | def test_list_all_globally(self, temp_repo): method test_list_all_locally (line 22) | def test_list_all_locally(self, temp_repo): method test_search_globally (line 27) | def test_search_globally(self, temp_repo): method test_search_locally (line 35) | def test_search_locally(self, temp_repo): method test_get_alias_globally_and_defaultly (line 43) | def test_get_alias_globally_and_defaultly(self, temp_repo): method test_set_alias_globally_and_defaultly (line 48) | def test_set_alias_globally_and_defaultly(self, temp_repo): method test_get_alias_locally (line 54) | def test_get_alias_locally(self, temp_repo): method test_set_alias_locally (line 59) | def test_set_alias_locally(self, temp_repo): method test_teardown (line 65) | def test_teardown(self, temp_repo): FILE: tests/test_git_archive_file.py class TestGitArchiveFile (line 5) | class TestGitArchiveFile: method test_init (line 6) | def test_init(self, temp_repo): method test_archive_file_on_tags_branch (line 14) | def test_archive_file_on_tags_branch(self, temp_repo): method test_archive_file_on_any_not_tags_branch_without_default_branch (line 21) | def test_archive_file_on_any_not_tags_branch_without_default_branch( method test_archive_file_on_any_not_tags_branch_with_default_branch (line 34) | def test_archive_file_on_any_not_tags_branch_with_default_branch(self,... method test_archive_file_on_branch_name_has_slash (line 44) | def test_archive_file_on_branch_name_has_slash(self, temp_repo): method test_archive_file_on_dirname_has_backslash (line 56) | def test_archive_file_on_dirname_has_backslash(self, named_temp_repo): method test_archive_file_on_tag_name_has_slash (line 64) | def test_archive_file_on_tag_name_has_slash(self, temp_repo): FILE: tests/test_git_authors.py class TestGitAuthors (line 8) | class TestGitAuthors: method test_init (line 9) | def test_init(self, temp_repo): method test_output_authors_has_email_without_any_parameter (line 21) | def test_output_authors_has_email_without_any_parameter(self, temp_repo): method test_list_authors_has_email_defaultly (line 30) | def test_list_authors_has_email_defaultly(self, temp_repo): method test_list_authors_has_not_email (line 39) | def test_list_authors_has_not_email(self, temp_repo): FILE: tests/test_git_browse.py function get_file_uri (line 6) | def get_file_uri(mode, filename, git): class TestGitBrowse (line 16) | class TestGitBrowse: method test_browse_github_file_on_mac (line 17) | def test_browse_github_file_on_mac(self, temp_repo): method test_browse_gitlab_file_on_mac (line 25) | def test_browse_gitlab_file_on_mac(self, temp_repo): method test_browse_bitbucket_file_on_mac (line 34) | def test_browse_bitbucket_file_on_mac(self, temp_repo): method test_browse_github_file_on_git_bash_on_window (line 43) | def test_browse_github_file_on_git_bash_on_window(self, temp_repo): method test_browse_gitlab_file_on_git_bash_on_window (line 52) | def test_browse_gitlab_file_on_git_bash_on_window(self, temp_repo): method test_browse_bitbucket_file_on_git_bash_on_window (line 61) | def test_browse_bitbucket_file_on_git_bash_on_window(self, temp_repo): method test_browse_github_file_on_WSL_with_microsoft_key (line 70) | def test_browse_github_file_on_WSL_with_microsoft_key(self, temp_repo): method test_browse_gitlab_file_on_WSL_with_microsoft_key (line 84) | def test_browse_gitlab_file_on_WSL_with_microsoft_key(self, temp_repo): method test_browse_bitbucket_file_on_WSL_with_microsoft_key (line 98) | def test_browse_bitbucket_file_on_WSL_with_microsoft_key(self, temp_re... method test_browse_github_file_on_WSL_without_microsoft_key (line 112) | def test_browse_github_file_on_WSL_without_microsoft_key(self, temp_re... method test_browse_gitlab_file_on_WSL_without_microsoft_key (line 126) | def test_browse_gitlab_file_on_WSL_without_microsoft_key(self, temp_re... method test_browse_bitbucket_file_on_WSL_without_microsoft_key (line 140) | def test_browse_bitbucket_file_on_WSL_without_microsoft_key(self, temp... method test_browse_github_file_not_mac_or_msys_or_linux (line 154) | def test_browse_github_file_not_mac_or_msys_or_linux(self, temp_repo): method test_browse_gitlab_file_not_mac_or_msys_or_linux (line 166) | def test_browse_gitlab_file_not_mac_or_msys_or_linux(self, temp_repo): method test_browse_bitbucket_file_not_mac_or_msys_or_linux (line 178) | def test_browse_bitbucket_file_not_mac_or_msys_or_linux(self, temp_repo): method test_browse_github_file_with_line_number (line 190) | def test_browse_github_file_with_line_number(self, temp_repo): method test_browse_gitlab_file_with_line_number (line 202) | def test_browse_gitlab_file_with_line_number(self, temp_repo): method test_browse_bitbucket_file_with_line_number (line 214) | def test_browse_bitbucket_file_with_line_number(self, temp_repo): method test_browse_unknown_site_file (line 226) | def test_browse_unknown_site_file(self, temp_repo): method test_browse_unknown_site_file_with_line_number (line 236) | def test_browse_unknown_site_file_with_line_number(self, temp_repo): FILE: tests/test_git_browse_ci.py function get_ci_uri_by_domain (line 6) | def get_ci_uri_by_domain(mode): class TestGitBrowse (line 15) | class TestGitBrowse: method test_browse_github_ci_on_mac (line 16) | def test_browse_github_ci_on_mac(self, temp_repo): method test_browse_gitlab_ci_on_mac (line 22) | def test_browse_gitlab_ci_on_mac(self, temp_repo): method test_browse_bitbucket_ci_on_mac (line 29) | def test_browse_bitbucket_ci_on_mac(self, temp_repo): method test_browse_github_ci_on_git_bash_on_window (line 36) | def test_browse_github_ci_on_git_bash_on_window(self, temp_repo): method test_browse_gitlab_ci_on_git_bash_on_window (line 43) | def test_browse_gitlab_ci_on_git_bash_on_window(self, temp_repo): method test_browse_bitbucket_ci_on_git_bash_on_window (line 50) | def test_browse_bitbucket_ci_on_git_bash_on_window(self, temp_repo): method test_browse_github_ci_on_WSL_with_microsoft_key (line 57) | def test_browse_github_ci_on_WSL_with_microsoft_key(self, temp_repo): method test_browse_gitlab_ci_on_WSL_with_microsoft_key (line 69) | def test_browse_gitlab_ci_on_WSL_with_microsoft_key(self, temp_repo): method test_browse_bitbucket_ci_on_WSL_with_microsoft_key (line 81) | def test_browse_bitbucket_ci_on_WSL_with_microsoft_key(self, temp_repo): method test_browse_github_ci_on_WSL_without_microsoft_key (line 93) | def test_browse_github_ci_on_WSL_without_microsoft_key(self, temp_repo): method test_browse_gitlab_ci_on_WSL_without_microsoft_key (line 105) | def test_browse_gitlab_ci_on_WSL_without_microsoft_key(self, temp_repo): method test_browse_bitbucket_ci_on_WSL_without_microsoft_key (line 117) | def test_browse_bitbucket_ci_on_WSL_without_microsoft_key(self, temp_r... method test_browse_github_ci_not_mac_or_msys_or_linux (line 129) | def test_browse_github_ci_not_mac_or_msys_or_linux(self, temp_repo): method test_browse_gitlab_ci_not_mac_or_msys_or_linux (line 139) | def test_browse_gitlab_ci_not_mac_or_msys_or_linux(self, temp_repo): method test_browse_bitbucket_ci_not_mac_or_msys_or_linux (line 149) | def test_browse_bitbucket_ci_not_mac_or_msys_or_linux(self, temp_repo): method test_browse_unknown_site_file (line 159) | def test_browse_unknown_site_file(self, temp_repo): FILE: tests/test_git_continue.py class TestGitContinue (line 4) | class TestGitContinue: method _init_repo (line 7) | def _init_repo(cls, repo): method test_init (line 22) | def test_init(self, temp_repo_clean): method test_cherry_pick (line 27) | def test_cherry_pick(self, temp_repo_clean): method test_merge (line 41) | def test_merge(self, temp_repo_clean): method test_rebase (line 56) | def test_rebase(self, temp_repo_clean): method test_revert (line 71) | def test_revert(self, temp_repo_clean):