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

Method attach_module

pybess/bess.py:711–712  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

709
710 # Deprecated alias for attach_task
711 def attach_module(self, *args, **kwargs):
712 return self.attach_task(*args, **kwargs)
713
714 def get_tc_stats(self, name):
715 request = bess_msg.GetTcStatsRequest()

Callers

nothing calls this directly

Calls 1

attach_taskMethod · 0.95

Tested by

no test coverage detected