xsimlab.process_info

xsimlab.process_info(process, buf=None)

Concise summary of process variables and simulation stages implemented.

Equivalent to __repr__ of a process but accepts either an instance or a class.

Parameters
  • process (object or class) – Process class or object.

  • buf (object, optional) – Writable buffer (default: sys.stdout).