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


BaseData
=========================

.. currentmodule:: astropy.io.ascii

.. autoclass:: BaseData
   :show-inheritance:

   
     
   

   
   

   .. rubric:: Attributes Summary

   .. autosummary::
   
      ~BaseData.comment
      ~BaseData.end_line
      ~BaseData.fill_exclude_names
      ~BaseData.fill_include_names
      ~BaseData.fill_values
      ~BaseData.formats
      ~BaseData.start_line
      ~BaseData.write_spacer_lines

   
   

   
   

   .. rubric:: Methods Summary

   .. autosummary::
   
      ~BaseData.get_data_lines
      ~BaseData.get_str_vals
      ~BaseData.masks
      ~BaseData.process_lines
      ~BaseData.str_vals
      ~BaseData.write

   
   

   
   

   .. rubric:: Attributes Documentation

   
   .. autoattribute:: comment
   .. autoattribute:: end_line
   .. autoattribute:: fill_exclude_names
   .. autoattribute:: fill_include_names
   .. autoattribute:: fill_values
   .. autoattribute:: formats
   .. autoattribute:: start_line
   .. autoattribute:: write_spacer_lines

   
   

   
   

   .. rubric:: Methods Documentation

   
   .. automethod:: get_data_lines
   .. automethod:: get_str_vals
   .. automethod:: masks
   .. automethod:: process_lines
   .. automethod:: str_vals
   .. automethod:: write

   
   