Package gavo :: Package protocols :: Module products :: Class StaticPreview
[frames] | no frames]

Class StaticPreview

source code

 object --+        
          |        
ProductBase --+    
              |    
    FileProduct --+
                  |
                 StaticPreview

A product that's a cached or pre-computed preview.

Instance Methods

Inherited from FileProduct: close, getFile, iterData, read, renderHTTP

Inherited from ProductBase: __eq__, __init__, __ne__, __providedBy__, __provides__, __repr__, __str__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods
 
fromRAccref(cls, rAccref, authGroups=None) source code

Inherited from ProductBase: setupRealFile

Class Variables
  forSaving = False

Inherited from ProductBase: __implemented__, chunkSize

Properties

Inherited from object: __class__

Method Details

fromRAccref(cls, rAccref, authGroups=None)
Class Method

source code 
Overrides: ProductBase.fromRAccref