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 4e8b2a0 commit 19ae597Copy full SHA for 19ae597
docs/source/conf.py
@@ -86,6 +86,10 @@
86
"sphinx_gallery.gen_gallery",
87
]
88
89
+typehints_defaults = "comma"
90
+typehints_use_signature = True
91
+simplify_optional_unions = False
92
+
93
# Intersphinx mapping
94
intersphinx_mapping = {
95
"pyvista": ("https://docs.pyvista.org/", None),
src/ansys/dpf/core/any.py
@@ -19,7 +19,7 @@ class Any:
19
20
Parameters
21
----------
22
- any : ctypes.c_void_p, ansys.grpc.dpf.any_pb2.Any message, optional # noqa: E501
+ any_dpf : ctypes.c_void_p, ansys.grpc.dpf.any_pb2.Any message, optional
23
server : DPFServer, optional
24
Server with channel connected to the remote or local instance.
25
The default is ``None``, in which case an attempt is made to use the
0 commit comments