Home | Trees | Indices | Help |
|
---|
|
object --+ | base.attrdef.AttributeDef --+ | base.attrdef.AtomicAttribute --+ | base.attrdef.UnicodeAttribute --+ | ColRangeAttribute
A range of indices.
Ranges can be specified as either <int1>-<int2>, just <int> (which is equivalent to <int>-<int>), or as half-open ranges (<int>- or -<int>) Ranges are, contrary to python slices, inclusive on both sides, and start counting from one.
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
returns a typed python value for the string representation value. value can be expected to be a unicode string.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |