|
@ -256,6 +256,7 @@ class Asset(AssetMixin): |
|
|
|
|
|
|
|
|
def replace( |
|
|
def replace( |
|
|
self, |
|
|
self, |
|
|
|
|
|
*, |
|
|
size: int = MISSING, |
|
|
size: int = MISSING, |
|
|
format: ValidAssetFormatTypes = MISSING, |
|
|
format: ValidAssetFormatTypes = MISSING, |
|
|
static_format: ValidStaticFormatTypes = MISSING, |
|
|
static_format: ValidStaticFormatTypes = MISSING, |
|
|