(self, alloc=0, string=b'')
| 303 | result_type = bytes |
| 304 | |
| 305 | def create_writer(self, alloc=0, string=b''): |
| 306 | return _testcapi.PyBytesWriter(alloc, string, 0) |
| 307 | |
| 308 | def test_create(self): |
| 309 | # Test PyBytesWriter_Create() |
no outgoing calls
no test coverage detected