import HTMLgen
class MailTo def __init__(self, address='', text=None, subject=None) string __module__ = 'HTMLgen' def __str__(self)
alias MAILTO = MailTo alias Mailto = MailTo
First argument is an email address, optional second argument is the text shown as the underlined hyperlink. Default is the email address. Optional third argument is a Subject: for the email.
Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedrich@pythonpros.com
Generated: Sat Mar 7 1998