Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
inputs
Method · 0.95
Calls
2
cache_effect
Method · 0.95
stack_effect
Method · 0.95
Tested by
no test coverage detected