Group): item = read_pytable(h5f, child) else: item = child.read() if isinstance(item, str) and item.startswith('OBJ_'): item = cPickle.loads(item[4:]) ...
確定! 回上一頁