Beispiel #1
0
def resolve_to_bytes(urls) -> bytes:
    return Outputs.to_bytes(*resolve(urls))
Beispiel #2
0
def encode_result(result):
    return Outputs.to_bytes(*result)
Beispiel #3
0
def search_to_bytes(constraints) -> bytes:
    return Outputs.to_bytes(*search(constraints))