示例#1
0
def by_partial_data(degree, size):
    nfgg_logger.debug("Asked for the Galois groups of size %s on %s points" %
                      (size, degree))
    return render_nfgg_set_webpage(degree, size)
示例#2
0
文件: main.py 项目: CleryFabien/lmfdb
def by_partial_data(degree, size):
    nfgg_logger.debug("Asked for the Galois groups of size %s on %s points" % (size, degree))
    return render_nfgg_set_webpage(degree, size)
示例#3
0
def by_data(degree, size, index):
    nfgg_logger.debug(
        "Asked for the Galois group of size %s on %s points, with index %s" %
        (size, degree, index))
    return render_nfgg_webpage(degree, size, index)
示例#4
0
文件: main.py 项目: CleryFabien/lmfdb
def by_data(degree, size, index):
    nfgg_logger.debug(
        "Asked for the Galois group of size %s on %s points, with index %s" % (size, degree, index))
    return render_nfgg_webpage(degree, size, index)