| Home | Trees | Indices | Help |
|
|---|
|
|
Generates the number of occurances of a MultiBlock generator.
Example:
>>> block = MultiBlock([ Static('12345') ], 0, 100, Static(1)) >>> blockCount = MultiBlockCount( block ) >>> print blockCount.getValue() 1
See Also: MultiBlock
|
|||
|
|||
| string |
|
||
| string |
|
||
| Block |
|
||
|
|||
|
Inherited from |
|||
|
|||
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 |