The defaults.py
module#
Summary#
Get the default IP address used throughout the library. |
|
Get the default port used throughout the library. |
|
Get the default connection timeout used throughout the library. |
|
Get the flag to decide whether to print communicator stats(INTERNAL ONLY). |
|
Get the maximum message length for a grpc channel. |
|
Get the client-side default container path. |
|
Get the server-side default container path in case of containers. |
|
Get the client-side output directory used by 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.