pypif.stats.system.system_stats_wrapper module¶
-
class
pypif.stats.system.system_stats_wrapper.SystemStats(count=None, names=None, chemical_formula=None, properties=None)¶ Bases:
pypif.stats.common.stats_wrapper.StatsClass to store stats of a single system.
-
__init__(count=None, names=None, chemical_formula=None, properties=None)¶ Constructor.
Parameters: - count – Number of systems of this type.
- names – Dictionary or
FieldStatsobject with stats of the system names. - chemical_formula – Dictionary or
FieldStatsobject with stats of the system chemical formula. - properties – Dictionary or
PropertyStatsWrapperobject with stats of the system properties.
-
-
class
pypif.stats.system.system_stats_wrapper.SystemStatsWrapper(count=None, common=None)¶ Bases:
pypif.stats.common.stats_wrapper.StatsWrapperClass to store stats of systems.
-
__init__(count=None, common=None)¶ Constructor.
Parameters: - count – Number of systems.
- common – Dictionary or
SystemStatsobject with the stats of the system.
-