-1: error, 0: not found, 1: found
int py_dict_getitem( py_Ref self, py_Ref key, ) { return _py_dict_getitem( self, key, ); }