physbo.misc package

Module contents

physbo.misc.deprecated_warning(old: str, new: str)[ソース]

Print a warning message when a deprecated name is used.

パラメータ:
  • old (str) -- The old name.

  • new (str) -- The new name.

physbo.misc.set_config(*args, **kwargs)[ソース]