Package gavo :: Package svcs :: Module core :: Class DebugCore
[frames] | no frames]

Class DebugCore

source code

                   object --+                
                            |                
 base.structure.StructureBase --+            
                                |            
                   object --+   |            
                            |   |            
           base.common.Parser --+            
                                |            
base.structure.ParseableStructure --+        
                                    |        
             base.structure.Structure --+    
                                        |    
                                     Core --+
                                            |
                                           DebugCore

a core that returns its arguments stringified in a table.

You need to provide an external input tables for these.

Nested Classes

Inherited from base.structure.StructureBase: __metaclass__

Instance Methods
 
run(self, service, inputTable, queryMeta) source code
 
clearProperty(self, name) source code
 
getFullId(self) source code
 
getProperty(self, name, default=<Undefined>) source code
 
hasProperty(self, name) source code
 
setProperty(self, name, value) source code

Inherited from Core: __init__, __repr__, __str__, adaptForRenderer, completeElement, initialize, makeUserDoc

Inherited from base.structure.Structure: __provides__, callCompletedCallbacks, finishElement, onElementComplete, validate

Inherited from base.structure.ParseableStructure: end_, feed, feedFrom, feedObject, getAttribute, iterEvents, start_, value_

Inherited from base.structure.StructureBase: __providedBy__, adopt, breakCircles, change, copy, getAttributes, getCopyableAttributes, getSourcePosition, iterChildren, setPosition

Inherited from base.common.Parser: feedEvent

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

Class Methods

Inherited from base.structure.StructureBase: fromStructure

Class Variables
  name_ = 'debugCore'
a sentinel for all kinds of undefined values.
  outputTableXML = '\n\t\t<outputTable>\n\t\t\t<outputField name...
hash(x)

Inherited from Core: attrSeq, inputTableXML, managedAttrs

Inherited from base.structure.Structure: __implemented__

Inherited from base.structure.StructureBase: completedCallbacks

Properties
  rd

Inherited from object: __class__

Method Details

run(self, service, inputTable, queryMeta)

source code 
Overrides: Core.run

clearProperty(self, name)

source code 
Overrides: Core.clearProperty

getFullId(self)

source code 
Overrides: Core.getFullId

getProperty(self, name, default=<Undefined>)

source code 
Overrides: Core.getProperty

hasProperty(self, name)

source code 
Overrides: Core.hasProperty

setProperty(self, name, value)

source code 
Overrides: Core.setProperty

Class Variable Details

outputTableXML

hash(x)

Value:
'''
\t\t<outputTable>
\t\t\t<outputField name="arg_key" type="text"
\t\t\t\tdescription="Name of an input parameter"/>
\t\t\t<outputField name="arg_value" type="text"
\t\t\t\tdescription="(First) value passed (or None)"/>
\t\t</outputTable>'''

Property Details

rd

Get Method:
unreachable._getRD(self)