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

Function glob0

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

Source from the content-addressed store, hash-verified

122# Following functions are not public but can be used by third-party code.
123
124def glob0(dirname, pattern):
125 return _glob0(dirname, pattern, None, False)
126
127def glob1(dirname, pattern):
128 return _glob1(dirname, pattern, None, False)

Callers

nothing calls this directly

Calls 1

_glob0Function · 0.85

Tested by

no test coverage detected