Skip to content

Reduce Collection's public interface #51

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions