This file is indexed.

/usr/share/doc/python-soappy/attrs.txt is in python-soappy 0.12.0-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
Using SOAPpy Attributes
=======================

All SOAPpy data classes implement methods to access and mutate
individual attributes.

The _setAttr method has as parameters a 'tag', the attribute name, and the 
value to which the attribute should be set.

The _getAttrs method simply has the 'tag' parameter.



$Id: attrs.txt,v 1.2 2005/02/18 15:40:46 warnes Exp $