mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-11-04 08:56:42 +00: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