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

Function glob1

tools/python-3.11.9-amd64/Lib/glob.py:127–128  ·  view source on GitHub ↗
(dirname, pattern)

Source from the content-addressed store, hash-verified

125 return _glob0(dirname, pattern, None, False)
126
127def glob1(dirname, pattern):
128 return _glob1(dirname, pattern, None, False)
129
130# This helper function recursively yields relative pathnames inside a literal
131# directory.

Callers

nothing calls this directly

Calls 1

_glob1Function · 0.85

Tested by

no test coverage detected