public class gc extends Object
Modifier and Type | Field and Description |
---|---|
static String |
__doc__ |
static 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,
String[] kwargs) |
static PyObject |
get_referrers(PyObject[] args,
String[] kwargs) |
static PyObject |
get_threshold() |
static boolean |
isenabled() |
static void |
set_debug(int flags) |
static void |
set_threshold(PyObject[] args,
String[] kwargs) |
public static final String __doc__
public static final 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 PyObject get_threshold()
public static PyObject get_objects()