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