Documentation of 'org.python.core.finalization.FinalizablePyObjectDerived' Java class
FinalizablePyObjectDerived
org.python.core.finalization

Interface FinalizablePyObjectDerived

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void __del_derived__()
      __del_builtin__ is the built-in's own finalizer, while __del_derived__ refers to an instance's in-dict __del__.
    • Method Detail

      • __del_derived__

        void __del_derived__()
        __del_builtin__ is the built-in's own finalizer, while __del_derived__ refers to an instance's in-dict __del__. A FinalizeTrigger calls __del_derived__ first and - if existent - __del_builtin__ after that. A plain __del__ would behave as overridden by __del_derived__, i.e. won't be called if the type implements FinalizablePyObjectDerived while __del_builtin__ is called in any case.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.