MCPcopy Index your code
hub / github.com/ipython/ipython / Shortcut

Class Shortcut

docs/autogen_shortcuts.py:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17@dataclass
18class Shortcut:
19 #: a sequence of keys (each element on the list corresponds to pressing one or more keys)
20 keys_sequence: List[str]
21 filter: str
22
23
24@dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…