Public Member Functions | |
def | __init__ (self, retry_limit) |
def | __str__ (self) |
Public Attributes | |
retry_limit | |
def errors.NoMoreRetriesException.__init__ | ( | self, | |
retry_limit | |||
) |
Definition at line 20 of file errors.py.
def errors.NoMoreRetriesException.__str__ | ( | self | ) |
Definition at line 23 of file errors.py.
References errors.NoMoreRetriesException.retry_limit.
Referenced by edmStreamStallGrapher.Point.__repr__().
errors.NoMoreRetriesException.retry_limit |
Definition at line 21 of file errors.py.
Referenced by errors.NoMoreRetriesException.__str__().