MCPcopy Index your code
hub / github.com/RustPython/RustPython / start_framing

Method start_framing

Lib/pickle.py:202–203  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

200 self.current_frame = None
201
202 def start_framing(self):
203 self.current_frame = io.BytesIO()
204
205 def end_framing(self):
206 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