You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A GenericDataContainersCollection does not show any available methods in IDEs when trying autocompletion.
Probably due to the design for custom collections.
This is a major issue with this design.
Steps To Reproduce
try to get available methods with:
bc=dpf.GenericDataContainersCollection()
bc. # -> should propose methods from Collection
Which Operating System causes the issue?
Windows
Which DPF/Ansys version are you using?
DPF Server 2025.2.pre0
Which Python version causes the issue?
3.12
Installed packages
NA
The text was updated successfully, but these errors were encountered:
Before submitting the issue
Description of the bug
A
GenericDataContainersCollection
does not show any available methods in IDEs when trying autocompletion.Probably due to the design for custom collections.
This is a major issue with this design.
Steps To Reproduce
try to get available methods with:
Which Operating System causes the issue?
Windows
Which DPF/Ansys version are you using?
DPF Server 2025.2.pre0
Which Python version causes the issue?
3.12
Installed packages
NA
The text was updated successfully, but these errors were encountered: