see docs.python.org/3/library/os.html
Also export everything of std/os
Warning:
export of std/os will be removed in pylib a0.10.0
Types
uname_result = tuple[sysname, nodename, release, version, machine: PyStr]
- Source Edit
Procs
proc getrandom(size: int; flags = 0): PyBytes {....raises: [], tags: [], forbids: [].}
-
Admonition: since Python 3.6Hint: Availability: linux when have_getrandom_syscallSource Edit
proc process_cpu_count(): OptionalObj[int] {....raises: [], tags: [], forbids: [].}
- Source Edit
proc uname(): uname_result {....raises: [PyOSError], tags: [], forbids: [].}
- Source Edit