Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_kill
Function
is_kill
Lib/_pyrepl/commands.py:95–96 ·
view source on GitHub ↗
(command: type[Command] | None)
Source
from the content-addressed store, hash-verified
93
94
95
def
is_kill(command: type[Command] | None) -> bool:
96
return
command is not None and issubclass(command, KillCommand)
97
98
99
def
is_yank(command: type[Command] | None) -> bool:
Callers
1
kill_range
Method · 0.85
Calls
1
issubclass
Function · 0.85
Tested by
no test coverage detected