 Dave Lassalleandikelos
|
823cbddef5
|
fix an off by one error in printing hex
|
2018-08-29 21:51:52 +01:00 |
|
Mike Auty
|
b1d46f843b
|
Convert documentation to napoleon/Google format docstrings.
|
2018-08-05 15:52:12 +01:00 |
|
Mike Auty
|
7a52ac9deb
|
Fix a large number of typing issues.
There are several instances where mypy didn't detect
if blah is not None:
blah = thing
and so were rewritten as:
blah = blah or thing
|
2018-06-04 01:25:02 +01:00 |
|
Mike Auty
|
66306dad2a
|
Change Hex byte rendering so it's always on a new line.
|
2018-05-06 15:34:24 +01:00 |
|
Mike Auty
|
0c28717322
|
Add disassembly support to the text renderer.
|
2018-04-15 15:41:41 +01:00 |
|
Mike Auty
|
fbc8a9ce12
|
Move the text renderer to cli directory.
|
2018-04-15 00:15:50 +01:00 |
|