def table_root()

in metropolis/metropolis.py [0:0]


    def table_root(self) -> str:
        """Returns the folder where the tables are stored for the relevant version."""
        return path.join(self.dataroot, self.split)