MCPcopy
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
497class KeyAction(NamedTuple):

Callers 15

setup.pyFile · 0.45
cmd_changedMethod · 0.45
pkg_configFunction · 0.45
get_binary_archFunction · 0.45
init_envFunction · 0.45
build_launcherFunction · 0.45
parse_escape_codesFunction · 0.45
is_dir_eventFunction · 0.45
peekMethod · 0.45

Calls

no outgoing calls