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

Method parse_known_args

nonebot/rule.py:455–459  ·  view source on GitHub ↗
(
            self,
            args: Sequence[str | MessageSegment] | None = None,
            namespace: None = None,
        )

Source from the content-addressed store, hash-verified

453
454 @overload
455 def parse_known_args(
456 self,
457 args: Sequence[str | MessageSegment] | None = None,
458 namespace: None = None,
459 ) -> tuple[Namespace, list[str | MessageSegment]]: ...
460
461 @overload
462 def parse_known_args(

Callers 1

parse_argsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected