class documentation

class _MethodFunc(object): (source)

View In Hierarchy

An object that represents a method on an element as a function; the function takes either an element or an HTML string. It returns whatever the function normally returns, or if the function works in-place (and so returns None) it returns a serialized form of the resulting document.

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable copy Undocumented
Instance Variable name Undocumented
def __call__(self, doc, *args, **kw): (source)

Undocumented

def __init__(self, name, copy=False, source_class=HtmlMixin): (source)

Undocumented

Undocumented

Undocumented