summaryrefslogtreecommitdiff
path: root/examples/hlapi/v1arch/asyncio/manager/cmdgen/multiple-sequential-queries.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-0/+1
| | | | This patch massively reformats the whole codebase mainly wrapping long lines and eliminating dundered private attributes.
* Introduce asyncio binding to hlapi.v1arch (#244)Ilya Etingof2019-02-221-0/+68
The hlapi.v1arch asyncio API is intended to be very similar to hlapi.v3arch.asyncio from its signature viewpoint, however it should be faster at the expense of no SNMPv3 support.