Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ emit_save
Method
emit_save
Tools/cases_generator/optimizer_generator.py:150–151 ·
view source on GitHub ↗
(self, storage: Storage)
Source
from the content-addressed store, hash-verified
148
self.stack = stack
149
150
def
emit_save(self, storage: Storage) -> None:
151
storage.flush(self.out)
152
153
def
emit_reload(self, storage: Storage) -> None:
154
pass
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected