pydoit_nb.complete

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 file

  • contents (typing.Optional[str]) – Contents to write in the file. If None, we simply write a timestamp into the file.

Returns:

pathlib.Path – Path to the written file