l.s.s.i.s.ILaunchpadStatisticSet(Interface) : interface documentation

Part of lp.services.statistics.interfaces.statistic View In Hierarchy

The set of all ILaunchpadStatistics.
Method __iter__ Return an iterator over the whole set of statistics.
Method update Update the field given in name to the value passed as value.
Method dateupdated Return the date and time the given statistic name was last
Method value Return the current value of the requested statistic.
Method updateStatistics Update the statistics in the system.
def __iter__():
Return an iterator over the whole set of statistics.
def update(name, value):
Update the field given in name to the value passed as value. Also, update the dateupdated to reflect the current datetime.
def dateupdated(name):
Return the date and time the given statistic name was last updated.
def value(name):
Return the current value of the requested statistic.
def updateStatistics(ztm):
Update the statistics in the system.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.