options.py

options.py#

aviary.utils.options.list_options(model: System, aviary_keys: list = None)[source]

Lists all option values in the provided model. All top-level option values will be listed, and items in model.options[‘aviary_options’] will also be listed. A list of keys may be provided to limit the list of items in aviary_options.

Parameters:
  • model (System) – A model.

  • aviary_keys (iter of str) – List of aviary_options keys whose values will be looked up and listed in the options printout. If None, all items in model.options[‘aviary_options’] will be listed.