nonebot2/website/versioned_docs/version-2.1.0/api/drivers/_lifespan.md
noneflow[bot] 1e8c2cfc9f 🔖 Release 2.1.0
2023-09-10 03:45:49 +00:00

553 B

nonebot.drivers._lifespan

class Lifespan()

  • 参数

    empty

method on_startup(func)

  • 参数

    • func (LIFESPAN_FUNC)
  • 返回

    • LIFESPAN_FUNC

method on_shutdown(func)

  • 参数

    • func (LIFESPAN_FUNC)
  • 返回

    • LIFESPAN_FUNC

async method startup()

  • 参数

    empty

  • 返回

    • None

async method shutdown()

  • 参数

    empty

  • 返回

    • None