Package xappy :: Module replaylog :: Class LoggedProxyMethod
[frames] | no frames]

Class LoggedProxyMethod

source code

object --+
         |
        LoggedProxyMethod

A proxy for a xapian method, which logs all calls made on the method.

Instance Methods
 
__init__(self, real, proxyobj)
Make a proxy for the method.
source code
 
__call__(self, *args)
Call the proxied method, logging the call.
source code

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

Properties

Inherited from object: __class__

Method Details

__init__(self, real, proxyobj)
(Constructor)

source code 
Make a proxy for the method.
Overrides: object.__init__