apscheduler.executors.debug

class apscheduler.executors.debug.DebugExecutor

Bases: BaseExecutor

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

Plugin alias: debug

Module Contents

class apscheduler.executors.debug.DebugExecutor

Bases: BaseExecutor

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

Plugin alias: debug