Package gavo :: Package user :: Module importing
[frames] | no frames]

Module importing

source code

The user interface to importing resources into the VO.

Classes
  RetvalWatcher
an Observer giving approproate program return values.
  TableCollector
collects the qualified names of tables changed.
Functions
 
process(opts, args)
imports the data set described by args governed by opts.
source code
 
main()
parses the command line and imports a set of data accordingly.
source code
Function Details

process(opts, args)

source code 

imports the data set described by args governed by opts.

The first item of args is an RD id, any remaining ones are interpreted as DD ids within the selected RD. If no DD ids are given, all DDs within the RD are processed except those for which auto has been set to False.

opts is either a ParseOption instance or the object returned by main's parseOption function below.