• Ma Zerun's avatar
    Support deepcopy for Config (#1658) · 33c83b5a
    Ma Zerun authored
    * Support deepcopy for Config
    
    * Iterate the `__dict__` of Config directly.
    
    * Use __new__ to avoid unnecessary initialization.
    
    * Improve according to comments
    33c83b5a
test_config.py 19.1 KB