INNER CODE UNIT · Python
variable
ScottfreeLLC/AlphaPy · alphapy/alias.py:62
Class variable for storing all known aliases
Examples
--------
>>> Alias('atr', 'ma_truerange')
>>> Alias('hc', 'higher_close')
"""
# class variable to track all aliases
aliases = {}
# function __new__
def __new__(cls,
name,