Revision b4b3266b lib/objects.py

b/lib/objects.py
1894 1894
    return obj
1895 1895

  
1896 1896

  
1897
class QueryRequest(ConfigObject):
1898
  """Object holding a query request.
1899

  
1900
  """
1901
  __slots__ = [
1902
    "what",
1903
    "fields",
1904
    "qfilter",
1905
    ]
1906

  
1907

  
1908 1897
class QueryResponse(_QueryResponseBase):
1909 1898
  """Object holding the response to a query.
1910 1899

  

Also available in: Unified diff