ee.Dictionary

Extended methods for the ee.Dictionary class:

__contains__(self, key)

Returns True if the key is in the dictionary.

__getitem__(self, key)

Gets the item of the dictionary according to the specified key.