예제 #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)