SynthProf¶
-
class
SynthProf(synthProf)[source]¶ Bases:
objectA class for the SynthProf enumeration.
Attributes Summary
ACACORRACA_CDPNOSYNTHMethods Summary
from_int(i)Return a SynthProf from an integration matching an enumeration.
getName()Return the name of this enumeration.
getValue()Return the integer value of this enumeration.
literal(name)Return the SynthProf enumerator value given a string
name(synthProf)Returns the string form of synthProf
names()Return the list of all known SynthProf enumeration names
newSynthProf(name)Equivalent to the literal method
revision()revision as a string.
size()the number of known enumerators in SynthProf
version()the major version number as an int.
Attributes Documentation
-
ACACORR= <pyasdm.enumerations.SynthProf.SynthProf object>¶
-
ACA_CDP= <pyasdm.enumerations.SynthProf.SynthProf object>¶
-
NOSYNTH= <pyasdm.enumerations.SynthProf.SynthProf object>¶
Methods Documentation
-