Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ start_framing
Method
start_framing
Lib/pickle.py:206–207 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
204
self.current_frame = None
205
206
def
start_framing(self):
207
self.current_frame = io.BytesIO()
208
209
def
end_framing(self):
210
if
self.current_frame and self.current_frame.tell() > 0:
Callers
2
optimize
Function · 0.80
dump
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected