ClassDictInitpublic class errno extends java.lang.Object implements ClassDictInit
Errno, e.g. Errno.ENOENT.| Modifier and Type | Field | Description |
|---|---|---|
static PyString |
__doc__ |
|
static PyObject |
errorcode |
Reverse mapping of codes to names.
|
| Constructor | Description |
|---|---|
errno() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
classDictInit(PyObject dict) |
|
static PyObject |
strerror(PyObject code) |
Deprecated.
Use jnr.constants.platform.Errno.valueOf(code).toString() (or
os.strerror from Python) instead.
|