Example #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)
Example #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)
Example #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)
Example #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)