Skip to content

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

Open
@PProfizi

Description

@PProfizi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions