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

Function isvisiblepath

tables/path.py:214–216  ·  view source on GitHub ↗

Return `True` if `path` makes the named node visible.

(path: str)

Source from the content-addressed store, hash-verified

212
213
214def isvisiblepath(path: str) -> bool:
215 """Return `True` if `path` makes the named node visible."""
216 return _hidden_path_re.search(path) is None
217
218
219def _test() -> None:

Callers 1

_f_isvisibleMethod · 0.85

Calls 1

searchMethod · 0.80

Tested by

no test coverage detected