Add additional docstrings and refactor/rearrange the entire codebase.

This commit is contained in:
Mike Auty
2014-06-11 01:35:50 +01:00
parent a97bd19988
commit 39c0b38f09
13 changed files with 6049 additions and 5450 deletions
+5 -3
View File
@@ -1,7 +1,8 @@
"""Renderers
Renderers display the unified output format in some manner (be it text or file or graphical output"""
import collections
__author__ = 'mike'
import re
from volatility.framework import validity
@@ -38,6 +39,7 @@ class TreeRow(validity.ValidityRoutines):
@property
def values(self):
"""The individual cell values of the row"""
return self._values
@property