Python equivalent to del self[key].
del self[key]
bool py_delitem( py_Ref self, py_Ref key, ) { return _py_delitem( self, key, ); }