Package bosco :: Module importer :: Class Importer
[hide private]
[frames] | no frames]

Class Importer

source code

Base class for all Importer classes to import event data. This class provides the general interface for (GUI) import frontends.

Instance Methods [hide private]
 
__init__(self, fname, verbose) source code
 
import_data(self, store)
Import runner data into store.
source code
Method Details [hide private]

import_data(self, store)

source code 

Import runner data into store. Creates all the necessary objects and add them to the store, but don't commit the store.