コード例 #1
0
ファイル: __init__.py プロジェクト: chrisemblhh/periodictable
def _load():
    """
    The name of the person or group who discovered the element.
    """
    from . import core

    core.init(periodictable.core.default_table())
コード例 #2
0
def _load():
	"""
	Cross section data calculated from isotope data
	"""
	from . import core
	core.init(periodictable.core.default_table())
コード例 #3
0
def _load():
    """
    The name of the person or group who discovered the element.
    """
    from . import core
    core.init(periodictable.core.default_table())
コード例 #4
0
def _load():
	"""
	Melting point data (Celsius)
	"""
	from . import core
	core.init(periodictable.core.default_table())