os¶
Source: stdlib/os/__init__.codon
os¶Source: stdlib/os/__init__.codon
system(cmd: str)¶SEEK_SET = 0¶SEEK_CUR = 1¶SEEK_END = 2¶EnvMap @tuple Class is named tuple (cannot write fields) ¶__new__()¶__getitem__(self, key: str)¶__repr__(self)¶__contains__(self, key: str)¶__iter__(self)¶environ = EnvMap()¶getenv(key: str, default: str = "")¶mkdir(name: str, mode: int = 0x1FF)¶