Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
saveable-objects documentation
saveable-objects documentation
  • User Guide
    • Getting Started
    • Creating a SaveableObject
    • Saving and loading
    • Running Tests
  • API Reference
    • saveable_objects
      • saveable_objects.SaveableObject
      • saveable_objects.checkpointing
        • saveable_objects.checkpointing.failed
        • saveable_objects.checkpointing.succeeded
      • saveable_objects.extensions
        • saveable_objects.extensions.SaveableWrapper
  • Change Log
  • License
  • GitHub
  • GitLab (mirror)
  • PyPI
Back to top
View this page

saveable_objects.checkpointingΒΆ

A collection of functions for checkpointing objects.

Functions

failed

Determines if a SaveableObject .load(), .tryload(), .loadif(), or .loadifparams() attempt fails.

succeeded

Determines if a SaveableObject .load(), .tryload(), .loadif(), or .loadifparams() attempt succeeds.

Next
saveable_objects.checkpointing.failed
Previous
saveable_objects.SaveableObject
Copyright © 2025, Christopher K. Long
Made with Sphinx and @pradyunsg's Furo