MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / parseline

Method parseline

Lib/cmd.py:176–194  ·  view source on GitHub ↗

Parse the line into a command name and a string containing the arguments. Returns a tuple containing (command, args, line). 'command' and 'args' may be None if the line couldn't be parsed.

(self, line)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

onecmdMethod · 0.95
completeMethod · 0.95
handle_command_defMethod · 0.80

Calls 1

stripMethod · 0.80

Tested by

no test coverage detected