Documentation of 'org.python.modules.errno' Java class
errno
org.python.modules

Class errno

  • All Implemented Interfaces:
    ClassDictInit


    public class errno
    extends java.lang.Object
    implements ClassDictInit
    The Python errno module. Errno constants can be accessed from Java code via Errno, e.g. Errno.ENOENT.
    • Field Detail

      • __doc__

        public static final PyString __doc__
      • errorcode

        public static final PyObject errorcode
        Reverse mapping of codes to names.
    • Constructor Detail

      • errno

        public errno()
    • Method Detail

      • classDictInit

        public static void classDictInit(PyObject dict)
      • strerror

        @Deprecated
        public static PyObject strerror(PyObject code)
        Deprecated. Use jnr.constants.platform.Errno.valueOf(code).toString() (or os.strerror from Python) instead.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.