Module feed :: Class Item
[show private | hide private]
[frames | no frames]

Class Item


Simple model of a single item within a syndication feed
Method Summary
  __init__(self)
Initialize properties to defaults
  __str__(self)
Custom 'toString()' method to pretty-print
  get_formatted_date(self)
Returns human-readable date string
  set_rfc2822_time(self, old_date)
Set email-format time
  set_w3cdtf_time(self, new_date)
Set web-format time

Method Details

__init__(self)
(Constructor)

Initialize properties to defaults

__str__(self)
(Informal representation operator)

Custom 'toString()' method to pretty-print

get_formatted_date(self)

Returns human-readable date string

set_rfc2822_time(self, old_date)

Set email-format time

set_w3cdtf_time(self, new_date)

Set web-format time

Generated by Epydoc 2.1 on Thu May 27 10:33:26 2004 http://epydoc.sf.net