Package gavo :: Package registry :: Module builders :: Class DataServiceResourceMaker
[frames] | no frames]

Class DataServiceResourceMaker

source code

      object --+        
               |        
   ResourceMaker --+    
                   |    
ServiceResourceMaker --+
                       |
                      DataServiceResourceMaker
Known Subclasses:

A ResourceMaker for DataServices.

These are services that may have instrument, facility, and coverage metas but have no associated tables. This is not generated by the service classifier currently since we always have a table. You can force generation of such records via setMeta("resType", "dataService").

Nested Classes
  resourceClass
Instance Methods

Inherited from ResourceMaker: __call__

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

Class Variables
  resType = 'dataService'
hash(x)
Properties

Inherited from object: __class__