SYMBOL INDEX (30 symbols across 6 files) FILE: coveralls/__init__.py function parse_args (line 43) | def parse_args(): function wear (line 77) | def wear(args=None): FILE: coveralls/api.py function post (line 6) | def post(url, repo_token, service_job_id, service_name, git, source_file... function build_file (line 11) | def build_file(repo_token, service_job_id, service_name, git, source_fil... FILE: coveralls/control.py class coveralls (line 5) | class coveralls(Coverage): method coveralls (line 6) | def coveralls(self, base_dir, ignore_errors=False, merge_file=None): FILE: coveralls/report.py class CoverallsReporter (line 10) | class CoverallsReporter(Reporter): method report (line 11) | def report(self, base_dir, ignore_errors=False, merge_file=None): FILE: coveralls/repository.py function gitrepo (line 13) | def gitrepo(root): function hgrepo (line 43) | def hgrepo(root): function repo (line 69) | def repo(root): FILE: coveralls/tests.py class Arguments (line 14) | class Arguments(object): class CoverallsTestCase (line 75) | class CoverallsTestCase(TestCase): method test_wear_ok (line 77) | def test_wear_ok(self): method test_wear_ok (line 87) | def test_wear_ok(self): method test_gitrepo_head (line 97) | def test_gitrepo_head(self): method test_gitrepo_remotes (line 101) | def test_gitrepo_remotes(self): method test_gitrepo_branch (line 105) | def test_gitrepo_branch(self): method test_coveralls (line 109) | def test_coveralls(self): method test_coveralls_with_merge (line 114) | def test_coveralls_with_merge(self): method test_api (line 120) | def test_api(self): method test_build_file_eur (line 137) | def test_build_file_eur(self): class NotAFileTestCase (line 152) | class NotAFileTestCase(TestCase): method setUp (line 153) | def setUp(self): method test_report_raises (line 160) | def test_report_raises(self): method test_report_continue (line 163) | def test_report_continue(self): class NotAPythonTestCase (line 167) | class NotAPythonTestCase(TestCase): method setUp (line 168) | def setUp(self): method test_report_raises (line 175) | def test_report_raises(self): method test_report_continue (line 178) | def test_report_continue(self):