pypif.stats.common.property_stats_wrapper module¶
-
class
pypif.stats.common.property_stats_wrapper.
PropertyStats
(count=None, name=None, value=None, units=None)¶ Bases:
pypif.stats.common.stats_wrapper.Stats
Class to store stats about a single property.
-
__init__
(count=None, name=None, value=None, units=None)¶ Constructor.
Parameters: - count – Count for this object.
- name – Dictionary or
FieldStats
object with stats of the property name. - value – Dictionary or
FieldStats
object with stats of the property value. - units – Dictionary or
FieldStats
object with stats of the property units.
-
-
class
pypif.stats.common.property_stats_wrapper.
PropertyStatsWrapper
(count=None, common=None)¶ Bases:
pypif.stats.common.stats_wrapper.StatsWrapper
Class to store stats about a set of properties.
-
__init__
(count=None, common=None)¶ Constructor.
Parameters: - count – Count of properties.
- common – List of Dictionary or
PropertyStats
objects with stats of the properties.
-