mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-02 01:40:58 +00:00
Added function doc for parse_cmx3600
This commit is contained in:
@@ -80,6 +80,7 @@ Cmx3600Event = namedtuple("Cmx3600Event",['title','number','clip_name', 'source_
|
|||||||
'fcm_drop'])
|
'fcm_drop'])
|
||||||
|
|
||||||
def parse_cmx3600(file):
|
def parse_cmx3600(file):
|
||||||
|
"""Accepts the path to a CMX EDL and returns a list of all events contained therein."""
|
||||||
statements = parse_cmx3600_statements(file)
|
statements = parse_cmx3600_statements(file)
|
||||||
parser = NamedTupleParser(statements)
|
parser = NamedTupleParser(statements)
|
||||||
parser.expect('Title')
|
parser.expect('Title')
|
||||||
|
|||||||
Reference in New Issue
Block a user