Delete an item from the object's __dict__. Return true if the deletion is successful.
__dict__
true
bool py_deldict( py_Ref self, int name, ) { return _py_deldict( self, name, ); }