SYMBOL INDEX (48 symbols across 5 files) FILE: bot_thread.py function get_center (line 9) | def get_center(rectangles): function get_rectangles (line 19) | def get_rectangles(results): class Move (line 27) | class Move: method __init__ (line 28) | def __init__(self): method nearest_object (line 34) | def nearest_object(self, screen_center): method go_to (line 49) | def go_to(self, waiting_time, screen_center): method start (line 91) | def start(self): method update (line 97) | def update(self, centers, bot_status, waiting_time, screen_center): method stop (line 108) | def stop(self): method run (line 113) | def run(self): FILE: gadgets.py function if_empty (line 4) | def if_empty(value, default): class SwitchesFrame (line 12) | class SwitchesFrame(ctk.CTkFrame): method __init__ (line 13) | def __init__(self, *args, header_name="TestFrame", name, text1, text2,... method get_state1 (line 31) | def get_state1(self): method get_state2 (line 35) | def get_state2(self): method reset_values (line 39) | def reset_values(self): class DoubleEntryFrame (line 45) | class DoubleEntryFrame(ctk.CTkFrame): method __init__ (line 46) | def __init__(self, *args, header_name="TestFrame", name, text1, text2,... method _validate_int (line 66) | def _validate_int(self, value): method get_value1 (line 77) | def get_value1(self): method get_value2 (line 82) | def get_value2(self): class SingleEntryFrame (line 89) | class SingleEntryFrame(ctk.CTkFrame): method __init__ (line 90) | def __init__(self, *args, header_name="TestFrame", name, text, default... method _validate_int (line 104) | def _validate_int(self, value): method get_value (line 115) | def get_value(self): class DropdownFrame (line 121) | class DropdownFrame(ctk.CTkFrame): method __init__ (line 122) | def __init__(self, *args, header_name="TestFrame", name, text, default... method get_option (line 145) | def get_option(self): FILE: main.py class App (line 19) | class App(ctk.CTk): method __init__ (line 20) | def __init__(self): method bot_gathering (line 95) | def bot_gathering(self): method update_screenshot (line 101) | def update_screenshot(self): method on_close (line 122) | def on_close(self): FILE: onnx_detextion.py function build_model (line 8) | def build_model(is_cuda, path="models/custom_yolov5.onnx"): function detect (line 26) | def detect(image, net): function load_classes (line 33) | def load_classes(classes_name): function wrap_detection (line 40) | def wrap_detection(input_image, output_data): function format_yolov5 (line 87) | def format_yolov5(frame): function results_objects (line 98) | def results_objects(frame, net, model): function results_frame (line 107) | def results_frame(frame, class_ids, confidences, boxes, class_list): function get_files_in_folder (line 117) | def get_files_in_folder(): function get_classes (line 125) | def get_classes(model): function filter_models (line 130) | def filter_models(file_names): FILE: window_capture.py class WindowCapture (line 4) | class WindowCapture: method __init__ (line 14) | def __init__(self, window_name=None, width=1024, height=768): method get_screenshot (line 28) | def get_screenshot(self): method list_window_names (line 57) | def list_window_names(): method get_screen_position (line 63) | def get_screen_position(self, pos):