aboutsummaryrefslogtreecommitdiff
path: root/modules/eval.py
Commit message (Expand)AuthorAgeFilesLines
* eval.py -> eval_python.py, rust_eval.py -> eval_rust.pyGravatar jesopo2018-10-081-26/+0
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-3/+3
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-2/+3
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-6/+6
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Add eval.pyGravatar jesopo2018-09-191-0/+25