CONAN._classes.load_rvs.print
=============================

.. py:method:: CONAN._classes.load_rvs.print(section='all')

   Print out all input configuration (or particular section) for the RV object.
   It is printed out in the format of the legacy CONAN config file.

   :param section: section of configuration to print. Must be one of ["rv_baseline", "rv_gp", "custom_RVfunction"].
                   Default is 'all' to print all sections.
   :type section: str (optional) ;

