SYMBOL INDEX (13 symbols across 2 files) FILE: github_com/__init__.py class IntermediateModule (line 5) | class IntermediateModule: method __init__ (line 8) | def __init__(self, fullname): class GithubComFinder (line 14) | class GithubComFinder: method find_module (line 17) | def find_module(self, module_name, package_path): class GithubComLoader (line 22) | class GithubComLoader: method _is_installed (line 25) | def _is_installed(self, fullname): method _import_module (line 32) | def _import_module(self, fullname): method _install_module (line 36) | def _install_module(self, fullname): method _is_repository_path (line 42) | def _is_repository_path(self, fullname): method _is_intermediate_path (line 45) | def _is_intermediate_path(self, fullname): method load_module (line 48) | def load_module(self, fullname): FILE: tests/test_github_com.py function test_import_module (line 1) | def test_import_module(): function test_import_from_module (line 7) | def test_import_from_module():