typedb-driver icon indicating copy to clipboard operation
typedb-driver copied to clipboard

Fix native object ownership checks in python driver

Open krishnangovindraj opened this issue 5 months ago • 1 comments

Usage and product changes

Fixes native object ownership checks in python driver

Implementation

Replaces usages of self.native_object.is_own (which invokes a @property getter, throwing an exception) with self._native_object.is_own

krishnangovindraj avatar Sep 24 '24 14:09 krishnangovindraj