Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序,我在其中传递一个表实例(或“节点”)。我需要知道沿途某些地方的父文件的文件名。我似乎找不到一个内置的方法来返回它。可能吗?
例如,我正在寻找下面的“get_parent_file”功能:
import tables f = tables.openFile("myfile.h5", 'r') t = f.root.a f = t.get_parent_file()
看起来像t._v_file.filename给你文件名。
t._v_file.filename