The Volatility Framework
volatility.renderers.text.GrepTextRenderer Class Reference
Inheritance diagram for volatility.renderers.text.GrepTextRenderer:
volatility.renderers.text.TextRenderer volatility.renderers.basic.Renderer

Public Member Functions

def render (self, outfd, grid)
 
- Public Member Functions inherited from volatility.renderers.text.TextRenderer
def __init__
 Accepts a cell_renderer function, an optional maximum width and optional sort column. More...
 
def partition_width (self, widths)
 Determines if the widths are over the maximum available space, and if so shrinks them.
 
def render (self, outfd, grid)
 Renders a text grid based on the contents of each element.
 
- Public Member Functions inherited from volatility.renderers.basic.Renderer
def render (self, outfd, grid)
 Renders the content, ideally to outfd, but this is not strictly necessary.
 

Additional Inherited Members

- Public Attributes inherited from volatility.renderers.text.TextRenderer
 max_width
 
 sort_column
 
- Static Public Attributes inherited from volatility.renderers.text.TextRenderer
int min_column_width = 5
 

The documentation for this class was generated from the following file: