Lines Matching full:marshal
3 import marshal121 marshal.dump(self.code, f)126 # compile.c uses marshal to write a long directly, with129 # same effect is to call marshal and then skip the code.