Return self so that chained access such as H['a']['b'] is a no-op.
self
H['a']['b']
Ignored key.
This same inert object.