WalkDir Documentation - Read the Docs

WalkDir Documentation

Release 0.4.1.post1 Nick Coghlan

Oct 08, 2018

Contents

1 Walk Iterables

3

2 Path Iteration

5

3 Directory Walking

9

4 Examples

13

5 Obtaining the Module

15

5.1 Development and Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15

5.2 Release History . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15

6 Indices and tables

19

Python Module Index

21

i

ii

WalkDir Documentation, Release 0.4.1.post1

Module author: Nick Coghlan The standard libary's os.walk() iterator provides a convenient way to process the contents of a filesystem directory. This module provides higher level tools based on the same interface that support filtering, depth limiting and handling of symlink loops. The module also offers tools that flatten the os.walk() API into a simple iteration over filesystem paths.

Contents

1

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download