mirror of
https://github.com/python/cpython.git
synced 2026-05-16 01:19:28 -04:00
c38c5da5d0
__getitem__(). This method never raises an exception; if the key is not in the dictionary, the second (optional) argument is returned. If the second argument is not provided and the key is missing, None is returned. mapp_methods: added "get" method.