Gsf.InputStdio¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
class  | 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
- Inherited:
 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Class Details¶
- class Gsf.InputStdio(**kwargs)¶
 - Bases:
 - Abstract:
 No
- classmethod new(filename)¶
 
- classmethod new_FILE(filename, file, keep_open)¶
 - Parameters:
 - Returns:
 a new
Gsf.Inputwrapper for file. Note that if the file is not seekable, this function will make a local copy of the entire file.- Return type:
 
Assumes ownership of file when succeeding. If keep_open is true, ownership reverts to caller when the
Gsf.Inputis closed.