Python equivalent to self[key].
self[key]
bool py_getitem( py_Ref self, py_Ref key, ) { return _py_getitem( self, key, ); }