Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Stats: Avoid calling .items() on outer class #227

@songy23

Description

@songy23

For example TagMap has a property _map which is a dictionary. We should call tag_map._map.items() instead of calling tag_map.items(): https://github.com/census-instrumentation/opencensus-python/blob/master/opencensus/stats/view_data.py#L77.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions