avid.common.dvhTxtFileLoader.parseParameter

avid.common.dvhTxtFileLoader.parseParameter(lineStr)

parses a given line for [Name]: [Value]. Splits at ‘:’. Returns a tuple. First element is the name string. Second element is value (with all leading spaces removed). If no value is defined an empty string will be returned.