bt2: namespace private attributes of inheritable classes
[babeltrace.git] / src / bindings / python / bt2 / bt2 / plugin.py
index 16c7c4a1ac8dc7122c2dda1b4a262c18ea5fb6b4..620bd76ad4156a27e9335433dacdd7ddb7721f67 100644 (file)
@@ -131,7 +131,7 @@ class _PluginComponentClassesIterator(collections.abc.Iterator):
 
         comp_cls_type = self._plugin_comp_cls._comp_cls_type
         comp_cls_pycls = bt2.component._COMP_CLS_TYPE_TO_GENERIC_COMP_CLS_PYCLS[comp_cls_type]
-        comp_cls_ptr = comp_cls_pycls._as_component_class_ptr(comp_cls_ptr)
+        comp_cls_ptr = comp_cls_pycls._bt_as_component_class_ptr(comp_cls_ptr)
         name = native_bt.component_class_get_name(comp_cls_ptr)
         assert name is not None
         return name
This page took 0.0253 seconds and 4 git commands to generate.