MCPcopy Index your code
hub / github.com/python/cpython / scandir

Method scandir

Lib/glob.py:362–365  ·  view source on GitHub ↗

Like os.scandir(), but generates (entry, name, path) tuples.

(path)

Source from the content-addressed store, hash-verified

360
361 @staticmethod
362 def scandir(path):
363 """Like os.scandir(), but generates (entry, name, path) tuples.
364 """
365 raise NotImplementedError
366
367 @staticmethod
368 def concat_path(path, text):

Callers 7

select_wildcardMethod · 0.95
select_recursive_stepMethod · 0.95
copytreeFunction · 0.45
_rmtree_safe_fd_stepFunction · 0.45
_iterdirFunction · 0.45
scandirMethod · 0.45
_rglobFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected