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

Method test04_listNodesVisible

tables/tests/test_tree.py:1091–1100  ·  view source on GitHub ↗

Listing visible nodes under a visible group (list_nodes).

(self)

Source from the content-addressed store, hash-verified

1089 )
1090
1091 def test04_listNodesVisible(self):
1092 """Listing visible nodes under a visible group (list_nodes)."""
1093
1094 hidden = self.hidden
1095
1096 for node in self.h5file.list_nodes("/g"):
1097 pathname = node._v_pathname
1098 self.assertNotIn(
1099 pathname, hidden, f"Listed hidden node ``{pathname}``."
1100 )
1101
1102 def test04b_listNodesVisible(self):
1103 """Listing visible nodes under a visible group (iter_nodes)."""

Callers

nothing calls this directly

Calls 1

list_nodesMethod · 0.80

Tested by

no test coverage detected