MCPcopy Create free account
hub / github.com/PyTables/PyTables / doit

Method doit

tables/tests/test_do_undo.py:2700–2702  ·  view source on GitHub ↗
(newpath)

Source from the content-addressed store, hash-verified

2698 pass
2699
2700 def doit(newpath):
2701 self.h5file.create_array(newpath, "array", [1], createparents=True)
2702 self.assertIn(tb.path.join_path(newpath, "array"), self.h5file)
2703
2704 def post(newpath):
2705 self.assertNotIn(tb.path.join_path(newpath, "array"), self.h5file)

Callers

nothing calls this directly

Calls 4

move_nodeMethod · 0.80
copy_nodeMethod · 0.80
create_arrayMethod · 0.45
copy_childrenMethod · 0.45

Tested by

no test coverage detected