MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _dump

Function _dump

tools/python-3.11.9-amd64/Lib/pickle.py:1750–1752  ·  view source on GitHub ↗
(obj, file, protocol=None, *, fix_imports=True, buffer_callback=None)

Source from the content-addressed store, hash-verified

1748# Shorthands
1749
1750def _dump(obj, file, protocol=None, *, fix_imports=True, buffer_callback=None):
1751 _Pickler(file, protocol, fix_imports=fix_imports,
1752 buffer_callback=buffer_callback).dump(obj)
1753
1754def _dumps(obj, protocol=None, *, fix_imports=True, buffer_callback=None):
1755 f = io.BytesIO()

Callers

nothing calls this directly

Calls 2

_PicklerClass · 0.85
dumpMethod · 0.45

Tested by

no test coverage detected