X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fstream_class.py;h=af8d4e53afaa8b13a7e6569ba1952bb033b02729;hb=c4800597fb82cdbeebe2317d2629ed99d305c56d;hp=c543523c49700a10beaa5d29a3de6ad0493c3f49;hpb=242e5ad5b514a653de5995e72754447d5ea57ad1;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/stream_class.py b/src/bindings/python/bt2/bt2/stream_class.py index c543523c..af8d4e53 100644 --- a/src/bindings/python/bt2/bt2/stream_class.py +++ b/src/bindings/python/bt2/bt2/stream_class.py @@ -235,12 +235,6 @@ class _StreamClass(object._SharedObject, collections.abc.Mapping): return id - @id.setter - def id(self, id): - utils._check_int64(id) - status = native_bt.stream_class_set_id(self._ptr, id) - utils._handle_func_status(status, "cannot set stream class object's ID") - @property def packet_context_field_class(self): fc_ptr = native_bt.stream_class_borrow_packet_context_field_class_const(