| Home | Trees | Index | Help |
|
|---|
|
|
object --+
|
BagOfAttributes --+
|
Response
<Response rdf:about="">
<code>[ HTTP response code will be echoed here ]</code>
<message>[ A nice plain text message to pass on to the user ]</message>
<isSuccess>1</isSuccess>
<!-- or -->
<isFailure>1</isFailure>
<!-- Note that only one of either isSuccess or isFailure will be present -->
<user>[ the name of the user making the request ]</user>
<apiVersion>0.1.0</apiVersion>
<bibliotechVersion>1.7.1</bibliotechVersion>
</Response>
or:
<code>404</code> <message>No items found</message> <isFailure>1</isFailure>
|
|||
|
__init__(self,
dom)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 3.0alpha2 on Sat May 20 21:44:57 2006 | http://epydoc.sf.net |