Searched refs:History (Results 1 - 4 of 4) sorted by relevance

/pkg/src/tests/api/
H A Dt_history.py79 self.__h = history.History(root_dir=self.__scratch_dir)
144 h = history.History(root_dir=self.__scratch_dir,
197 he = history.History(root_dir=h.root_dir,
229 he = history.History(root_dir=h.root_dir,
254 he = history.History(root_dir=h.root_dir,
277 he = history.History(root_dir=h.root_dir,
295 """Ensure that corrupt History files raise a
307 he = history.History(root_dir=h.root_dir,
315 """Verify that purge will not raise an exception if the History
403 he = history.History(root_di
[all...]
/pkg/src/modules/client/
H A Dhistory.py109 and not intended for use by classes other than History.
112 operations that History manages should these values need to be
245 class History(object): class in inherits:object
246 """A History object is a representation of data about a pkg(7) client
289 h = History()
295 # and not just History operation objects.
399 method is called each time a History object is created.
758 # History already purged; record as successful.
770 during the current operation(s). This allows History to end
772 errors that might be encountered in History itsel
[all...]
H A Dimage.py175 self.history = history.History()
H A Dapi.py122 # History result constants.
347 # The image's History object will use client_name from
2554 """A generator function that returns History objects up to the
2627 yield history.History(

Completed in 250 milliseconds