Rename config_ops -> dict_ops

This commit is contained in:
Grant Sanderson 2022-12-16 15:23:43 -08:00
parent a4272d11a2
commit ef0999cc09

View file

@ -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