MCPcopy
hub / github.com/RUB-NDS/PRET / default

Method default

printer.py:89–91  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

87
88 # show message for unknown commands
89 def default(self, line):
90 if line and line[0] != "#": # interpret as comment
91 output().chitchat("Unknown command: '" + line + "'")
92
93 # suppress help message for undocumented commands
94 def print_topics(self, header, cmds, cmdlen, maxcol):

Callers

nothing calls this directly

Calls 2

outputClass · 0.90
chitchatMethod · 0.45

Tested by

no test coverage detected