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

Method destroy_module

pybess/bess.py:451–454  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

449 return self._request('CreateModule', request)
450
451 def destroy_module(self, name):
452 request = bess_msg.DestroyModuleRequest()
453 request.name = name
454 return self._request('DestroyModule', request)
455
456 def get_module_info(self, name):
457 request = bess_msg.GetModuleInfoRequest()

Callers 1

delete_moduleFunction · 0.80

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected