Mentions légales du service

Skip to content

checkpoints: adding checkpointing module

DERUMIGNY Nicolas requested to merge nderumig/checkpoints into master

Provides two interfaces:

  • @checkpoint(checkpoint_name) for functions executed only one time
  • Config.CHECKPOINT.get_save_file(checkpoint_name) when a filename is required

Solves #6 (closed)

Edited by DERUMIGNY Nicolas

Merge request reports