Show More
@@ -305,9 +305,6 b' class basematcher(object):' | |||
|
305 | 305 | Returns the string 'all' if the given directory and all subdirectories |
|
306 | 306 | should be visited. Otherwise returns True or False indicating whether |
|
307 | 307 | the given directory should be visited. |
|
308 | ||
|
309 | This function's behavior is undefined if it has returned False for | |
|
310 | one of the dir's parent directories. | |
|
311 | 308 | ''' |
|
312 | 309 | return True |
|
313 | 310 |
General Comments 0
You need to be logged in to leave comments.
Login now