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 d50139f commit b29f6bbCopy full SHA for b29f6bb
src/ansys/dpf/core/data_sources.py
@@ -537,8 +537,8 @@ def result_key(self) -> str:
537
538
Returns
539
-------
540
- str :
541
- Result key.
+ str
+ Result key.
542
543
Examples
544
--------
@@ -562,7 +562,7 @@ def result_files(self):
562
563
564
565
- list :
+ list
566
List of result files.
567
568
@@ -687,7 +687,7 @@ def __str__(self):
687
688
689
690
691
Description of the entity.
692
"""
693
from ansys.dpf.core.core import _description
0 commit comments