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

Method input

Tools/cases_generator/parsing.py:430–431  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

428
429 @contextual
430 def input(self) -> InputEffect | None:
431 return self.cache_effect() or self.stack_effect()
432
433 def outputs(self) -> list[OutputEffect] | None:
434 # output (, output)*

Callers 1

inputsMethod · 0.95

Calls 2

cache_effectMethod · 0.95
stack_effectMethod · 0.95

Tested by

no test coverage detected