Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ call_func
Method
call_func
bessctl/cli.py:410–411 ·
view source on GitHub ↗
(self, func, args)
Source
from the content-addressed store, hash-verified
408
return
func, args
409
410
def
call_func(self, func, args):
411
func(*args)
412
413
def
print_banner(self):
414
pass
Callers
1
process_one_line
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected