TaurusTreeDeviceMemberItem¶

-
class
TaurusTreeDeviceMemberItem(model, data, parent=None)[source]¶ Bases:
taurus.qt.qtcore.model.taurusdatabasemodel.TaurusTreeDevicePartItemA node designed to represent a the member part of a device name
-
DisplayFunc¶ alias of
future.types.newstr.newstr
-
role()[source]¶ Returns the prefered role for the item. This implementation returns taurus.core.taurusbasetypes.TaurusElementType.Unknown
This method should be able to return any kind of python object as long as the model that is used is compatible.
Return type: TaurusElementTypeReturns: the role in form of element type
-