SYMBOL INDEX (12 symbols across 1 files) FILE: antipackage.py class InstallError (line 28) | class InstallError(Exception): class GitHubImporter (line 31) | class GitHubImporter(object): method __init__ (line 33) | def __init__(self): method _parse_fullname (line 39) | def _parse_fullname(self, fullname): method _install_init (line 52) | def _install_init(self, path): method _setup_package (line 57) | def _setup_package(self, path): method _update_if_changed (line 62) | def _update_if_changed(self, old, new): method _touch (line 78) | def _touch(self, path): method _install_module (line 82) | def _install_module(self, fullname): method _install_path (line 105) | def _install_path(self, fullname): method _make_package (line 109) | def _make_package(self, fullname): method find_module (line 129) | def find_module(self, fullname, path=None):