class documentation

class _WrapperBase(object):

Known subclasses: ganeti.ht._CommentWrapper, ganeti.ht._DescWrapper

View In Hierarchy

Undocumented

Method __call__ Undocumented
Method __init__ Initializes this class.
Class Variable __slots__ Undocumented
Instance Variable _fn Undocumented
Instance Variable _text Undocumented
def __call__(self, *args):

Undocumented

def __init__(self, text, fn):

Initializes this class.

Parameters
textDescription
fnWrapped function
__slots__: list[str] =

Undocumented

_fn =

Undocumented

_text =

Undocumented