Primary
os.name ⚬|Documentation|1st|20251021120127-00-⌔
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:: @ ᯤ)
Link to original
Secondary
• • •