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

Class RemotePreview

source code

 object --+        
          |        
ProductBase --+    
              |    
  RemoteProduct --+
                  |
                 RemotePreview

A preview that's on a remote server.

Instance Methods

Inherited from RemoteProduct: __str__, iterData, renderHTTP

Inherited from ProductBase: __eq__, __init__, __ne__, __providedBy__, __provides__, __repr__, close, read

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

Inherited from ProductBase: __implemented__, chunkSize

Properties

Inherited from object: __class__

Method Details

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

source code 
Overrides: ProductBase.fromRAccref