parse gff3 attributes
Mojo function 🡭
parse_gff3_attributes
Section titled “parse_gff3_attributes”def parse_gff3_attributes(span: Span[UInt8, span.origin]) -> Gff3AttributesParse GFF3 column 9: semicolon-separated key=value; multi-value: key=val1,val2.
Args:
- span (
Span)
Returns:
Gff3Attributes
Raises: