mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
typing things
This commit is contained in:
@@ -8,7 +8,10 @@ class StmtTitle(NamedTuple):
|
||||
line_number: int
|
||||
|
||||
|
||||
StmtFCM = namedtuple("FCM", ["drop", "line_number"])
|
||||
class StmtFCM(NamedTuple):
|
||||
drop: bool
|
||||
line_number: int
|
||||
|
||||
StmtEvent = namedtuple("Event", ["event", "source", "channels", "trans",
|
||||
"trans_op", "source_in", "source_out",
|
||||
"record_in", "record_out", "format",
|
||||
|
||||
Reference in New Issue
Block a user