Joe Gregorio | afc45f2 | 2011-02-20 16:11:28 -0500 | [diff] [blame] | 1 | |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 | <html><head><title>Python: class Resource</title> |
| 4 | </head><body bgcolor="#f0f0f8"> |
| 5 | <p> |
| 6 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 7 | <tr bgcolor="#ffc8d8"> |
| 8 | <td colspan=3 valign=bottom> <br> |
| 9 | <font color="#000000" face="helvetica, arial"><a name="Resource">class <strong>Resource</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> |
| 10 | |
| 11 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 12 | <td colspan=2><tt>A class for interacting with a resource.<br> </tt></td></tr> |
| 13 | <tr><td> </td> |
| 14 | <td width="100%">Methods defined here:<br> |
| 15 | <dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl> |
| 16 | |
Joe Gregorio | ad258e2 | 2011-02-22 22:53:30 -0500 | [diff] [blame] | 17 | <dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns metadata about the search performed, metadata about the custom search engine used for the search, and the search results.<br> |
Joe Gregorio | afc45f2 | 2011-02-20 16:11:28 -0500 | [diff] [blame] | 18 | <br> |
| 19 | Args:<br> |
Joe Gregorio | ad258e2 | 2011-02-22 22:53:30 -0500 | [diff] [blame] | 20 | sort: string, The sort expression to apply to the results<br> |
| 21 | num: string, Number of search results to return<br> |
| 22 | safe: string, Search safety level<br> |
| 23 | q: string, Query (required)<br> |
| 24 | start: string, The index of the first result to return<br> |
| 25 | cx: string, The custom search engine ID to scope this search query<br> |
| 26 | lr: string, The language restriction for the search results<br> |
| 27 | cref: string, The URL of a linked custom search engine</tt></dd></dl> |
Joe Gregorio | afc45f2 | 2011-02-20 16:11:28 -0500 | [diff] [blame] | 28 | |
| 29 | <hr> |
| 30 | Data descriptors defined here:<br> |
| 31 | <dl><dt><strong>__dict__</strong></dt> |
| 32 | <dd><tt>dictionary for instance variables (if defined)</tt></dd> |
| 33 | </dl> |
| 34 | <dl><dt><strong>__weakref__</strong></dt> |
| 35 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 36 | </dl> |
| 37 | </td></tr></table> |
| 38 | </body></html> |