Lines Matching defs:write
101 self.write = self._bio.write
1404 f.write(locker_module.encode('utf-8'))
1406 f.write(locking_import_module.encode('utf-8'))
2674 def write(self, chunk):
2687 # calls to write only once or twice per frame:
2688 # The C pickler issues one call to write per-frame (header and
2689 # contents) while Python pickler issues two calls to write: one for
2695 # of the call to dump: any memoryview passed to write should not
2708 # There should be at least one call to write per frame
3699 f.write(pickled1)
3706 f.write(pickled2)