MCPcopy Create free account
hub / github.com/NetSys/bess / err

Method err

bessctl/cli.py:104–107  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

102 self.go_interactive()
103
104 def err(self, msg):
105 self.ferr.write('*** Error: %s\n' % msg)
106 if not self.interactive:
107 self.stop_loop = True
108
109 # If not a variable, simply return None
110 # Otherwise, return (var_type, desc, candidates):

Callers 6

find_cmdMethod · 0.95
process_one_lineMethod · 0.95
save_historyMethod · 0.95
go_interactiveMethod · 0.95
historyFunction · 0.80
_do_run_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected