|
|
|
|
|
__init__(self,
*args)
__init__(self, qfile_t rhs) -> qfile_t __init__(self, PyObject
pycobject = None) -> qfile_t |
|
|
|
bool
|
|
|
|
|
|
|
open(self,
*args)
open(self, char filename, char mode) -> bool |
|
|
|
FILE
|
|
|
|
seek(self,
*args)
seek(self, int32 offset, int whence = SEEK_SET) -> int |
|
|
|
int32
|
|
|
|
readbytes(self,
*args)
readbytes(self, int size, bool big_endian) -> PyObject |
|
|
|
|
read(self,
*args)
read(self, int size) -> PyObject |
|
|
|
|
gets(self,
*args)
gets(self, int size) -> PyObject |
|
|
|
|
writebytes(self,
*args)
writebytes(self, PyObject py_buf, bool big_endian) -> int |
|
|
|
|
write(self,
*args)
write(self, PyObject py_buf) -> int |
|
|
|
|
puts(self,
*args)
puts(self, char str) -> int |
|
|
|
int32
|
|
|
int
|
|
|
PyObject
|
|
|
PyObject
|
|
|
|
put_char(self,
*args)
put_char(self, char chr) -> int |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|