Lines Matching full:filepath
124 filepath: the path to the file in which the typo was found
130 filepath: pathlib.Path
137 filepath: pathlib.Path,
142 self.filepath = filepath
148 return f"{self.filepath}:" + self.filerange.as_str() + f": {self.summary()}"
205 filepath: pathlib.Path,
212 filepath: the path to the file to check for typos in directives
272 yield Diagnostic(filepath, filerange, potential_directive, best_match)
280 for filepath in argv[1:]:
281 logging.info("Checking %s", filepath)
282 with open(filepath, "rt") as f:
286 pathlib.Path(filepath),