Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kovidgoyal/kitty
/ get
Method
get
kitty/conf/utils.py:493–494 ·
view source on GitHub ↗
(self, name: str)
Source
from the content-addressed store, hash-verified
491
return
w
492
493
def
get(self, name: str) -> KeyFunc[ReturnType] | None:
494
return
self.args_funcs.get(name)
495
496
497
class
KeyAction(NamedTuple):
Callers
15
setup.py
File · 0.45
cmd_changed
Method · 0.45
pkg_config
Function · 0.45
get_binary_arch
Function · 0.45
init_env
Function · 0.45
update_go_generated_files
Function · 0.45
build_launcher
Function · 0.45
parse_escape_codes
Function · 0.45
is_dir_event
Function · 0.45
peek
Method · 0.45
test_drop_move_sends_move_event
Method · 0.45
test_drop_leave_sends_leave_event
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_drop_move_sends_move_event
Method · 0.36
test_drop_leave_sends_leave_event
Method · 0.36
test_client_id_propagated
Method · 0.36
test_uri_broken_symlink_returns_symlink_target
Method · 0.36
test_uri_non_broken_symlink_to_file_transmitted_as_symlink
Method · 0.36
test_uri_non_broken_symlink_to_directory_transmitted_as_symlink
Method · 0.36
test_uri_directory_transfer_tree
Method · 0.36
test_dir_symlink_to_file
Method · 0.36
test_dir_symlink_to_directory
Method · 0.36
test_dir_symlink_absolute_target
Method · 0.36
test_dir_regular_file_no_symlink_flag
Method · 0.36
test_dir_symlink_and_regular_mixed
Method · 0.36