holoviews.core.data.ibis module#
- class holoviews.core.data.ibis.IbisInterface(*, name)[source]#
Bases:
Interface
Parameter Definitions
- classmethod applies(obj)[source]#
Indicates whether the interface is designed specifically to handle the supplied object’s type. By default simply checks if the object is one of the types declared on the class, however if the type is expensive to import at load time the method may be overridden.