# `GSNotifyingDictionary setObject:forKeyedSubscript:`

*Instance Method*

## Declaration

```objc
- (void) setObject:(id) value forKeyedSubscript:(id) key;
```

```python
setObject_forKeyedSubscript_(value: object, key: object)
```

