Package gavo :: Package base :: Module meta :: Class LogoMeta
[frames] | no frames]

Class LogoMeta

source code

object --+        
         |        
 MetaMixin --+    
             |    
     MetaValue --+
                 |
                LogoMeta

A MetaValue corresponding to a small image.

These are rendered as little images in HTML. In XML meta, you can say:

 <meta name="_somelogo" type="logo">http://foo.bar/quux.png</meta>
Instance Methods

Inherited from MetaValue: __init__, __str__, __unicode__, copy, encode, getContent, getExpandedContent

Inherited from MetaMixin: addMeta, buildRepr, copyMetaFrom, delMeta, getAllMetaPairs, getMeta, getMetaKeys, getMetaParent, isEmpty, iterMeta, keys, makeOriginal, setMeta, setMetaParent, traverse

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

Class Variables

Inherited from MetaValue: consecutiveWSPat, knownFormats, paragraphPat, plainWrapper

Properties

Inherited from object: __class__