Skip to content

Reduce Collection's public interface #51

@keimlink

Description

@keimlink

The Collection class has too many public attributes and methods which confuse users if they are using a Collection instance.

Attributes that should be private:

  • as_dict
  • as_list
  • element_base
  • element_class
  • fields
  • flat

Methods that should be private:

  • get_values

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions