Skip to content

session.signals and session.frames might not correctly be implementing Mapping semantics #173

@epage

Description

@epage

These containers allow someone to

  • Iterate on the contained signals
  • Lookup signals by index and name (but not slice)

They were defined as implementing the Mapping abc. The concern is that when you iterate on other mappings, you get the keys back. To iterate on the values, you need to call mapping.values().

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions