← Back to team overview

dolfin team mailing list archive

Default argument to info in Python

 

Could we add an argument 'verbose' to the info function in Python?

I think it would look better to write

  info(foo, verbose=True)

instead of

  info(foo, True)

--
Anders