typedb-driver
typedb-driver copied to clipboard
Fix native object ownership checks in python driver
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