The defaults.py module#

Summary#

ip

Get the default IP address used throughout the library.

port

Get the default port used throughout the library.

connection_timeout

Get the default connection timeout used throughout the library.

print_communicator_stats

Get the flag to decide whether to print communicator stats(INTERNAL ONLY).

max_message_length

Get the maximum message length for a grpc channel.

get_examples_path

Get the client-side default container path.

get_examples_path_for_containers

Get the server-side default container path in case of containers.

get_output_path

Get the client-side output directory used by containers.

get_output_path_for_containers

Get the server-side output directory used by containers.

Description#

Default configuration for PyDYNA pre.

Module detail#

defaults.ip()#

Get the default IP address used throughout the library.

defaults.port()#

Get the default port used throughout the library.

defaults.connection_timeout()#

Get the default connection timeout used throughout the library.

defaults.print_communicator_stats()#

Get the flag to decide whether to print communicator stats(INTERNAL ONLY).

defaults.max_message_length()#

Get the maximum message length for a grpc channel.

defaults.get_examples_path()#

Get the client-side default container path.

defaults.get_examples_path_for_containers()#

Get the server-side default container path in case of containers.

In case of a container, the user data directory is mounted within the container image.

defaults.get_output_path()#

Get the client-side output directory used by containers.

defaults.get_output_path_for_containers()#

Get the server-side output directory used by containers.