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