Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
252
def
_ishidden(path):
253
return
path[0] in (
'.'
, b
'.'
[0])
254
255
def
_isrecursive(pattern):
256
if
isinstance(pattern, bytes):
Callers
2
_glob1
Function · 0.85
_rlistdir
Function · 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…