finalizer property

Finalizer<(PythonFfiDelegate<Object?>, Object?)> finalizer
finalinherited

The finalizer for the python object. Gets invoked when the object is no longer accessible to the program.

Implementation

final Finalizer<(PythonFfiDelegate<Object?>, Object?)> finalizer;