/
var
/
opt
/
nydus
/
ops
/
customer_local_ops
/
util
/
__pycache__
/
up file
home
� =�j` � � � d Z ddlmZ ddlmZmZ ddlmZ ddlZ ej e � Z G d� d� Z e� Zd d�Z y) u$ © Copyright. All rights reserved. � )�unicode_literals)�datetime� timedelta��wrapsNc � � e Zd ZdZdd�Zd� Zy)�Retryz�Ops decorated with @retry can return a Retry instance to request retry with the interval and timeout as specified in the decorator. See also the RETRY sentinel if there is no intermediate_result. Nc �d � |�'t |t � st dt |� z � �|| _ y )Nz7Retry intermediate_result must be dictionary but got %s)� isinstance�dict� TypeError�type�intermediate_result)�selfr s �N/opt/nydus/tmp/pip-target-hb7welcc/lib/python/customer_local_ops/util/retry.py�__init__zRetry.__init__ s>