jnios
Class os

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

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


Constructor Summary
os()
           
 
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

os

public os()
Method Detail

initModule

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