DataItem#

This is a Python binding to the C++ class Mantid::Kernel::DataItem.

class mantid.kernel.DataItem#
id((DataItem)self) str :#

The string ID of the class

name((DataItem)self) str :#

The name of the object

readLock((DataItem)self) None :#

Acquires a read lock on the data item.

threadSafe((DataItem)self) bool :#

Returns true if the object can be accessed safely from multiple threads

unlock((DataItem)self) None :#

Unlocks a read or write lock on the data item.