pydoit_nb.complete#
Complete file generation
write_complete_file#
- write_complete_file(complete_file, contents=None)[source]#
Write a complete file
- Parameters:
complete_file (
pathlib.Path) – Path in which to write the complete filecontents (
typing.Optional[str]) – Contents to write in the file. IfNone, we simply write a timestamp into the file.
- Returns:
pathlib.Path– Path to the written file