Python3中pathlib库的使用

self.data_dict = sio.loadmat(str(pathlib.Path(self.data_path, self.data_name + '.mat')))
data_name = [t for t in list(self.data_dict.keys()) if not t.startswith('__')][0]
请问这两句代码具体是什么含义想知道具体一点。

https://blog.csdn.net/Vicky_Cr/article/details/105460774