MCPcopy Create free account

hub / github.com/tiny-pilot/tinypilot / functions

Functions758 in github.com/tiny-pilot/tinypilot

Methodtest_returns_default_value_if_no_property_exists_in_the_file
(self)
app/update/settings_test.py:106
Methodtest_returns_empty_list_when_directory_has_no_interfaces
(self)
app/network_test.py:144
Methodtest_returns_empty_list_when_path_does_not_exist
(self)
app/network_test.py:138
Methodtest_returns_empty_list_when_path_is_not_a_directory
(self)
app/network_test.py:133
Methodtest_returns_error_when_no_process_is_running_and_last_run_had_error
( self, mock_read_update_result, mock_check_output)
app/update/status_test.py:78
Methodtest_returns_existing_value_from_file
(self)
app/update/settings_test.py:97
Methodtest_returns_in_progress_when_update_process_is_running
( self, mock_read_update_result, mock_check_output)
app/update/status_test.py:27
Methodtest_returns_latest_legacy_result
(self, mock_glob)
app/update/result_store_test.py:66
Methodtest_returns_none_when_no_result_files_exist
(self, mock_glob)
app/update/result_store_test.py:36
Methodtest_returns_not_running_when_there_is_no_process_nor_result_file
( self, mock_read_update_result, mock_check_output)
app/update/status_test.py:12
Methodtest_returns_sorted_interface_names
(self)
app/network_test.py:163
Methodtest_returns_success_when_no_process_is_running_and_last_run_was_ok
( self, mock_read_update_result, mock_check_output)
app/update/status_test.py:62
Methodtest_returns_value_from_result_file
(self, mock_glob)
app/update/result_store_test.py:41
Methodtest_role_stringifies_to_defined_values
(self)
app/auth_test.py:18
Methodtest_role_values_evaluate_to_true
(self)
app/auth_test.py:25
Methodtest_send_control_key_and_hid_keycode_to_hid_interface
(self)
app/hid/keyboard_test.py:35
Methodtest_send_control_key_to_hid_interface
(self)
app/hid/keyboard_test.py:22
Methodtest_send_hid_keycode_to_hid_interface
(self)
app/hid/keyboard_test.py:10
Methodtest_send_multiple_keystrokes_to_hid_interface
(self)
app/hid/keyboard_test.py:54
Methodtest_send_release_keys_to_hid_interface
(self)
app/hid/keyboard_test.py:48
Methodtest_sends_mouse_click_to_hid_interface
(self)
app/hid/mouse_test.py:9
Methodtest_sends_mouse_move_to_hid_interface
(self)
app/hid/mouse_test.py:23
Methodtest_sets_credentials_timestamp_on_registration
(self, mock_get_db)
app/auth_test.py:260
Methodtest_skips_ignored_character
(self)
app/request_parsers/paste_test.py:50
Methodtest_streaming_mode_default
(self, mock_db_connection)
app/db/settings_test.py:44
Methodtest_system_supports_multiple_user_accounts
(self, mock_get_db)
app/auth_test.py:156
Methodtest_treats_empty_array_as_inactive_interface
(self, mock_cmd)
app/network_test.py:23
Methodtest_treats_empty_response_as_inactive_interface
(self, mock_cmd)
app/network_test.py:15
Methodtest_treats_emtpy_object_as_inactive_interface
(self, mock_cmd)
app/network_test.py:31
Methodtest_updates_credentials_timestamp_when_changing_password
( self, mock_get_db)
app/auth_test.py:272
Methodtest_updates_credentials_timestamp_when_changing_role
( self, mock_get_db)
app/auth_test.py:293
Methodtest_updates_role_when_changing_role
(self, mock_get_db)
app/auth_test.py:318
Methodtest_writes_error_result_accurately
(self)
app/update/result_test.py:73
Methodtest_writes_result_accurately
(self)
app/update/result_store_test.py:211
Methodtest_writes_success_result_accurately
(self)
app/update/result_test.py:57
FunctiontextToShareableUrl
(text)
app/static/js/controllers.js:450
Functionto_string
Formats a datetime to ISO-8601 format. Args: dt: A datetime object (assumed to be in UTC time). Returns: An ISO-8601 formatt
app/iso8601.py:6
Functiontt
()
app/static/third-party/socket.io/4.7.1/socket.io.min.js:6
Functionupdate
()
app/static/js/controllers.js:129
FunctionupdateCurrentUserPassword
(password)
app/static/js/controllers.js:240
FunctionupdateUserPassword
(username, password)
app/static/js/controllers.js:225
Functionupdate_get
Fetches the state of the latest update job. Returns: On success, a JSON data structure with the following properties: status: str
app/api.py:318
Functionupdate_put
Initiates job to update TinyPilot to the latest version available. This endpoint asynchronously starts a job to update TinyPilot to the latest
app/api.py:340
Functionuser_delete
Removes a user from the system. Returns: On success, a JSON data structure with a property "username" (str). Returns error object
app/api.py:197
Functionuser_password_put
Updates an existing user's password (ADMIN only). The purpose of this endpoint is for admin users to manage passwords of any user of the syst
app/api.py:166
Functionuser_post
Adds a new user to the system. Returns: On success, a JSON data structure with a property "username" (str). Returns error object
app/api.py:108
Functionusers_delete
Removes all users from the system. Returns: Empty response on success, error object otherwise.
app/api.py:393
Functionusers_get
Lists all known users and indicates the currently logged-in user. Returns: On success, a JSON data structure with the following propertie
app/api.py:362
Methodustreamer_desired_fps
(self)
app/update/settings.py:80
Methodustreamer_h264_bitrate
(self)
app/update/settings.py:96
Methodustreamer_quality
(self)
app/update/settings.py:88
Functionverify
(password, password_hash)
app/password.py:15
Functionversion_get
Retrieves the current installed version of TinyPilot. Returns: On success, a JSON data structure with the following properties: v
app/api.py:406
FunctionwebrtcError
(error)
app/static/third-party/janus-gateway/1.3.2/janus.js:3126
Functionwith_timeout
Executes a function in a child process with a specified timeout. Usage example: with_timeout(save_contact, args=(fi
app/execute.py:54
Functionwrite
Serializes a Result object to a file as JSON. Args: result: A Result object containing results of an update job. result_file: Fil
app/update/result.py:46
Functionwrite
Writes an update result to the result store.
app/update/result_store.py:78
Functionwrite_to_hid_interface
(hid_path, buffer)
app/hid/write.py:26
← previous701–758 of 758, ranked by callers