Home | History | Annotate | Download | only in tests

Lines Matching refs:fileType

7     fileType = None
14 def __init__(self, path, fileType, context, meta, stemLen, strLen):
16 self.fileType = fileType
61 fileType = None
63 fileType = split[1].strip()
68 return FileContextsNode(path, fileType, context, meta, stemLen, strLen)
102 # A regex with a fileType defined (e.g. file, dir) is more specific.
103 if a.fileType is None and b.fileType is not None:
105 if b.fileType is None and a.fileType is not None: