Manifestation¶
Manifestation constants.
-
class
yael.manifestation.Manifestation[source]¶ Enumeration of values for the manifestation of a
yael.publication.Publication.-
COMPRESSED= 'compressed'¶ The
yael.publication.Publicationis loaded from a compressed file.
-
MEMORY= 'memory'¶ The
yael.publication.Publicationis being built programmatically.
-
UNCOMPRESSED= 'uncompressed'¶ The
yael.publication.Publicationis loaded from an uncompressed directory.
-