Source
Edit
SEEK_* is in ./posix_like/seek_c
name: PyStr = "<os-dependent-content>"
-
"nt" when windows, "posix" when posix;
Note:
when in neither Windows nor POSIX, os.name will be defined as str(hostOS) iff pylibOsName is defined when compiling
Source
Edit