Home | History | Annotate | Download | only in compiler

Lines Matching defs:marshal

3 import marshal
121 marshal.dump(self.code, f)
126 # compile.c uses marshal to write a long directly, with
129 # same effect is to call marshal and then skip the code.