siconos.io.tools module¶
Functions and tools used in mechanics_run and mechanics_hdf5
- siconos.io.tools.arguments()[source]¶
Returns tuple containing dictionary of calling function’s named arguments and a list of calling function’s unnamed positional arguments.
- siconos.io.tools.tmpfile(suffix='', prefix='siconos_io', contents=None, debug=False)[source]¶
A context manager for a named temporary file.