MCPcopy
hub / github.com/psf/requests-html / MaxRetries

Class MaxRetries

requests_html.py:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63class MaxRetries(Exception):
64
65 def __init__(self, message):
66 self.message = message
67
68
69class BaseParser:

Callers 2

renderMethod · 0.85
arenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…