| Home | Trees | Indices | Help |
|
|---|
|
|
Will generate size of Block or another Generator. BlockSize can can detect recursive calls and provides an optional defaultSize that can be set for such cases.
Example:
>>> block = Block([ Static('12345') ]) >>> blockSize = BlockSize( block ) >>> print blockSize.getValue() 5
|
|||
|
|||
| string |
|
||
| string |
|
||
| Block |
|
||
|
|||
|
Inherited from |
|||
|
|||
_inGetRawValue = 0
|
|||
|
|||
Base constructor, please call me!
|
Return data, passed through a transformer if set.
|
Returns size of block as string.
|
Get block object we act on.
|
Set block we act on.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 16 12:17:04 2008 | http://epydoc.sourceforge.net |