INNER CODE UNIT · Python
__str__
ScottfreeLLC/AlphaPy · alphapy/alias.py:117
def __str__(self):
return self.expr
#
# Function get_alias
#
def get_alias(alias):
r"""Find an alias value with the given key.
Parameters
----------
alias : str
Key for finding the alias value.
Returns
-------