nonebot2/website/versioned_docs/version-2.0.0rc4/api/drivers/_lifespan.md
github-actions[bot] 890b2ee22f 🔖 Release 2.0.0rc4
2023-04-01 03:59:10 +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