harp_apps.storage.services.blob_storages.null¶ Inheritance diagram of harp_apps.storage.services.blob_storages.null class NullBlobStorage[source]¶ Bases: IBlobStorage async delete(blob_id)[source]¶ Parameters: blob_id (str) async exists(blob_id)[source]¶ Parameters: blob_id (str) Return type: bool async force_put(blob)¶ Parameters: blob (Blob) Return type: Blob async get(blob_id)[source]¶ Parameters: blob_id (str) async put(blob)[source]¶ Parameters: blob (Blob) Return type: Blob type: str = 'null'¶