.. include:: ../table/references.txt

SCEngine
========

.. currentmodule:: astropy.table

.. autoclass:: SCEngine
   :show-inheritance:

   .. rubric:: Methods Summary

   .. autosummary::

      ~SCEngine.add
      ~SCEngine.find
      ~SCEngine.items
      ~SCEngine.range
      ~SCEngine.remove
      ~SCEngine.replace_rows
      ~SCEngine.shift_left
      ~SCEngine.shift_right
      ~SCEngine.sort
      ~SCEngine.sorted_data

   .. rubric:: Methods Documentation

   .. automethod:: add
   .. automethod:: find
   .. automethod:: items
   .. automethod:: range
   .. automethod:: remove
   .. automethod:: replace_rows
   .. automethod:: shift_left
   .. automethod:: shift_right
   .. automethod:: sort
   .. automethod:: sorted_data
