MCPcopy Index your code
hub / github.com/RustPython/RustPython / _ishidden

Function _ishidden

Lib/glob.py:246–247  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

244 return match is not None
245
246def _ishidden(path):
247 return path[0] in ('.', b'.'[0])
248
249def _isrecursive(pattern):
250 if isinstance(pattern, bytes):

Callers 2

_glob1Function · 0.85
_rlistdirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected