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

Function is_yank

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

Source from the content-addressed store, hash-verified

99
100
101def is_yank(command: type[Command] | None) -> bool:
102 return command is not None and issubclass(command, YankCommand)
103
104
105# etc

Callers 1

doMethod · 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…