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 1598c66 commit 52ed660Copy full SHA for 52ed660
src/ansys/dpf/core/server_types.py
@@ -1496,3 +1496,5 @@ def __del__(self):
1496
# DpfServer: TypeAlias = LegacyGrpcServer
1497
# Python <3.10
1498
DpfServer = LegacyGrpcServer
1499
+
1500
+AnyServerType = Union[LegacyGrpcServer, InProcessServer, GrpcServer]
0 commit comments