class documentation

Base class for blob sources.

A BaseBlobSource provides BaseBlob instances.

Method get_blob Return a blob.
Method get_size Get the size of a blob from this factory.
def get_blob(self):
def get_size(self):

Get the size of a blob from this factory.

The default implementation instantiates a new blob using BaseBlobSource.get_blob and calls BaseBlob.get_size. Subclasses may overwrite this method for a more efficient implementation.

Please See BaseBlob.get_size for details.

Returns
intthe size of a blob in byzes