We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b8f4e commit 830e499Copy full SHA for 830e499
src/ansys/tools/common/cyberchannel.py
@@ -203,7 +203,7 @@ def create_uds_channel(
203
uds_fullpath : str | Path | None
204
Full path to the UDS socket file.
205
By default `None` and thus it will use the `uds_service`, `uds_dir` and `uds_id` parameters.
206
- uds_service : str
+ uds_service : str | None
207
Service name for the UDS socket.
208
uds_dir : str | Path | None
209
Directory to use for Unix Domain Sockets (UDS) transport mode.
0 commit comments