mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Rename config_ops -> dict_ops
This commit is contained in:
parent
a4272d11a2
commit
ef0999cc09
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ def filtered_locals(caller_locals):
|
||||||
|
|
||||||
def digest_config(obj, kwargs, caller_locals={}):
|
def digest_config(obj, kwargs, caller_locals={}):
|
||||||
"""
|
"""
|
||||||
|
(Deprecated)
|
||||||
|
|
||||||
Sets init args and CONFIG values as local variables
|
Sets init args and CONFIG values as local variables
|
||||||
|
|
||||||
The purpose of this function is to ensure that all
|
The purpose of this function is to ensure that all
|
Loading…
Add table
Reference in a new issue