Package rekall :: Module obj :: Class StringProxyMixIn
[frames] | no frames]

Class StringProxyMixIn

source code


This MixIn implements proxying for strings.

Instance Methods
 
__ne__(self, other) source code
 
__eq__(self, *args, **kw) source code
 
__ge__(self, *args, **kw) source code
 
__gt__(self, *args, **kw) source code
 
__index__(self, *args, **kw) source code
 
__le__(self, *args, **kw) source code
 
__lt__(self, *args, **kw) source code

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

Properties

Inherited from object: __class__