aboutsummaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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 aGravatar jesopo2018-10-041-2/+2
| | | | more "correct" way of doing this
* 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 ofGravatar jesopo2018-10-033-0/+383
related functionality