Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ mac_to_python
Method
mac_to_python
src/ext/pynetworkmanager/NetworkManager.py:657–658 ·
view source on GitHub ↗
(mac)
Source
from the content-addressed store, hash-verified
655
656
@staticmethod
657
def
mac_to_python(mac):
658
return
"%02X:%02X:%02X:%02X:%02X:%02X"
% tuple([ord(x)
for
x in mac])
659
660
@staticmethod
661
def
mac_to_dbus(mac):
Callers
1
to_python
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected