Searched refs:time_logged (Results 1 – 4 of 4) sorted by relevance
54 from aidegen.lib.common_util import time_logged309 @time_logged(message=_TIME_EXCEED_MSG, maximum=_MAX_TIME)319 @time_logged
37 from aidegen.lib.common_util import time_logged56 @time_logged
57 def time_logged(func=None, *, message='', maximum=1): function70 return partial(time_logged, message=message, maximum=maximum)
33 from aidegen.lib.common_util import time_logged234 @time_logged