```python >>> p = r'C:\usr\devel\demo_python\2024\Baseline\Input\Baseline_parameters.h5' >>> f = tables.open_file(p) >>> f.root._v_nchildren 0 ```