Skip to content

ParserConfig

Mojo struct 🡭

@memory_only
struct ParserConfig

Configuration for FASTA parsing.

Attributes: check_ascii: If True, validate that id and sequence bytes are ASCII.

  • check_ascii (Bool)

AnyType, Copyable, ImplicitlyDestructible, Movable

def __init__(out self, check_ascii: Bool = False)

Args:

  • check_ascii (Bool)
  • self (Self)

Returns:

Self