public class _bytecodetools extends Object
Modifier and Type | Field and Description |
---|---|
static String |
__doc__ |
static String |
__name__ |
Constructor and Description |
---|
_bytecodetools() |
Modifier and Type | Method and Description |
---|---|
static void |
clear()
Clears all the registered callbacks.
|
static void |
register(PyObject callback)
Registers a python callback function that will be notified on bytecode loading.
|
static boolean |
unregister(PyObject callback)
Unregisters a python callback function.
|
public static final String __doc__
public static final String __name__
public static void register(PyObject callback)
callback
- a Python callback functionpublic static boolean unregister(PyObject callback)
callback
- a Python callback functionpublic static void clear()