materials_compendium.utils.Material.get_source

Material.get_source()[source]

Get the source of the material.

Returns:

The source of the material.

Return type:

str

Example

print(material.get_source()) # Output: “Some source information”