Package advene :: Package model :: Package parsers :: Module cinelab_zip :: Class Parser
[hide private]
[frames] | no frames]

Class Parser

source code

       object --+    
                |    
advene_zip.Parser --+
                    |
                   Parser

Nested Classes [hide private]
  _XML_PARSER
Instance Methods [hide private]

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

    Inherited from advene_zip.Parser
 
__init__(self, file_, package)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
parse(self)
Do the actual parsing.
source code
Class Methods [hide private]
    Inherited from advene_zip.Parser
 
claims_for_parse(cls, file_)
Is this parser likely to parse that file-like object?
source code
 
make_parser(cls, file_, package)
Return a parser that will parse `url` into `package`.
source code
 
parse_into(cls, file_, package)
A shortcut for ``make_parser(url, package).parse()``.
source code
Class Variables [hide private]
  NAME = 'Cinelab Advene Zipped Package'
  EXTENSION = '.czp'
  MIMETYPE = 'application/x-cinelab-zip-package'
  SERIALIZER
Cinelab serializer implementation.
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

SERIALIZER

Cinelab serializer implementation.

Value:
advene.model.serializers.cinelab_zip