コード例 #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)