aboutsummaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Support multiple types of comments in utils.get_hashflagsGravatar jesopo2018-10-071-3/+11
* Typo in utils, 'line.replace[3:]' -> 'line[3:]'Gravatar jesopo2018-10-041-1/+1
* Checking for the presence of the seperator in the return from .partition is a•••more "correct" way of doing this Gravatar jesopo2018-10-041-2/+2
* Non-present hashflag values should be None, not empty stringGravatar jesopo2018-10-041-1/+1
* Simplify hashflag parsingGravatar jesopo2018-10-041-6/+1
* Move 'top 10' logic to utils, add !wordiest to modules/words.pyGravatar jesopo2018-10-041-0/+11
* Use docstring key, not value, as a key.Gravatar jesopo2018-10-031-3/+3
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-033-0/+383