Package hsh :: Package content :: Module text
[hide private]
[frames] | no frames]

Module text

Classes [hide private]
  Text
Abstract class representing some text as a list of strings.
  TextList
Simple Text class which is just a list of strings.
  TextLineRegion
Details about a region within a TextLine.
  TextLine
A single line of text within the content, which may have at most one new line as its last character.
  MutableText
MutableText is a representation of Text suitable for being displayed to the user, with additional interesting annotated information.
Variables [hide private]
  __package__ = 'hsh.content'