mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
13 lines
422 B
Python
13 lines
422 B
Python
.architecture!: () => Str
|
|
.machine!: () => Str
|
|
.node!: () => Str
|
|
.platform!: () => Str
|
|
.processor!: () => Str
|
|
.python_build!: () => Str
|
|
.python_compiler!: () => Str
|
|
.python_branch!: () => Str
|
|
.python_implementation!: () => Str
|
|
.python_revision!: () => Str
|
|
.python_version!: () => Str
|
|
.python_version_tuple!: () => (Str, Str, Str)
|
|
.uname!: () => {.system = Str; .node = Str; .release = Str; .version = Str; .machine = Str}
|