Module select_fiat_entries :: Class writer
[frames] | no frames]

Class writer

source code


Instance Methods
 
comment(self, comment)
Add a comment to the data file.
source code
 
header(self, k, v) source code
 
__init__(self, fd, s)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
datum(self, data_item) source code
 
globals(self, code) source code
 
append(self, d) (Inherited from gmisclib.gpk_writer.writer) source code
 
close(self) (Inherited from gmisclib.gpk_writer.writer) source code
 
comments(self, comments)
Add comments to the data file. (Inherited from gmisclib.gpk_writer.writer)
source code
 
data(self, dataset)
Write a series of lines to the output file. (Inherited from gmisclib.gpk_writer.writer)
source code
 
extend(self, d) (Inherited from gmisclib.gpk_writer.writer) source code
 
flush(self) (Inherited from gmisclib.gpk_writer.writer) source code
 
headers(self, h) (Inherited from gmisclib.gpk_writer.writer) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

comment(self, comment)

source code 

Add a comment to the data file.

Overrides: gmisclib.gpk_writer.writer.comment

header(self, k, v)

source code 
Overrides: gmisclib.gpk_writer.writer.header

__init__(self, fd, s)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

datum(self, data_item)

source code 
Overrides: gmisclib.gpk_writer.writer.datum