Some documentation and autopep

This commit is contained in:
Jamie Hardt
2025-01-05 11:32:23 -08:00
parent 1e1331eadb
commit 8bb6dad1da
3 changed files with 94 additions and 72 deletions

View File

@@ -20,6 +20,8 @@ class EditList:
"""
The detected format of the EDL. Possible values are: "3600", "File32",
"File128", and "unknown".
Adobe EDLs with more than 999 events will be reported as "3600".
"""
first_event = next( (s for s in self.event_statements if type(s) is StmtEvent), None)