MCPcopy Index your code
hub / github.com/PyTables/PyTables / _f_isvisible

Method _f_isvisible

tables/node.py:847–850  ·  view source on GitHub ↗

Return True if the node is visible.

(self)

Source from the content-addressed store, hash-verified

845 return self._g_copy(dstparent, dstname, recursive, **kwargs)
846
847 def _f_isvisible(self) -> bool:
848 """Return True if the node is visible."""
849 self._g_check_open()
850 return isvisiblepath(self._v_pathname)
851
852 def _g_check_group(self, node: Group) -> None:
853 # Node must be defined in order to define a Group.

Callers 2

isvisibleMethod · 0.80
is_visible_nodeMethod · 0.80

Calls 2

_g_check_openMethod · 0.95
isvisiblepathFunction · 0.85

Tested by

no test coverage detected