mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-03 07:38:43 +02:00
Add additional docstrings and refactor/rearrange the entire codebase.
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
||||
|
||||
from volatility.framework import renderers
|
||||
from volatility.framework.renderers import basic
|
||||
|
||||
@@ -13,4 +12,4 @@ if __name__ == '__main__':
|
||||
row3.add_child(renderers.TreeRow(grid, [40, 'child']))
|
||||
|
||||
tr = basic.TextRenderer(None)
|
||||
tr.render(grid)
|
||||
tr.render(grid)
|
||||
|
||||
Reference in New Issue
Block a user