SYMBOL INDEX (17 symbols across 2 files) FILE: auth/selenium.py function login (line 14) | def login() -> str: FILE: main.py function get_time (line 27) | def get_time(length=10): function get_uuid (line 31) | def get_uuid(): class XXT (line 35) | class XXT: method __init__ (line 37) | def __init__(self): method set_proxies (line 44) | def set_proxies(self, proxies: Dict): method get (line 48) | def get(self, url, **kwargs): method post (line 56) | def post(self, url, **kwargs): method set_cookie (line 63) | def set_cookie(self, cookies: str): method get_exam_id (line 71) | def get_exam_id(self, course_id, class_id, cpi, dir_id): method get_answer_url (line 78) | def get_answer_url(self, course_id, class_id, cpi, exam_id): method get_question_answers (line 83) | def get_question_answers(self, answer_url): method get_courses (line 98) | def get_courses(self, fid=None): method get_test_ids (line 111) | def get_test_ids(self, course_id, class_id, cpi): method login (line 120) | def login(self, username, password): method get_schools (line 144) | def get_schools(self): method crawl_course (line 153) | def crawl_course(self, course_id):