Package mvpa :: Package atlases :: Module base :: Class Label
[hide private]
[frames] | no frames]

Class Label

source code


Represents a label. Just to bring all relevant information together
Instance Methods [hide private]
 
__init__(self, text, abbr=None, coord=(None,None,None), count=0, index=0)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
index(self) source code
 
__repr__(self)
repr(x)
source code
 
__str__(self)
str(x)
source code
 
count(self) source code
 
coord(self) source code
 
text(self) source code
 
abbr(self)
Returns abbreviated version if such is available
source code

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

Static Methods [hide private]
 
generateFromXML(Elabel) source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, text, abbr=None, coord=(None,None,None), count=0, index=0)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Parameters:
  • text (basestring) - fullname of the label
  • abbr (basestring) - abbreviated name (optional)
  • coord (tuple of float) - coordinates (optional)
  • count (int) - count of those labels in the atlas (optional)
Overrides: object.__init__

index(self)

source code 
Decorators:
  • @property

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)

count(self)

source code 
Decorators:
  • @property

coord(self)

source code 
Decorators:
  • @property

text(self)

source code 
Decorators:
  • @property

abbr(self)

source code 
Returns abbreviated version if such is available
Decorators:
  • @property