Expand description
Code for reading process flows file
Structsยง
- Process
Flow ๐Raw
Constantsยง
Functionsยง
- check_
flows_ ๐primary_ output - Check the flows are correct for the specified primary output (or lack thereof)
- infer_
primary_ ๐output - Infer the primary output.
- read_
process_ flows - Read process flows from a CSV file
- read_
process_ ๐flows_ from_ iter - Read โ
ProcessFlowRaw
โ records from an iterator and convert them into โProcessFlow
โ records. - validate_
flows_ ๐and_ update_ primary_ output