MCPcopy 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
41if Python3:

Callers 3

emitMethod · 0.80
encodeFunction · 0.80
convertJsonUnicodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected