Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Collection ABC #120

Closed
mlenzen opened this issue Nov 24, 2019 · 0 comments
Closed

Extend Collection ABC #120

mlenzen opened this issue Nov 24, 2019 · 0 comments

Comments

@mlenzen
Copy link
Owner

mlenzen commented Nov 24, 2019

Collections would all implement:

  • __init__(iterable: Iterable)
  • copy - a shallow copy
  • getany - gets any element like pop that doesn't mutate (not convinced of the name)
@mlenzen mlenzen added the idea label Nov 24, 2019
Repository owner locked and limited conversation to collaborators Jul 15, 2022
@mlenzen mlenzen converted this issue into discussion #187 Jul 15, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant