mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 20:57:39 +02:00
Update TreeGrid documentation.
This commit is contained in:
@@ -144,7 +144,7 @@ class TreeGrid(object, metaclass = ABCMeta):
|
||||
|
||||
Args:
|
||||
columns: A list of column tuples made up of (name, type).
|
||||
generator: A generator that populates the tree/grid structure
|
||||
generator: An iterable containing row for a tree grid, each row contains a indent level followed by the values for each column in order.
|
||||
"""
|
||||
|
||||
@staticmethod
|
||||
|
||||
@@ -149,7 +149,7 @@ class TreeGrid(interfaces.renderers.TreeGrid):
|
||||
|
||||
Args:
|
||||
columns: A list of column tuples made up of (name, type).
|
||||
generator: A generator that populates the tree/grid structure
|
||||
generator: An iterable containing row for a tree grid, each row contains a indent level followed by the values for each column in order.
|
||||
"""
|
||||
self._populated = False
|
||||
self._row_count = 0
|
||||
|
||||
Reference in New Issue
Block a user