MCPcopy Create free account
hub / github.com/mininet/mininet / init

Method init

mininet/net.py:944–950  ·  view source on GitHub ↗

Initialize Mininet

( cls )

Source from the content-addressed store, hash-verified

942
943 @classmethod
944 def init( cls ):
945 "Initialize Mininet"
946 if cls.inited:
947 return
948 ensureRoot()
949 fixLimits()
950 cls.inited = True
951
952
953class MininetWithControlNet( Mininet ):

Callers 3

__init__Method · 0.45
scratchnet.pyFile · 0.45
scratchnetuser.pyFile · 0.45

Calls 2

ensureRootFunction · 0.90
fixLimitsFunction · 0.90

Tested by

no test coverage detected