Searched refs:include_file (Results 1 – 3 of 3) sorted by relevance
105 include_file = io.FileInput(source_path=path,120 lines = include_file.readlines()123 rawtext = include_file.read()
977 def include_file(file): function1011 if not include_file(file) or exclude_file(file):
819 open(my $include_file, '<', "$file")821 my $text = <$include_file>;822 close($include_file);