Package lxml :: Module doctestcompare :: Class _RestoreChecker
[hide private]
[frames] | no frames]

Class _RestoreChecker

source code

object --+
         |
        _RestoreChecker

Instance Methods [hide private]
 
__init__(self, dt_self, old_checker, new_checker, check_func, clone_func, del_module)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
install_clone(self) source code
 
uninstall_clone(self) source code
 
install_dt_self(self) source code
 
uninstall_dt_self(self) source code
 
uninstall_module(self) source code
 
__call__(self, *args, **kw) source code
 
call_super(self, *args, **kw) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, dt_self, old_checker, new_checker, check_func, clone_func, del_module)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)