mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-11-04 08:56:42 +00:00 
			
		
		
		
	
		
			Some checks failed
		
		
	
	Code Coverage / Test Coverage (pydantic-v1, ubuntu-latest, 3.10) (push) Failing after 1m25s
				
			Code Coverage / Test Coverage (pydantic-v1, ubuntu-latest, 3.11) (push) Failing after 1m24s
				
			Code Coverage / Test Coverage (pydantic-v1, ubuntu-latest, 3.12) (push) Failing after 1m30s
				
			Code Coverage / Test Coverage (pydantic-v1, ubuntu-latest, 3.9) (push) Failing after 1m23s
				
			Code Coverage / Test Coverage (pydantic-v2, ubuntu-latest, 3.10) (push) Failing after 1m28s
				
			Code Coverage / Test Coverage (pydantic-v2, ubuntu-latest, 3.11) (push) Failing after 1m33s
				
			Code Coverage / Test Coverage (pydantic-v2, ubuntu-latest, 3.12) (push) Failing after 1m22s
				
			Code Coverage / Test Coverage (pydantic-v2, ubuntu-latest, 3.9) (push) Failing after 1m37s
				
			Pyright Lint / Pyright Lint (pydantic-v1) (push) Failing after 1m23s
				
			Pyright Lint / Pyright Lint (pydantic-v2) (push) Failing after 1m19s
				
			Ruff Lint / Ruff Lint (push) Successful in 27s
				
			Site Deploy / publish (push) Failing after 1m31s
				
			Code Coverage / Test Coverage (pydantic-v1, macos-latest, 3.10) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v1, macos-latest, 3.11) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v1, macos-latest, 3.12) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v1, macos-latest, 3.9) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v1, windows-latest, 3.10) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v1, windows-latest, 3.11) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v1, windows-latest, 3.12) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v1, windows-latest, 3.9) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v2, macos-latest, 3.10) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v2, macos-latest, 3.11) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v2, macos-latest, 3.12) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v2, macos-latest, 3.9) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v2, windows-latest, 3.10) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v2, windows-latest, 3.11) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v2, windows-latest, 3.12) (push) Has been cancelled
				
			Code Coverage / Test Coverage (pydantic-v2, windows-latest, 3.9) (push) Has been cancelled
				
			
		
			
				
	
	
		
			63 lines
		
	
	
		
			890 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			890 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
mdx:
 | 
						|
  format: md
 | 
						|
sidebar_position: 6
 | 
						|
description: nonebot.drivers.none 模块
 | 
						|
---
 | 
						|
 | 
						|
# nonebot.drivers.none
 | 
						|
 | 
						|
None 驱动适配
 | 
						|
 | 
						|
:::tip 提示
 | 
						|
本驱动不支持任何服务器或客户端连接
 | 
						|
:::
 | 
						|
 | 
						|
## _class_ `Driver(env, config)` {#Driver}
 | 
						|
 | 
						|
- **说明:** None 驱动框架
 | 
						|
 | 
						|
- **参数**
 | 
						|
 | 
						|
  - `env` ([Env](../config.md#Env))
 | 
						|
 | 
						|
  - `config` ([Config](../config.md#Config))
 | 
						|
 | 
						|
### _property_ `type` {#Driver-type}
 | 
						|
 | 
						|
- **类型:** str
 | 
						|
 | 
						|
- **说明:** 驱动名称: `none`
 | 
						|
 | 
						|
### _property_ `logger` {#Driver-logger}
 | 
						|
 | 
						|
- **类型:** untyped
 | 
						|
 | 
						|
- **说明:** none driver 使用的 logger
 | 
						|
 | 
						|
### _method_ `run(*args, **kwargs)` {#Driver-run}
 | 
						|
 | 
						|
- **说明:** 启动 none driver
 | 
						|
 | 
						|
- **参数**
 | 
						|
 | 
						|
  - `*args`
 | 
						|
 | 
						|
  - `**kwargs`
 | 
						|
 | 
						|
- **返回**
 | 
						|
 | 
						|
  - untyped
 | 
						|
 | 
						|
### _method_ `exit(force=False)` {#Driver-exit}
 | 
						|
 | 
						|
- **说明:** 退出 none driver
 | 
						|
 | 
						|
- **参数**
 | 
						|
 | 
						|
  - `force` (bool): 强制退出
 | 
						|
 | 
						|
- **返回**
 | 
						|
 | 
						|
  - untyped
 |