def __del__()

in confidence-shared/shared.py [0:0]


    def __del__(self):
        # In case of partial initialization of instances.
        pointer = getattr(self, "_pointer", None)
        if pointer is not None:
            _rust_call(_UniffiLib.uniffi_confidence_shared_fn_free_confidence, pointer)