Lines Matching refs:file
6 # you may not use this file except in compliance with the License.
35 :param dry: if True, don't create the doctest files but print the file
53 print('%s:%d: %s' % (self._infile, lineno, message), file=sys.stderr)
109 Find doctests in a Markdown file and process them according to the
112 :param infile: path to the input file.
158 and writes them to the file system. The annotations recognized by the tool are special
168 help='don\'t generate files but print file names that would be generated '
170 parser.add_argument('file', nargs='+',
171 help='input Markdown file(s)')
175 for mdfile in args.file: