示例#1
0
文件: main.py 项目: mrubinst/lmfdb
def by_partial_data(dim, conductor):
    artin_logger.debug("Asked for the set of Artin representations with parameters dim: %s conductor: %s " %
                       (dim, conductor))
    return render_artin_representation_set_webpage(dim, conductor)
示例#2
0
文件: main.py 项目: minlee-math/lmfdb
def by_partial_data(dim, conductor):
    artin_logger.debug(
        "Asked for the set of Artin representations with parameters dim: %s conductor: %s "
        % (dim, conductor))
    return render_artin_representation_set_webpage(dim, conductor)
示例#3
0
文件: main.py 项目: mrubinst/lmfdb
def by_data(dim, conductor, index):
    artin_logger.debug("Asked for the Artin representation with parameters dim: %s conductor: %s index: %s" %
                       (dim, conductor, index))
    return render_artin_representation_webpage(dim, conductor, index)
示例#4
0
文件: main.py 项目: minlee-math/lmfdb
def by_data(dim, conductor, index):
    artin_logger.debug(
        "Asked for the Artin representation with parameters dim: %s conductor: %s index: %s"
        % (dim, conductor, index))
    return render_artin_representation_webpage(dim, conductor, index)