Package gavo :: Package stc :: Module common :: Class ColRef
[frames] | no frames]

Class ColRef

source code

        object --+    
                 |    
utils.stanxml.Stub --+
                     |
                    ColRef
Known Subclasses:

A column reference instead of a true value, occurring in an STC-S tree.

Instance Methods
 
__str__(self)
str(x)
source code
 
__mul__(self, other) source code
 
encode(self, encoding) source code
 
isoformat(self) source code
 
apply(self, func)
does nothing.
source code

Inherited from utils.stanxml.Stub: __eq__, __hash__, __init__, __ne__, __repr__, getChildDict, isEmpty, iterAttNames, shouldBeSkipped

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

Class Variables
  name_ = '_colRef'
  toParam = False

Inherited from utils.stanxml.Stub: text_

Properties

Inherited from object: __class__

Method Details

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

apply(self, func)

source code 

does nothing.

Stubs don't have what Element.apply needs, so we don't even pretend.

Overrides: utils.stanxml.Stub.apply
(inherited documentation)