Go to the source code of this file.
Namespaces | |
client | |
Functions | |
def | client.main () |
def | client.run_streaming_client (server_target, name, ideal_distance, interesting_distance) |
def | client.run_unary_client (server_target, name, ideal_distance) |
Variables | |
string | client._DESCRIPTION = "A client for finding hashes similar to names." |
client._LOGGER = logging.getLogger(__name__) | |