Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
def
retrandmac(mac):
29
return
":"
.join(map(
lambda
x:
"%02x"
% x, mac))
30
31
32
print(
" +-+-+-+ +-+-+-+-+-+-+-+"
)
Callers
1
changemac.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected