mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
![]() * Improve autocompletion for mobject.animate to show Mobject methods - Added type hint `-> _AnimationBuilder | Self` to `Mobject.animate`, enabling autocompletion for `Mobject` methods after `mobject.animate`. - Prioritized `typing_extensions.Self` over `typing.Self` in imports, so autocompletion of `Mobject` methods also works in Python < 3.11. * Support `mobject.animate.` autocompletion in IPython * Add docstring to `__dir__` and add return type hint * improve docsting `__dir__` _AnimationBuilder |
||
---|---|---|
.. | ||
svg | ||
types | ||
__init__.py | ||
boolean_ops.py | ||
changing.py | ||
coordinate_systems.py | ||
frame.py | ||
functions.py | ||
geometry.py | ||
interactive.py | ||
matrix.py | ||
mobject.py | ||
mobject_update_utils.py | ||
number_line.py | ||
numbers.py | ||
probability.py | ||
shape_matchers.py | ||
three_dimensions.py | ||
value_tracker.py | ||
vector_field.py |