A fork of https://github.com/Synerty/SOAPpy-py3 This is a working tree till fixes get imported upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
368 B

  1. Using SOAPpy Attributes
  2. =======================
  3. All SOAPpy data classes implement methods to access and mutate
  4. individual attributes.
  5. The _setAttr method has as parameters a 'tag', the attribute name, and the
  6. value to which the attribute should be set.
  7. The _getAttrs method simply has the 'tag' parameter.
  8. $Id: attrs.txt,v 1.2 2005/02/18 15:40:46 warnes Exp $