MCPcopy Index your code
hub / github.com/python/cpython / _ishidden

Function _ishidden

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

Source from the content-addressed store, hash-verified

250 return match is not None
251
252def _ishidden(path):
253 return path[0] in ('.', b'.'[0])
254
255def _isrecursive(pattern):
256 if isinstance(pattern, bytes):

Callers 2

_glob1Function · 0.85
_rlistdirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…