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

Method set_debug

pybess/bess.py:234–235  ·  view source on GitHub ↗
(self, flag)

Source from the content-addressed store, hash-verified

232 self.peer = None
233
234 def set_debug(self, flag):
235 self.debug = flag
236
237 def _request(self, name, req_pb=None):
238 if not self.is_connected():

Callers 1

debugFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected