Module TagTable
source code
Classes for dealing with STAR syntax
    |  | TagTable In initializing the class a content has to be given!!! If not then 
        the class will make something up and it won't be pretty but it will
        be following legal syntax.
 | 
    |  | __package__ = 'bmrblib.pystarlib' | 
Imports:
  pattern_quotes_needed,
  quotes_add,
  pattern_quotes_needed_2,
  pattern_quoted,
  tag_value_quoted_parse,
  pattern_tags_loop,
  pattern_tags_loop_2,
  pattern_tagname_2,
  pattern_tagtable_stop_2,
  pattern_tagtable_loop_2,
  pattern_unquoted_find,
  pattern_tag_name,
  tag_value_parse,
  Lister,
  transpose,
  types,
  re