class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
list = method(self, **kwargs)
A description of how to use this function
 
Args:
  sort: The sort expression to apply to the results
  num: Number of search results to return
  safe: Search safety level
  q: Query (required)
  start: The index of the first result to return
  cx: The custom search engine ID to scope this search query
  lr: The language restriction for the search results
  cref: The URL of a linked custom search engine

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)