Open Checks Framework

Contents:

  • openchecks
    • openchecks package
Open Checks Framework
  • openchecks
  • View page source

openchecks

  • openchecks package
    • Module contents
      • AsyncBaseCheck
        • AsyncBaseCheck.async_auto_fix()
        • AsyncBaseCheck.async_check()
      • AsyncBaseScheduler
        • AsyncBaseScheduler.async_auto_fix()
        • AsyncBaseScheduler.async_run()
      • BaseCheck
        • BaseCheck.auto_fix()
        • BaseCheck.check()
      • BaseScheduler
        • BaseScheduler.auto_fix()
        • BaseScheduler.run()
      • CheckError
      • CheckHint
        • CheckHint.AUTO_FIX
        • CheckHint.NONE
        • CheckHint.all()
      • CheckMetadata
        • CheckMetadata.description()
        • CheckMetadata.hint()
        • CheckMetadata.title()
      • CheckResult
        • CheckResult.can_fix()
        • CheckResult.can_skip()
        • CheckResult.check_duration()
        • CheckResult.error()
        • CheckResult.failed()
        • CheckResult.fix_duration()
        • CheckResult.items()
        • CheckResult.message()
        • CheckResult.passed()
        • CheckResult.skipped()
        • CheckResult.status()
        • CheckResult.warning()
      • DiscoveryRegistry
        • DiscoveryRegistry.gather()
        • DiscoveryRegistry.gather_async()
        • DiscoveryRegistry.register()
        • DiscoveryRegistry.register_async()
      • Item
        • Item.type_hint()
        • Item.value()
      • Scheduler
        • Scheduler.auto_fix()
        • Scheduler.run()
      • Status
        • Status.Failed
        • Status.Passed
        • Status.Pending
        • Status.Skipped
        • Status.SystemError
        • Status.Warning
        • Status.has_failed()
        • Status.has_passed()
        • Status.is_pending()
      • async_auto_fix()
      • async_run()
      • auto_fix()
      • run()
Previous Next

© Copyright 2024, Scott Wilson.

Built with Sphinx using a theme provided by Read the Docs.