recursive_copy_node

lstchain.io.io.recursive_copy_node(src_file, dir_file, path)

Copy a node recursively from a src file to a dir file without copying the tables/arrays in the node

Parameters:
src_file: opened `tables.file.File`
dir_file: `tables.file.File` opened in writing mode
path: path to the node in `src_file`