These value classes inherit from value_base
:
These value classes inherit from color_value_base
:
Series
Block
Phase
LatticeType
ColorValue
(color
)These methods and attributes are present in each value class, where TYPE is the type held by the class, as listed above:
__init__ ([TYPE value, int qualifier])
If value
is given, qualifier
defaults to Q_NEUTRAL
. If not, qualifier
defaults to Q_UNK
.
TYPE value
The value, if defined.
These value list classes inherit from value_base
:
These methods and attributes are present in each value list class, where TYPE is the type held by the class, as listed above:
__init__ ([list(TYPE) values, int qualifier])
If values
are given, qualifier
defaults to Q_NEUTRAL
. If not, qualifier
defaults to Q_UNK
.
list(TYPE) values
A list of TYPE values, if defined.
A qualified value representing the time and location of an event.
Event ([int when, unicode where, int qualifier])
If when
and where
are given, qualifier
defaults to Q_NEUTRAL
. If not, qualifier
defaults to Q_UNK
.
int when
The year in which the event occurred, if defined.
unicode where
The place in which the event occurred, if defined.
A qualified value representing a chemical series. See the value class synopsis.
These read-only int attributes of class Series
are the valid values of Series.value
:
Series.NONMETAL | nonmetals |
Series.NOBLE_GAS | noble gases |
Series.ALKALI_METAL | alkali metals |
Series.ALKALINE_EARTH_METAL | alkaline earth metals |
Series.SEMIMETAL | semimetals |
Series.HALOGEN | halogens |
Series.POST_TRANSITION_METAL | post-transition metals |
Series.TRANSITION_METAL | transition metals |
Series.LANTHANIDE | lanthanides |
Series.ACTINIDE | actinides |
A qualified value representing a periodic table block. See the value class synopsis.
These read-only int attributes of class Block
are the valid values of Block.value
:
Block.S | s-block (sharp) |
Block.P | p-block (principal) |
Block.D | d-block (diffuse) |
Block.F | f-block (fundamental) |
A qualified value representing a phase of matter. See the value class synopsis.
These read-only int attributes of class Phase
are the valid values of Phase.value
:
Phase.SOLID | solid |
Phase.LIQUID | liquid |
Phase.GAS | gas |
A qualified value representing a Bravais lattice type. See the value class synopsis.
These read-only int attributes of class LatticeType
are the valid values of LatticeType.value
:
LatticeType.TRI | triclinic |
LatticeType.MONO | monoclinic |
LatticeType.ORTH | orthorhombic |
LatticeType.TET | tetragonal |
LatticeType.RHO | rhombohedral |
LatticeType.HEX | hexagonal |
LatticeType.SC | simple cubic |
LatticeType.BCC | body-centered cubic |
LatticeType.FCC | face-centered cubic |