Package glue :: Module ldbd :: Class LIGOLWStream
[hide private]
[frames] | no frames]

Class LIGOLWStream

source code

csv.Dialect --+
              |
             LIGOLWStream

Create a csv parser dialect for parsing LIGO_LW streams

Instance Methods [hide private]

Inherited from csv.Dialect: __init__

Inherited from csv.Dialect (private): _validate

Class Variables [hide private]
  delimiter = ','
hash(x)
  doublequote = False
hash(x)
  escapechar = '\\'
hash(x)
  lineterminator = '\n'
hash(x)
  quotechar = '"'
hash(x)
  quoting = 1
hash(x)
  skipinitialspace = True
hash(x)

Inherited from csv.Dialect (private): _name, _valid