aboutsummaryrefslogtreecommitdiff
path: root/src/utils/parse.py
Commit message (Expand)AuthorAgeFilesLines
* Fix utils.parse.hashflags type hintsGravatar jesopo2019-05-251-3/+4
* Don't store hashflags as a dict before returning them - allow duplicate keysGravatar jesopo2019-05-251-3/+3
* Add a way to not put spaces between docstring lines when stripping \nGravatar jesopo2019-05-181-5/+10
* Fix type annotations for utils.parse.keyvalueGravatar jesopo2018-11-111-2/+3
* Filter out empty items in utils.parse.keyvalueGravatar jesopo2018-11-081-1/+1
* Clarify `items` and `var_items` typing in src.utils.parseGravatar jesopo2018-11-051-3/+4
* Add src.utils.parse.keyvalue, mostly for IRCv3 CAP negotiationGravatar jesopo2018-11-051-0/+10
* Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references. Gravatar jesopo2018-10-301-0/+57