コード例 #1
0
ファイル: app_filters.py プロジェクト: ldurans/MedicalWebApp
def getActivityAction(key):
    """
    :param key: The action number
    :return: The string representation of the name for action
    """
    return Action.to_name(key)
コード例 #2
0
ファイル: app_filters.py プロジェクト: ldurans/MedicalWebApp
def getActivityAction(key):
    """
    :param key: The action number
    :return: The string representation of the name for action
    """
    return Action.to_name(key)