You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we might need to check if an importable module exists, and import if it does and if it does not, move on gracefully. Currently we have the import_ method, which tests an import and then returns an error if the module is not found.
Maybe we want to have a non-error generating import_ method. Most of the times these should error out, but in certain cases it might be useful?
Sometimes we might need to check if an importable module exists, and import if it does and if it does not, move on gracefully. Currently we have the
import_
method, which tests an import and then returns an error if the module is not found.Maybe we want to have a non-error generating
import_
method. Most of the times these should error out, but in certain cases it might be useful?Curious what others think?
Originally posted by @justinGilmer in #604
The text was updated successfully, but these errors were encountered: