예제 #1
0
 def writeBytes(self, bytes):
     """writeBytes(StringStream self, PyObject * bytes)"""
     return _coda_io.StringStream_writeBytes(self, bytes)
예제 #2
0
 def writeBytes(self, bytes: 'PyObject *') -> "void":
     """writeBytes(StringStream self, PyObject * bytes)"""
     return _coda_io.StringStream_writeBytes(self, bytes)