bt2: rename _FieldPath to _FieldPathConst
[babeltrace.git] / src / bindings / python / bt2 / bt2 / field_path.py
index 51f87709f981573c68dde05ac26d2e8de80f3e42..c29fffe7bb1dac3e798b3a65efa8c4a7c4853daf 100644 (file)
@@ -52,7 +52,7 @@ class _CurrentOptionContentFieldPathItem(_FieldPathItem):
     pass
 
 
-class _FieldPath(object._SharedObject, collections.abc.Iterable):
+class _FieldPathConst(object._SharedObject, collections.abc.Iterable):
     _get_ref = staticmethod(native_bt.field_path_get_ref)
     _put_ref = staticmethod(native_bt.field_path_put_ref)
 
This page took 0.022737 seconds and 4 git commands to generate.