
.. include:: ../io/ascii/references.txt


BaseReader
===========================

.. currentmodule:: astropy.io.ascii

.. autoclass:: BaseReader
   :show-inheritance:

   
     
   

   
   

   .. rubric:: Attributes Summary

   .. autosummary::
   
      ~BaseReader.comment_lines
      ~BaseReader.exclude_names
      ~BaseReader.guessing
      ~BaseReader.include_names
      ~BaseReader.names
      ~BaseReader.strict_names

   
   

   
   

   .. rubric:: Methods Summary

   .. autosummary::
   
      ~BaseReader.inconsistent_handler
      ~BaseReader.read
      ~BaseReader.write
      ~BaseReader.write_header

   
   

   
   

   .. rubric:: Attributes Documentation

   
   .. autoattribute:: comment_lines
   .. autoattribute:: exclude_names
   .. autoattribute:: guessing
   .. autoattribute:: include_names
   .. autoattribute:: names
   .. autoattribute:: strict_names

   
   

   
   

   .. rubric:: Methods Documentation

   
   .. automethod:: inconsistent_handler
   .. automethod:: read
   .. automethod:: write
   .. automethod:: write_header

   
   