easydel.utils.lazy_import#
- class easydel.utils.lazy_import.DummyObject[source]#
Bases:
typeMetaclass for the dummy objects. Any class inheriting from it will return the ImportError generated by requires_backend each time a user tries to access any method of that class.