manim
manim copied to clipboard
Typing mobject text
Overview: What does this pull request change?
This pull request will add types to mobject/text/*.py
Motivation and Explanation: Why and how do your changes improve the library?
Links to added or changed documentation pages
Further Information and Comments
I indent to use this PR to share progress and get input on things that show up.
Reviewer Checklist
- [ ] The PR title is descriptive enough for the changelog, and the PR is labeled correctly
- [ ] If applicable: newly added non-private functions and classes have a docstring including a short summary and a PARAMETERS section
- [ ] If applicable: newly added functions and classes are tested
I would like to handle this PR eventually.
In the meantime, @henrikmidtiby, PR #4115 completely rewrote the Code mobject to make its code much cleaner. We already took care of its typing in that PR, so don't worry about code_mobject.py.
I would like to handle this PR eventually.
In the meantime, @henrikmidtiby, PR #4115 completely rewrote the
Codemobject to make its code much cleaner. We already took care of its typing in that PR, so don't worry aboutcode_mobject.py. Great! I have rebased the PR on top of the 0.19 branch.