physbo.misc package

Module contents

physbo.misc.deprecated_warning(old: str, new: str)[source]

Print a warning message when a deprecated name is used.

Parameters:
  • old (str) – The old name.

  • new (str) – The new name.

physbo.misc.set_config(*args, **kwargs)[source]