Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiny-pilot/tinypilot
/ functions
Functions
758 in github.com/tiny-pilot/tinypilot
⨍
Functions
758
◇
Types & classes
153
↳
Endpoints
113
Method
test_returns_default_value_if_no_property_exists_in_the_file
(self)
app/update/settings_test.py:106
Method
test_returns_empty_list_when_directory_has_no_interfaces
(self)
app/network_test.py:144
Method
test_returns_empty_list_when_path_does_not_exist
(self)
app/network_test.py:138
Method
test_returns_empty_list_when_path_is_not_a_directory
(self)
app/network_test.py:133
Method
test_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
Method
test_returns_existing_value_from_file
(self)
app/update/settings_test.py:97
Method
test_returns_in_progress_when_update_process_is_running
( self, mock_read_update_result, mock_check_output)
app/update/status_test.py:27
Method
test_returns_latest_legacy_result
(self, mock_glob)
app/update/result_store_test.py:66
Method
test_returns_none_when_no_result_files_exist
(self, mock_glob)
app/update/result_store_test.py:36
Method
test_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
Method
test_returns_sorted_interface_names
(self)
app/network_test.py:163
Method
test_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
Method
test_returns_value_from_result_file
(self, mock_glob)
app/update/result_store_test.py:41
Method
test_role_stringifies_to_defined_values
(self)
app/auth_test.py:18
Method
test_role_values_evaluate_to_true
(self)
app/auth_test.py:25
Method
test_send_control_key_and_hid_keycode_to_hid_interface
(self)
app/hid/keyboard_test.py:35
Method
test_send_control_key_to_hid_interface
(self)
app/hid/keyboard_test.py:22
Method
test_send_hid_keycode_to_hid_interface
(self)
app/hid/keyboard_test.py:10
Method
test_send_multiple_keystrokes_to_hid_interface
(self)
app/hid/keyboard_test.py:54
Method
test_send_release_keys_to_hid_interface
(self)
app/hid/keyboard_test.py:48
Method
test_sends_mouse_click_to_hid_interface
(self)
app/hid/mouse_test.py:9
Method
test_sends_mouse_move_to_hid_interface
(self)
app/hid/mouse_test.py:23
Method
test_sets_credentials_timestamp_on_registration
(self, mock_get_db)
app/auth_test.py:260
Method
test_skips_ignored_character
(self)
app/request_parsers/paste_test.py:50
Method
test_streaming_mode_default
(self, mock_db_connection)
app/db/settings_test.py:44
Method
test_system_supports_multiple_user_accounts
(self, mock_get_db)
app/auth_test.py:156
Method
test_treats_empty_array_as_inactive_interface
(self, mock_cmd)
app/network_test.py:23
Method
test_treats_empty_response_as_inactive_interface
(self, mock_cmd)
app/network_test.py:15
Method
test_treats_emtpy_object_as_inactive_interface
(self, mock_cmd)
app/network_test.py:31
Method
test_updates_credentials_timestamp_when_changing_password
( self, mock_get_db)
app/auth_test.py:272
Method
test_updates_credentials_timestamp_when_changing_role
( self, mock_get_db)
app/auth_test.py:293
Method
test_updates_role_when_changing_role
(self, mock_get_db)
app/auth_test.py:318
Method
test_writes_error_result_accurately
(self)
app/update/result_test.py:73
Method
test_writes_result_accurately
(self)
app/update/result_store_test.py:211
Method
test_writes_success_result_accurately
(self)
app/update/result_test.py:57
Function
textToShareableUrl
(text)
app/static/js/controllers.js:450
Function
to_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
Function
tt
()
app/static/third-party/socket.io/4.7.1/socket.io.min.js:6
Function
update
()
app/static/js/controllers.js:129
Function
updateCurrentUserPassword
(password)
app/static/js/controllers.js:240
Function
updateUserPassword
(username, password)
app/static/js/controllers.js:225
Function
update_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
Function
update_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
Function
user_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
Function
user_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
Function
user_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
Function
users_delete
Removes all users from the system. Returns: Empty response on success, error object otherwise.
app/api.py:393
Function
users_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
Method
ustreamer_desired_fps
(self)
app/update/settings.py:80
Method
ustreamer_h264_bitrate
(self)
app/update/settings.py:96
Method
ustreamer_quality
(self)
app/update/settings.py:88
Function
verify
(password, password_hash)
app/password.py:15
Function
version_get
Retrieves the current installed version of TinyPilot. Returns: On success, a JSON data structure with the following properties: v
app/api.py:406
Function
webrtcError
(error)
app/static/third-party/janus-gateway/1.3.2/janus.js:3126
Function
with_timeout
Executes a function in a child process with a specified timeout. Usage example: with_timeout(save_contact, args=(fi
app/execute.py:54
Function
write
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
Function
write
Writes an update result to the result store.
app/update/result_store.py:78
Function
write_to_hid_interface
(hid_path, buffer)
app/hid/write.py:26
← previous
701–758 of 758, ranked by callers