pypif.stats.common.stats_wrapper module¶
-
class
pypif.stats.common.stats_wrapper.Stats(count=None)¶ Bases:
pypif.util.serializable.SerializableClass to store stats for a single object.
-
__init__(count=None)¶ Constructor.
Parameters: count – Integer with the count for this object.
-
-
class
pypif.stats.common.stats_wrapper.StatsWrapper(count)¶ Bases:
pypif.util.serializable.SerializableClass to store stats for a set of objects.
-
__init__(count)¶ Constructor.
Parameters: count – Integer with the count for this object.
-