org.python.modules
Class gc
java.lang.Object
org.python.modules.gc
public class gc
- extends Object
__doc__
public static final String __doc__
- See Also:
- Constant Field Values
__name__
public static final String __name__
- See Also:
- Constant Field Values
gc
public gc()
enable
public static void enable()
disable
public static void disable()
isenabled
public static boolean isenabled()
collect
public static void collect()
get_count
public static PyObject get_count()
set_debug
public static void set_debug(int flags)
get_debug
public static int get_debug()
set_threshold
public static void set_threshold(PyObject[] args,
String[] kwargs)
get_threshold
public static PyObject get_threshold()
get_objects
public static PyObject get_objects()
get_referrers
public static PyObject get_referrers(PyObject[] args,
String[] kwargs)
get_referents
public static PyObject get_referents(PyObject[] args,
String[] kwargs)
Jython homepage