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

Method output

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

Source from the content-addressed store, hash-verified

445
446 @contextual
447 def output(self) -> OutputEffect | None:
448 return self.stack_effect()
449
450 @contextual
451 def cache_effect(self) -> CacheEffect | None:

Callers 1

outputsMethod · 0.95

Calls 1

stack_effectMethod · 0.95

Tested by

no test coverage detected