|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.python.modules.gc
public class gc
Field Summary | |
---|---|
static String |
__doc__
|
static String |
__name__
|
Constructor Summary | |
---|---|
gc()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String __doc__
public static final String __name__
Constructor Detail |
---|
public gc()
Method Detail |
---|
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, String[] kwargs)
public static PyObject get_threshold()
public static PyObject get_objects()
public static PyObject get_referrers(PyObject[] args, String[] kwargs)
public static PyObject get_referents(PyObject[] args, String[] kwargs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |