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

Function _netbios_getnode

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

[DEPRECATED] Get the hardware address on Windows.

()

Source from the content-addressed store, hash-verified

570 return _windll_getnode()
571
572def _netbios_getnode():
573 """[DEPRECATED] Get the hardware address on Windows."""
574 # bpo-40501: UuidCreateSequential() is now the only supported approach
575 return _windll_getnode()
576
577
578# Import optional C extension at toplevel, to help disabling it when testing

Callers

nothing calls this directly

Calls 1

_windll_getnodeFunction · 0.85

Tested by

no test coverage detected