MCPcopy Index your code
hub / github.com/python/cpython / write

Method write

Lib/test/pickletester.py:4939–4940  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4937 class F:
4938 @property
4939 def write(self):
4940 raise CustomError
4941 self.assertRaises(CustomError, self.Pickler, F())
4942
4943 def check_dumps_loads_oob_buffers(self, dumps, loads):

Callers 2

_test_truncated_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected