Show More
@@ -119,7 +119,11 b' class match(object):' | |||||
119 | found/accessed, with an error message |
|
119 | found/accessed, with an error message | |
120 | ''' |
|
120 | ''' | |
121 | pass |
|
121 | pass | |
|
122 | # If this is set, it will be called when an explicitly listed directory is | |||
|
123 | # visited. | |||
122 | explicitdir = None |
|
124 | explicitdir = None | |
|
125 | # If this is set, it will be called when a directory discovered by recursive | |||
|
126 | # traversal is visited. | |||
123 | traversedir = None |
|
127 | traversedir = None | |
124 | def missing(self, f): |
|
128 | def missing(self, f): | |
125 | pass |
|
129 | pass |
General Comments 0
You need to be logged in to leave comments.
Login now