mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-25 01:25:04 +08:00
553 B
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