Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mininet/mininet
/ encode
Method
encode
mininet/util.py:36–38 ·
view source on GitHub ↗
Null encode
( buf )
Source
from the content-addressed store, hash-verified
34
35
@staticmethod
36
def
encode( buf ):
37
"Null encode"
38
return
buf
39
40
41
if
Python3:
Callers
3
emit
Method · 0.80
encode
Function · 0.80
convertJsonUnicode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected