Skip to content

from_symbol

from_symbol(symbol)

Looks up an element in the JAFF mass dictionary by its periodic-table symbol (case-sensitive) and returns the corresponding Element flyweight.

Parameters

symbol : str
Periodic-table symbol (case-sensitive), e.g. "H", "He", "C".

Returns

Element
The Element flyweight for the requested element.