materials_compendium.utils.Material.get_verification_notes

Material.get_verification_notes()[source]

Get the verification notes associated with the material.

Returns:

A list of verification notes.

Return type:

list

Example

print(material.get_verification_notes()) # Output: [“Some verification notes”]