jnios
Class errno

java.lang.Object
  |
  +--jnios.errno
All Implemented Interfaces:
org.python.core.InitModule

public class errno
extends java.lang.Object
implements org.python.core.InitModule


Constructor Summary
errno()
           
 
Method Summary
 void initModule(org.python.core.PyObject dict)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

errno

public errno()
Method Detail

initModule

public void initModule(org.python.core.PyObject dict)
Specified by:
initModule in interface org.python.core.InitModule