piptools.scripts.compile module# piptools.scripts.compile._determine_linesep(strategy: str = 'preserve', filenames: tuple[str, ...] = ()) → str# Determine and return linesep string for OutputWriter to use. Valid strategies: “LF”, “CRLF”, “native”, “preserve” When preserving, files are checked in order for existing newlines.