question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

VGroup and VDict should implement `del`

See original GitHub issue

del vgroup[0] or del vdict['key'] should just call .remove() on the appropriate elements

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
leotrscommented, Sep 9, 2020

Also, the easiest way of doing this is to have VDict inherit from collections.abc.Mapping or collections.abc.MutableMapping

1reaction
leotrscommented, Sep 9, 2020

Agreed. But also, Container should implement in

Read more comments on GitHub >

github_iconTop Results From Across the Web

manim/vectorized_mobject.py at main - GitHub
A community-maintained Python framework for creating mathematical animations. - manim/vectorized_mobject.py at main · ManimCommunity/manim.
Read more >
Source code for manim.mobject.types.vectorized_mobject
One would pull all the handles closer to their anchors, apply the ... [docs]class VDict(VMobject, metaclass=ConvertToOpenGL): """A VGroup-like class, ...
Read more >
VDict - Vietnamese Dictionary
If the word you are looking for cannot be found due to a typo, VDict will suggest the most similar words. English-Vietnamese &...
Read more >
Vietnamese Dictionary - VDict
"VDict on your site" is the most popular Vietnamese Dictionary tool being used on many websites. It enables visitors of VDict supported websites...
Read more >
Vietnamese Dictionary
Eng - Vie, Vie - Eng, Vie - Vie, Fre - Vie, Vie - Fre, Eng - Eng. History. PC version. © 2004...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found