MCPcopy 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

optimizeFunction · 0.80
dumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected