MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _ishidden

Function _ishidden

tools/python-3.11.9-amd64/Lib/glob.py:230–231  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

228 return match is not None
229
230def _ishidden(path):
231 return path[0] in ('.', b'.'[0])
232
233def _isrecursive(pattern):
234 if isinstance(pattern, bytes):

Callers 2

_glob1Function · 0.85
_rlistdirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected