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

Method import_plugin

pybess/bess.py:400–403  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

398 return self._request('GetLinkStatus', request)
399
400 def import_plugin(self, path):
401 request = bess_msg.ImportPluginRequest()
402 request.path = path
403 return self._request('ImportPlugin', request)
404
405 def unload_plugin(self, path):
406 request = bess_msg.UnloadPluginRequest()

Callers 1

import_pluginFunction · 0.80

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected