-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add type annotations to text_mobject.py
#4381
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
Open
henrikmidtiby
wants to merge
23
commits into
ManimCommunity:main
Choose a base branch
from
henrikmidtiby:TypingTextMobject
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+120
−122
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
eabb0ee
Activated typechecking in mobject.text.*
henrikmidtiby 866ea02
Fixed typing errors in mobject/text/code_mobject.py
henrikmidtiby 952b302
Add type annotations to mobject/text/numbers.py
henrikmidtiby c6f7059
Import ManimColor on every run
henrikmidtiby 648277a
Add type annotations to mobject/text/tex_mobject.py
henrikmidtiby f56effd
Return the object itself from init_colors
henrikmidtiby e76e53b
Fix issue.
henrikmidtiby 94382c5
Add type annotations to mobject/text/text_mobject.py
henrikmidtiby 19157a0
Add type annotations to camera/camera.py
henrikmidtiby 94215e0
Remove deprecated code
henrikmidtiby 7f24484
First pass through text_mobject.py for adding type annotations.
henrikmidtiby 1ae6ac5
More work on typing text_mobject.py
henrikmidtiby 46fc244
Merge remote-tracking branch 'upstream/main' into Typing_camera
henrikmidtiby 001e0c8
Hunting down the last typing issues.
henrikmidtiby 2649c5f
Ensure that color_gradient always returns a list
henrikmidtiby 589abb1
Merge remote-tracking branch 'upstream/main' into TypingTextMobject
henrikmidtiby 61a1359
Merge remote-tracking branch 'upstream/main' into Typing_camera
henrikmidtiby 2842c09
Code cleanup
henrikmidtiby f5529ef
Merge branch 'TypingTextMobject' into Typing_camera
henrikmidtiby eeacbd7
Code cleanup
henrikmidtiby de1753f
Code cleanup
henrikmidtiby 69486d8
Use the right version from the merge
henrikmidtiby 9864cd3
Merge branch 'main' into TypingTextMobject
behackl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / CodeQL
Overwriting attribute in super-class or sub-class Warning