jacinle.utils.vendor#

Functions

has_vendor(vendor)

Check if the module is available.

requires_vendors(*vendors)

Decorator to check if the module is available.

Functions

has_vendor(vendor)[source]#

Check if the module is available.

requires_vendors(*vendors)[source]#

Decorator to check if the module is available. If not, raises an error when the function is called.