class documentation

class MyBlobDelegate(object): (source)

Constructor: MyBlobDelegate(delegate)

View In Hierarchy

Simple delegate wrapper for blob objects.

MyBlobDelegate provides a lightweight proxy pattern for wrapping blob objects, allowing delegation of method calls to the wrapped blob instance.

Method __init__ Initialize the delegate wrapper.
Method delegate Undocumented
Class Variable delegate__roles__ Undocumented
Instance Variable _delegate Undocumented
def __init__(self, delegate): (source)

Initialize the delegate wrapper.

Parameters
delegate:MyBlob | MyImage | MyFileThe blob object to wrap and delegate to
def delegate(self): (source)

Undocumented

delegate__roles__ = (source)

Undocumented

_delegate = (source)

Undocumented