apscheduler.executors.debug

Module Contents

class apscheduler.executors.debug.DebugExecutor

A special executor that executes the target callable directly instead of deferring it to a thread or process.

Plugin alias: debug