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

Method scandir

Lib/glob.py:356–359  ·  view source on GitHub ↗

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

(path)

Source from the content-addressed store, hash-verified

354
355 @staticmethod
356 def scandir(path):
357 """Like os.scandir(), but generates (entry, name, path) tuples.
358 """
359 raise NotImplementedError
360
361 @staticmethod
362 def concat_path(path, text):

Callers 15

select_wildcardMethod · 0.95
select_recursive_stepMethod · 0.95
copytreeFunction · 0.45
_rmtree_safe_fd_stepFunction · 0.45
_iterdirFunction · 0.45
scandirMethod · 0.45
iterdirMethod · 0.45
test_unpickableMethod · 0.45
get_entriesMethod · 0.45
test_uninstantiableMethod · 0.45
test_unpickableMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_unpickableMethod · 0.36
get_entriesMethod · 0.36
test_uninstantiableMethod · 0.36
test_unpickableMethod · 0.36
get_entryMethod · 0.36
test_bytesMethod · 0.36
test_bytes_likeMethod · 0.36
test_fdMethod · 0.36
test_closeMethod · 0.36