mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-01 09:20:58 +00:00
autopep
This commit is contained in:
@@ -12,7 +12,7 @@ def parse_cmx3600(f: TextIO, tolerant: bool = False) -> EditList:
|
||||
Parse a CMX 3600 EDL.
|
||||
|
||||
:param TextIO f: a file-like object, an opened CMX 3600 .EDL file.
|
||||
:param bool tolerant: If `True`, a relaxed event line recognition method
|
||||
:param bool tolerant: If `True`, a relaxed event line recognition method
|
||||
will be used in the case the stricter default method fails.
|
||||
:returns: An :class:`pycmx.edit_list.EditList`.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user