pytuflow.MatDatabase.value

pytuflow.MatDatabase.value#

MatDatabase.value(item)#

Returns the value of the given item from the database.

Parameters:

item (str | int) – The item to get the value of.

Returns:

The value of the item.

Return type:

Any