MCPcopy Index your code
hub / github.com/python/cpython / is_kill

Function is_kill

Lib/_pyrepl/commands.py:97–98  ·  view source on GitHub ↗
(command: type[Command] | None)

Source from the content-addressed store, hash-verified

95
96
97def is_kill(command: type[Command] | None) -> bool:
98 return command is not None and issubclass(command, KillCommand)
99
100
101def is_yank(command: type[Command] | None) -> bool:

Callers 1

kill_rangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…