src/chug/common/config.py [68:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if inplace:
            for k, v in changes.items():
                setattr(self, k, v)
            return self
        else:
            return replace(self, **changes)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/chug/common/config.py [78:83]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if inplace:
            for k, v in changes.items():
                setattr(self, k, v)
            return self
        else:
            return replace(self, **changes)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



