Exemplo n.º 1
0
def do_protocols_list(cl, args):
    """
    List available protocols
    """
    protos = cl.devices.list_protocols()
    utils.print_flat_list(protos, ['protocols'])
Exemplo n.º 2
0
def do_algorithms_list(cl, args):
    """
    List available algorithms
    """
    algos = cl.devices.list_algoritms()
    utils.print_flat_list(algos, ['algorithms'])
Exemplo n.º 3
0
def do_algorithms_list(cl, args):
    """
    List available algorithms
    """
    algos = cl.devices.list_algoritms()
    utils.print_flat_list(algos, ['algorithms'])
Exemplo n.º 4
0
def do_protocols_list(cl, args):
    """
    List available protocols
    """
    protos = cl.devices.list_protocols()
    utils.print_flat_list(protos, ['protocols'])