public class gc
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
__doc__ |
static java.lang.String |
__name__ |
Constructor and Description |
---|
gc() |
Modifier and Type | Method and Description |
---|---|
static void |
collect() |
static void |
disable() |
static void |
enable() |
static PyObject |
get_count() |
static int |
get_debug() |
static PyObject |
get_objects() |
static PyObject |
get_referents(PyObject[] args,
java.lang.String[] kwargs) |
static PyObject |
get_referrers(PyObject[] args,
java.lang.String[] kwargs) |
static PyObject |
get_threshold() |
static boolean |
isenabled() |
static void |
set_debug(int flags) |
static void |
set_threshold(PyObject[] args,
java.lang.String[] kwargs) |
public static final java.lang.String __doc__
public static final java.lang.String __name__
public static void enable()
public static void disable()
public static boolean isenabled()
public static void collect()
public static PyObject get_count()
public static void set_debug(int flags)
public static int get_debug()
public static void set_threshold(PyObject[] args, java.lang.String[] kwargs)
public static PyObject get_threshold()
public static PyObject get_objects()