MCPcopy
hub / github.com/nonebot/nonebot2 / command_whitespace

Function command_whitespace

tests/plugins/param/param_state.py:55–56  ·  view source on GitHub ↗
(whitespace: str = CommandWhitespace())

Source from the content-addressed store, hash-verified

53
54
55async def command_whitespace(whitespace: str = CommandWhitespace()) -> str:
56 return whitespace
57
58
59async def shell_command_args(

Callers

nothing calls this directly

Calls 1

CommandWhitespaceFunction · 0.90

Tested by

no test coverage detected