Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
read
Method · 0.80
decode
Function · 0.80
errRun
Function · 0.80
pmonitor
Function · 0.80
run
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected