MCPcopy Index your code
hub / github.com/RustPython/RustPython / glob0

Function glob0

Lib/glob.py:136–139  ·  view source on GitHub ↗
(dirname, pattern)

Source from the content-addressed store, hash-verified

134)
135
136def glob0(dirname, pattern):
137 import warnings
138 warnings._deprecated("glob.glob0", _deprecated_function_message, remove=(3, 15))
139 return _glob0(dirname, pattern, None, False)
140
141def glob1(dirname, pattern):
142 import warnings

Callers

nothing calls this directly

Calls 1

_glob0Function · 0.85

Tested by

no test coverage detected