dgs.utils.config.construct_yaml_tuple

dgs.utils.config.construct_yaml_tuple(self, node)[source]

PyYaml does not support tuples, change that!

References

https://stackoverflow.com/a/39554610/5889825