try_get_value method
try_get_value
Gets the entry soft owner by key.
Returns
true if dictionary contains the key otherwise false
def try_get_value(self, key, value):
...
| Parameter | Type | Description |
|---|---|---|
| key | str | The key. |
| value | any | The parameter. |
try_get_value
Gets the entry soft owner by key.
Returns
true if dictionary contains the key otherwise false
def try_get_value(self, key, attr, value):
...
| Parameter | Type | Description |
|---|---|---|
| key | str | The key. |
| attr | any | The attribute. |
| value | any | The parameter. |