Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 7605:5b3ecdfd77f7
refactor(api): extract api rate limit handling; add default val
Add handle_apiRateLimitExceeded to simplify dispatch() method.
Add default value for pretty_print=True to format_dispatch_output.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 16 Aug 2023 13:35:25 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
