Exemple #1
0
def galois_module_data(n, t, index):
    C = base.getDBConnection()
    return galois_module_knowl_guts(n, t, index, C)
Exemple #2
0
def galois_module_data(n, t, index):
    return galois_module_knowl_guts(n, t, index, db())
Exemple #3
0
def galois_module_data(n, t, index):
    C = base.getDBConnection()
    return galois_module_knowl_guts(n, t, index, C)
Exemple #4
0
def galois_module_data(n, t, index):
    return galois_module_knowl_guts(n, t, index)