marshal.py 155 B

123456
  1. # Note that PyPy contains also a built-in module 'marshal' which will
  2. # hide this one if compiled in.
  3. from _marshal import __doc__
  4. from _marshal import *