Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mininet/mininet
/ isAvailable
Method
isAvailable
mininet/node.py:1490–1492 ·
view source on GitHub ↗
Is controller available?
( cls )
Source
from the content-addressed store, hash-verified
1488
1489
@classmethod
1490
def
isAvailable( cls ):
1491
"Is controller available?"
1492
return
which(
'controller'
)
1493
1494
1495
class
OVSController( Controller ):
Callers
1
findController
Function · 0.45
Calls
1
which
Function · 0.90
Tested by
no test coverage detected