﻿AndQuery
========

.. currentmodule:: beets.dbcore.query

.. autoclass:: AndQuery
   :members:                 <-- add at least this line
   :private-members:
   :show-inheritance:        <-- plus I want to show inheritance...
   :inherited-members:       <-- ...and inherited members too

   
   .. automethod:: __init__

   
   .. rubric:: Public methods summary

   .. autosummary::
   
      ~AndQuery.clause
      ~AndQuery.clause_with_joiner
      ~AndQuery.match
   
   
   

   .. rubric:: Methods definition