crunchflow.input.blocks.DatabaseBlock ===================================== .. py:class:: crunchflow.input.blocks.DatabaseBlock Bases: :py:obj:`KeywordBlock` .. autoapi-inheritance-diagram:: crunchflow.input.blocks.DatabaseBlock :parts: 1 Typically, the database is specified in the Runtime() block, but some input files use a separate DATABASE block. This class is not to be confused with the Database() class for manipulating geochemical databases .. !! processed by numpydoc !! .. py:method:: set_parameters(parameters) Set the database for the block .. !! processed by numpydoc !! .. py:method:: __str__() Return the database block as a string .. !! processed by numpydoc !!