Package rekall :: Package ui :: Module text :: Class Pager
[frames] | no frames]

Class Pager

source code


A wrapper around a pager.

The pager can be specified by the session. (eg. session.SetParameter("pager", 'less') or in an PAGER environment var.

Instance Methods
 
__init__(self, session=None, term_fd=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__enter__(self) source code
 
__exit__(self, *args, **kwargs) source code
 
GetTempFile(self) source code
 
write(self, data) source code
 
isatty(self) source code
 
flush(self)
Wait for the pager to be exited.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  encoding = 'utf8'
Properties

Inherited from object: __class__

Method Details

__init__(self, session=None, term_fd=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)