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

Function getincrementaldecoder

mininet/util.py:54–56  ·  view source on GitHub ↗

Return null codec for Python 2

()

Source from the content-addressed store, hash-verified

52 decode, encode = NullCodec.decode, NullCodec.encode
53
54 def getincrementaldecoder():
55 "Return null codec for Python 2"
56 return NullCodec
57
58try:
59 import packaging.version # replacement for distutils.version

Callers 3

__init__Method · 0.90
errRunFunction · 0.85
pmonitorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected