Previous Next blank.gif blank.gif

Class Text


SYNOPSIS

import HTMLgen
class Text
  def __init__(self, text='')
  string __module__ = 'HTMLgen'
  def __str__(self)
  def append(self, text='')

DESCRIPTION

Class to encapsulate text. Escape special characters for HTML.

def append(self, text='')

Concatenate text characters onto the end.

Will escape special characters.

SEE ALSO

HTMLgen


Previous Next blank.gif blank.gif
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedrich@pythonpros.com
Generated: Tue Apr 20, 1999