| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
creat_context.FileType
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 16
|
|||
|
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1, (creat_context)arg2, (str)arg3, (str)arg4) -> None :
C++ signature :
void __init__(_object*,Gfal,std::string,std::string)
|
helper for pickle
|
lseek( (FileType)arg1, (long)arg2, (int)arg3) -> long :
C++ signature :
long long lseek(Gfal::GfalFile {lvalue},long long,int)
|
pread( (FileType)arg1, (long)arg2, (int)arg3) -> str :
C++ signature :
std::string pread(Gfal::GfalFile {lvalue},long long,unsigned int)
|
pwrite( (FileType)arg1, (str)arg2, (long)arg3) -> int :
C++ signature :
int pwrite(Gfal::GfalFile {lvalue},std::string,long long)
|
read( (FileType)arg1, (int)arg2) -> str :
C++ signature :
std::string read(Gfal::GfalFile {lvalue},unsigned int)
|
write( (FileType)arg1, (str)arg2) -> int :
C++ signature :
int write(Gfal::GfalFile {lvalue},std::string)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 20 22:59:43 2013 | http://epydoc.sourceforge.net |