Skip to content
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

Remove list as parent class of TagList #85

Open
schloerke opened this issue Apr 11, 2024 · 0 comments
Open

Remove list as parent class of TagList #85

schloerke opened this issue Apr 11, 2024 · 0 comments

Comments

@schloerke
Copy link
Collaborator

schloerke commented Apr 11, 2024

Similar to #84 , I'd like to remove the parent class of list from TagList. This allows me to not have to exclude a TagList when looking for a true list item.

I don't believe I've used (but I could have!) the subset methods that a list leverages:

  • append
  • count
  • extend
  • index
  • insert
  • pop
  • remove
  • reverse
  • sort

If we'd like these methods, we can implement them. Or we could ask users to leverage x.children.METHOD().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant