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

Method decode

mininet/util.py:31–33  ·  view source on GitHub ↗

Null decode

( buf )

Source from the content-addressed store, hash-verified

29 "Null codec for Python 2"
30 @staticmethod
31 def decode( buf ):
32 "Null decode"
33 return buf
34
35 @staticmethod
36 def encode( buf ):

Callers 5

readMethod · 0.80
decodeFunction · 0.80
errRunFunction · 0.80
pmonitorFunction · 0.80
runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected