|
|
__init__(...)
__init__( (object)arg1, (Gfal2Context)arg2, (str)arg3, (str)arg4)
-> None |
|
|
|
|
|
|
|
lseek(...)
lseek( (FileType)arg1, (long)arg2, (int)arg3) -> long |
|
|
|
|
pread(...)
pread( (FileType)arg1, (long)arg2, (int)arg3) -> str |
|
|
|
|
pread_bytes(...)
pread_bytes( (FileType)arg1, (long)arg2, (int)arg3) -> object |
|
|
|
|
pwrite(...)
pwrite( (FileType)arg1, (str)arg2, (long)arg3) -> int |
|
|
|
|
read(...)
read( (FileType)arg1, (int)arg2) -> str |
|
|
|
|
read_bytes(...)
read_bytes( (FileType)arg1, (int)arg2) -> object |
|
|
|
|
write(...)
write( (FileType)arg1, (str)arg2) -> int |
|
|
|
Inherited from unreachable.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|