aboutsummaryrefslogtreecommitdiffstats
path: root/examples/simple/io_read_dumpfile.py
Commit message (Collapse)AuthorAgeFilesLines
* fix mypy annotationsMaximilian Hils2017-05-261-2/+0
|
* Extend Mypy checking to pathodharsh vijay2017-05-021-1/+2
| | | | | | | | | | | | | | | | | | | * mypy checking pathod * initial commit , fixed errors * tox: mypy checking to pathod * Fixed mypy test failed * issue was with args in custom_contentview.py * tox: mypy checking to #2221 * follow-import=skip since we cant provide args to custom_contentview.py during mypy testing * Lint , Typo Fixed * code style: module import
* extend mypy example/simpleharsh vijay2017-04-291-0/+1
|
* organize examplesMaximilian Hils2016-11-211-0/+21
This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that.