MCPcopy Create free account
hub / github.com/geekcomputers/Python / retrandmac

Function retrandmac

changemac.py:28–29  ·  view source on GitHub ↗
(mac)

Source from the content-addressed store, hash-verified

26
27
28def retrandmac(mac):
29 return ":".join(map(lambda x: "%02x" % x, mac))
30
31
32print(" +-+-+-+ +-+-+-+-+-+-+-+")

Callers 1

changemac.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected