ParserConfig
Mojo struct 🡭
ParserConfig
Section titled “ParserConfig”@memory_onlystruct ParserConfigConfiguration for FASTA parsing.
Attributes: check_ascii: If True, validate that id and sequence bytes are ASCII.
Fields
Section titled “Fields”- check_ascii (
Bool)
Implemented traits
Section titled “Implemented traits”AnyType, Copyable, ImplicitlyDestructible, Movable
Methods
Section titled “Methods”__init__
Section titled “__init__”def __init__(out self, check_ascii: Bool = False)Args:
- check_ascii (
Bool) - self (
Self)
Returns:
Self