Skip to content

Make ControllerVector generic on a Controller #325

@shihab-dls

Description

@shihab-dls

Currently, ControllerVector is:

class ControllerVector(MutableMapping[int, Controller], BaseController):

Which presumibly would allow you to add_sub_controller with different types of Controller. Instead, we should make ControllerVector generic on a Controller.

Acceptance Criteria

  • ControllerVector is generic on a Controller

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions