|
tuple | filenames = attr.ib(init=False, default=attr.Factory(list)) |
|
tuple | fn = attr.ib(init=False, default=None) |
|
tuple | paths = attr.ib(init=False) |
|
tuple | total_files = attr.ib(init=False, default=0) |
|
tuple | total_size = attr.ib(init=False, default=0) |
|
tuple | cwd = attr.ib(init=False, default=None) |
|
def test.test_walkfs.Tpl.create |
( |
| ) |
|
|
static |
Let's examine all files in a directory.
def test.test_walkfs.Tpl.done |
( |
|
self, |
|
|
|
ctx |
|
) |
| |
def test.test_walkfs.Tpl.init_dirs |
( |
|
self, |
|
|
|
ctx |
|
) |
| |
def test.test_walkfs.Tpl.processDir |
( |
|
self, |
|
|
|
ctx = None |
|
) |
| |
tuple test.test_walkfs.Tpl.cwd = attr.ib(init=False, default=None) |
|
static |
tuple test.test_walkfs.Tpl.filenames = attr.ib(init=False, default=attr.Factory(list)) |
|
static |
tuple test.test_walkfs.Tpl.fn = attr.ib(init=False, default=None) |
|
static |
tuple test.test_walkfs.Tpl.paths = attr.ib(init=False) |
|
static |
test.test_walkfs.Tpl.paths |
tuple test.test_walkfs.Tpl.total_files = attr.ib(init=False, default=0) |
|
static |
tuple test.test_walkfs.Tpl.total_size = attr.ib(init=False, default=0) |
|
static |
The documentation for this class was generated from the following file: