os — Miscellaneous operating system interfaces — Python 3 documentation#os.name
os.nameThe name of the operating system dependent module imported. The following names have currently been registered:
'posix','nt','java'.See also:
sys.platformhas a finer granularity.os.uname()gives system-dependent version information.The
platformmodule provides detailed checks for the system’s identity.
Printed 2026-06-28.
(echo:: @ ᯤ)