SYMBOL INDEX (6 symbols across 2 files) FILE: cranscrape.py function get_data (line 65) | def get_data(url): FILE: parse.py function extract_repo (line 13) | def extract_repo(url): function get_last_commit (line 22) | def get_last_commit(repo): class Project (line 35) | class Project(Thread): method __init__ (line 36) | def __init__(self, match, section): method run (line 42) | def run(self):