MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _ipconfig_getnode

Function _ipconfig_getnode

tools/python-3.11.9-amd64/Lib/uuid.py:567–570  ·  view source on GitHub ↗

[DEPRECATED] Get the hardware address on Windows.

()

Source from the content-addressed store, hash-verified

565 return _find_mac_under_heading('netstat', '-ian', b'Address')
566
567def _ipconfig_getnode():
568 """[DEPRECATED] Get the hardware address on Windows."""
569 # bpo-40501: UuidCreateSequential() is now the only supported approach
570 return _windll_getnode()
571
572def _netbios_getnode():
573 """[DEPRECATED] Get the hardware address on Windows."""

Callers

nothing calls this directly

Calls 1

_windll_getnodeFunction · 0.85

Tested by

no test coverage detected