schrodinger.utils.deprecation module¶
Deprecation handling
Copyright Schrodinger LLC, All Rights Reserved.
-
schrodinger.utils.deprecation.
raise_module_moved_exception
(old_module, new_module)¶ Raise a deprecation exception, indicating to the caller that the new module should be used instead of a call to the old one.
Parameters: - old_module (str) – original module name
- new_module – new module name
Tpye new_module: str