Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Ansiparse.ConcreteSourceThe Concrete module is concerned with converting between raw text and a "concrete" list representation of the items in the text.
Picture the text as ANSI escape sequences, interspersed with normal text. parse converts the raw characters to a t list. The 'reset' escape converts to Reset; all others convert to Esc styles, and text to Text str.