Skip to content

Custom collections do not show any available methods in IDE #2288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks done
PProfizi opened this issue May 16, 2025 · 0 comments
Open
3 tasks done

Custom collections do not show any available methods in IDE #2288

PProfizi opened this issue May 16, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@PProfizi
Copy link
Contributor

Before submitting the issue

  • I have checked for Compatibility issues
  • I have searched among the existing issues
  • I am using a Python virtual environment

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:

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

@PProfizi PProfizi added the bug Something isn't working label May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant