Exemplo n.º 1
0
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)
Exemplo n.º 2
0
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)
Exemplo n.º 3
0
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)
Exemplo n.º 4
0
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)