Home | History | Annotate | Download | only in python2.7

Lines Matching defs:save_string

480     def save_string(self, obj, pack=struct.pack):
490 dispatch[StringType] = save_string
506 def save_string(self, obj, pack=struct.pack):
530 dispatch[StringType] = save_string