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

Function isvisiblename

tables/path.py:209–211  ·  view source on GitHub ↗

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

(name: str)

Source from the content-addressed store, hash-verified

207
208
209def isvisiblename(name: str) -> bool:
210 """Return `True` if `name` makes the named node visible."""
211 return _hidden_name_re.match(name) is None
212
213
214def isvisiblepath(path: str) -> bool:

Callers 2

_g_add_children_namesMethod · 0.85
_g_refnodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected