SYMBOL INDEX (27 symbols across 8 files) FILE: movie_streaming_site/components/keybind.py class GlobalKeyWatcher (line 4) | class GlobalKeyWatcher(rx.Fragment): method _get_imports (line 11) | def _get_imports(self) -> rx.utils.imports.ImportDict: method _get_hooks (line 23) | def _get_hooks(self) -> str | None: method render (line 42) | def render(self): FILE: movie_streaming_site/components/loading.py function loading (line 4) | def loading(): FILE: movie_streaming_site/components/moviecard.py function movie_card (line 5) | def movie_card(title: str, year: str, duration: str, link:str, img:str =... FILE: movie_streaming_site/components/search.py function search (line 6) | def search(): FILE: movie_streaming_site/movie_streaming_site.py class slider (line 12) | class slider(rx.Component): function index (line 24) | def index(): function testpage (line 200) | def testpage(): FILE: movie_streaming_site/pages/player.py function movieplayer (line 8) | def movieplayer(): function movie_info_item (line 114) | def movie_info_item(text, icon): FILE: movie_streaming_site/pages/search.py function search_page (line 6) | def search_page(): FILE: movie_streaming_site/state.py class State (line 8) | class State(rx.State): method change_search_value (line 16) | def change_search_value(self, new): method search_url (line 20) | def search_url(self) -> str: method search_focus (line 23) | def search_focus(self): method search_blur (line 25) | def search_blur(self): method go_search (line 28) | def go_search(self, _): method search_query (line 34) | def search_query(self) -> str: method movie_id (line 38) | def movie_id(self) -> str: method search (line 42) | def search(self, query): method search_on_load (line 72) | def search_on_load(self): method get_current_movie (line 78) | def get_current_movie(self): method get_movie_data (line 105) | def get_movie_data(self, id): method get_now_playing_movies (line 117) | def get_now_playing_movies(self): method on_load (line 144) | def on_load(self):