Lines Matching full:marshal
787 A more awkward way of doing things is to use pickle's little sister, marshal.788 The :mod:`marshal` module provides very fast ways to store noncircular basic789 Python types to files and strings, and back again. Although marshal does not do