Home | History | Annotate | Download | only in test

Lines Matching refs:extcode

788     # Register a type with copy_reg, with extension code extcode.  Pickle
792 def produce_global_ext(self, extcode, opcode):
793 e = ExtensionSaver(extcode)
795 copy_reg.add_extension(__name__, "MyList", extcode)