HomeSort by relevance Sort by last modified time
    Searched full:_ishidden (Results 1 - 1 of 1) sorted by null

  /external/python/cpython3/Lib/
glob.py 81 if not _ishidden(pattern):
82 names = (x for x in names if not _ishidden(x))
135 if not _ishidden(x):
152 def _ishidden(path): function

Completed in 77 milliseconds