Like os.scandir(), but generates (entry, name, path) tuples.
(path)
| 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): |
no outgoing calls
no test coverage detected