Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
230
def
_ishidden(path):
231
return
path[0] in (
'.'
, b
'.'
[0])
232
233
def
_isrecursive(pattern):
234
if
isinstance(pattern, bytes):
Callers
2
_glob1
Function · 0.85
_rlistdir
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected