(cls, h5, node_path, description, **kwargs)
| 153 | |
| 154 | @classmethod |
| 155 | def _create_pytables_node(cls, h5, node_path, description, **kwargs): |
| 156 | path, name = h5.split_path(node_path) |
| 157 | pyt_file = h5._h5 |
| 158 | pyt_file.create_table(path, name, description, **kwargs) |
no test coverage detected