contains_key method
contains_key
Determines whether the storage contains an element with the specified key.
Returns
True if the storage contains an element with the specified key, false otherwise.
def contains_key(self, key):
...
| Parameter | Type | Description |
|---|---|---|
| key | str | Key of the value. |
See Also
- class
Storage - module
aspose.slides.export.web - library
Aspose.Slides