| Trees | Indices | Help |
|
|---|
|
|
Rekall specific object inspector.
Rekall populates the environment with "plugin runners" which are proxies of the actual plugin that will be invoked. The exact plugin will be invoked depending on the profile availability.
In order to make ipython's ? and ?? operators work, we need to implement specialized inspection to present the doc strings and arg list of the actual plugin.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from |
| Static Methods | |
|
Inherited from |
| Class Variables | |
|
Inherited from Inherited from |
| Properties | |
|
Inherited from Inherited from |
| Method Details |
Show detailed information about an object.
Optional arguments:
- oname: name of the variable pointing to the object.
- formatter: callable (optional)
A special formatter for docstrings.
The formatter is a callable that takes a string as an input
and returns either a formatted string or a mime type bundle
in the form of a dictionnary.
Although the support of custom formatter returning a string
instead of a mime type bundle is deprecated.
- info: a structure with some information fields which may have been
precomputed already.
- detail_level: if set to 1, more information is given.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:27:50 2017 | http://epydoc.sourceforge.net |