INNER CODE UNIT · Python

get_alias

ScottfreeLLC/AlphaPy · alphapy/alias.py:125

def get_alias(alias):
    r"""Find an alias value with the given key.

    Parameters
    ----------
    alias : str
        Key for finding the alias value.

    Returns
    -------
    alias_value : str
        Value for the corresponding key.

    Examples
    --------

    >>> alias_value = get_alias('atr')
    >>> alias_value = get_alias('hc')

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…