Previous Next blank.gif Home Page

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 Home Page
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedrich@pythonpros.com
Generated: Thu May 28 1998