Searched refs:examples_ofile (Results 1 – 2 of 2) sorted by relevance
267 def processExamples(intro_file, examples_folder, examples_ofile): argument268 with open(examples_ofile, 'w') as aout:
297 def processExamples(intro_file, examples_folder, examples_ofile, git_branch_name): argument298 with open(examples_ofile, 'w') as aout: