Replace

===============================================
  Replace - class to represent item of hint replacment program
===============================================
(Replace.__doc__ reports only 'Replace'

... so use this information with care)

CONSTRUCTOR

  Replace()             - generic constructor, creates an empty replace item
  Replace(Replace)      - copy constructor
  Replace(Hint)
  Replace(Node)
  Replace(Int type,Int index)

ATTRIBUTES

  parent (read-only)      - Replace's parent object, Glyph
  type (integer)
  index (integer)

OPERATIONS

  (don't know)

METHODS

  (don't know)

REMARKS

  To use attribute object, Replase must have valid parent
  To assign a Node, Node must not be an orphan
  To assign a Hint, Hint must not be an orphan