class documentation

class _Glue: (source)

Constructor: _Glue(**kw)

View In Hierarchy

A feeble class for making one attribute look like another.

This should be replaced with a real class at some point, probably. Try not to write new code that uses it.

Method __getattr__ Undocumented
Method __init__ Undocumented
def __getattr__(self, name): (source)

Undocumented

def __init__(self, **kw): (source)

Undocumented