Package lemon :: Package external :: Package epydoc :: Package markup :: Class Field
[show private | hide private]
[frames | no frames]

Class Field


The contents of a docstring's field. Docstring fields are used to describe specific aspects of an object, such as a parameter of a function or the author of a module. Each field consists of a tag, an optional argument, and a body:
Method Summary
  __init__(self, tag, arg, body)
  __repr__(self)
string arg(self)
Return this field's argument, or None if this field has no argument.
ParsedDocstring body(self)
Return this field's body.
string tag(self)
Return this field's tag.

Method Details

arg(self)

Returns:
This field's argument, or None if this field has no argument.
           (type=string)

body(self)

Returns:
This field's body.
           (type=ParsedDocstring)

tag(self)

Returns:
This field's tag.
           (type=string)

Generated by Epydoc 2.0 on Mon Nov 10 15:08:15 2003 http://epydoc.sf.net