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.Stats
Class 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
FieldStats
object with stats of the system names. - chemical_formula – Dictionary or
FieldStats
object with stats of the system chemical formula. - properties – Dictionary or
PropertyStatsWrapper
object with stats of the system properties.
-
-
class
pypif.stats.system.system_stats_wrapper.
SystemStatsWrapper
(count=None, common=None)¶ Bases:
pypif.stats.common.stats_wrapper.StatsWrapper
Class to store stats of systems.
-
__init__
(count=None, common=None)¶ Constructor.
Parameters: - count – Number of systems.
- common – Dictionary or
SystemStats
object with the stats of the system.
-