◆ __init__()
def webkitpy.test.finder._DirectoryTree.__init__ |
( |
|
self, |
|
|
|
filesystem, |
|
|
|
top_directory, |
|
|
|
starting_subdirectory |
|
) |
| |
◆ clean()
def webkitpy.test.finder._DirectoryTree.clean |
( |
|
self | ) |
|
Delete all .pyc files in the tree that have no matching .py file.
◆ find_modules()
def webkitpy.test.finder._DirectoryTree.find_modules |
( |
|
self, |
|
|
|
suffixes, |
|
|
|
sub_directory = None |
|
) |
| |
◆ subpath()
def webkitpy.test.finder._DirectoryTree.subpath |
( |
|
self, |
|
|
|
path |
|
) |
| |
Returns the relative path from the top of the tree to the path, or None if the path is not under the top of the tree.
◆ to_module()
def webkitpy.test.finder._DirectoryTree.to_module |
( |
|
self, |
|
|
|
path |
|
) |
| |
◆ filesystem
webkitpy.test.finder._DirectoryTree.filesystem |
◆ search_directory
webkitpy.test.finder._DirectoryTree.search_directory |
◆ top_directory
webkitpy.test.finder._DirectoryTree.top_directory |
◆ top_package
webkitpy.test.finder._DirectoryTree.top_package |
The documentation for this class was generated from the following file: