| Modifier and Type | Class and Description |
|---|---|
| pack-priv static class |
| Modifier and Type | Field and Description |
|---|---|
| public static String |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| private static String | |
| public static PyObject | |
| public static PyObject | |
| private static PyObject | |
| private static PyObject | |
| private static void | |
| public static void | |
| private static void | defineSlots(PyObject
a PyObject dict dict, String... slot String names slotNames)Define __slots__ in dict with the specified slot names |
| public static PyObject | |
| public static void | |
| public static PyObject | |
| public static PyObject | |
| public static int | |
| public static int | |
| public static PyString | |
| public static PyUnicode | Returns: an PyUnicodea PyObject attr, String of the attribute name)Ensure a PyUnicode value for UnicodeErrors |
| private static void | |
| public static PyObject | |
| public static PyObject | |
| public static PyObject | |
| public static void | |
| public static PyString | |
| public static PyObject | |
| public static void | |
| public static PyObject | |
| public static void | |
| public static PyString | |
| public static PyObject | |
| public static void | |
| public static PyString | |
| public static PyObject | |
| public static void | |
| public static PyObject | |
| public static void | |
| public static PyString |
| __doc__ | back to summary |
|---|---|
| public static String __doc__ | |
| exceptions | back to summary |
|---|---|
| public exceptions() | |
| basename | back to summary |
|---|---|
| private static String basename(String name) Return the basename of a path string. | |
| bindStaticJavaMethod | back to summary |
|---|---|
| public static PyObject bindStaticJavaMethod(String name, String methodName) | |
| bindStaticJavaMethod | back to summary |
|---|---|
| public static PyObject bindStaticJavaMethod(String name, Class<?> cls, String methodName) | |
| buildClass | back to summary |
|---|---|
| private static PyObject buildClass(PyObject dict, String classname, String superclass, String doc) | |
| buildClass | back to summary |
|---|---|
| private static PyObject buildClass(PyObject dict, String classname, String superclass, PyObject classDict, String doc) | |
| buildModuleExceptions | back to summary |
|---|---|
| private static void buildModuleExceptions(PyObject dict) | |
| classDictInit | back to summary |
|---|---|
| public static void classDictInit(PyObject dict) Internal use only. Do not call this method explicit. | |
| defineSlots | back to summary |
|---|---|
| private static void defineSlots(PyObject dict, String... slotNames) Define __slots__ in dict with the specified slot names | |
| EnvironmentError | back to summary |
|---|---|
| public static PyObject EnvironmentError() | |
| EnvironmentError__init__ | back to summary |
|---|---|
| public static void EnvironmentError__init__(PyObject self, PyObject[] args, String[] kwargs) | |
| EnvironmentError__reduce__ | back to summary |
|---|---|
| public static PyObject EnvironmentError__reduce__(PyObject self, PyObject[] args, String[] kwargs) | |
| EnvironmentError__str__ | back to summary |
|---|---|
| public static PyObject EnvironmentError__str__(PyObject self, PyObject[] args, String[] kwargs) | |
| getEnd | back to summary |
|---|---|
| public static int getEnd(PyObject self, boolean unicode) Determine the end position for UnicodeErrors.
an the end position | |
| getStart | back to summary |
|---|---|
| public static int getStart(PyObject self, boolean unicode) Determine the start position for UnicodeErrors.
an the start position | |
| getString | back to summary |
|---|---|
| public static PyString getString(PyObject attr, String name) Ensure a PyString value for UnicodeErrors an PyString | |
| getUnicode | back to summary |
|---|---|
| public static PyUnicode getUnicode(PyObject attr, String name) Ensure a PyUnicode value for UnicodeErrors an PyUnicode | |
| initSlots | back to summary |
|---|---|
| private static void initSlots(PyObject self) Initialize all __slots__ arguments in the specified dict to None.
| |
| KeyError | back to summary |
|---|---|
| public static PyObject KeyError() | |
| KeyError__str__ | back to summary |
|---|---|
| public static PyObject KeyError__str__(PyObject self, PyObject[] args, String[] kwargs) | |
| SyntaxError | back to summary |
|---|---|
| public static PyObject SyntaxError() | |
| SyntaxError__init__ | back to summary |
|---|---|
| public static void SyntaxError__init__(PyObject self, PyObject[] args, String[] kwargs) | |
| SyntaxError__str__ | back to summary |
|---|---|
| public static PyString SyntaxError__str__(PyObject self, PyObject[] arg, String[] kwargs) | |
| SystemExit | back to summary |
|---|---|
| public static PyObject SystemExit() | |
| SystemExit__init__ | back to summary |
|---|---|
| public static void SystemExit__init__(PyObject self, PyObject[] args, String[] kwargs) | |
| UnicodeDecodeError | back to summary |
|---|---|
| public static PyObject UnicodeDecodeError() | |
| UnicodeDecodeError__init__ | back to summary |
|---|---|
| public static void UnicodeDecodeError__init__(PyObject self, PyObject[] args, String[] kwargs) | |
| UnicodeDecodeError__str__ | back to summary |
|---|---|
| public static PyString UnicodeDecodeError__str__(PyObject self, PyObject[] args, String[] kwargs) | |
| UnicodeEncodeError | back to summary |
|---|---|
| public static PyObject UnicodeEncodeError() | |
| UnicodeEncodeError__init__ | back to summary |
|---|---|
| public static void UnicodeEncodeError__init__(PyObject self, PyObject[] args, String[] kwargs) | |
| UnicodeEncodeError__str__ | back to summary |
|---|---|
| public static PyString UnicodeEncodeError__str__(PyObject self, PyObject[] args, String[] kwargs) | |
| UnicodeError | back to summary |
|---|---|
| public static PyObject UnicodeError() | |
| UnicodeError__init__ | back to summary |
|---|---|
| public static void UnicodeError__init__(PyObject self, PyObject[] args, String[] kwargs, PyType objectType) | |
| UnicodeTranslateError | back to summary |
|---|---|
| public static PyObject UnicodeTranslateError() | |
| UnicodeTranslateError__init__ | back to summary |
|---|---|
| public static void UnicodeTranslateError__init__(PyObject self, PyObject[] args, String[] kwargs) | |
| UnicodeTranslateError__str__ | back to summary |
|---|---|
| public static PyString UnicodeTranslateError__str__(PyObject self, PyObject[] args, String[] kwargs) | |
| Modifier and Type | Field and Description |
|---|---|
| private Method | javaMethod
The Java Method to be bound. |
| Access | Constructor and Description |
|---|---|
| public | |
| protected |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __call__(PyObject[]
all arguments to the function (including keyword arguments). args, String[] the keywords used for all keyword arguments. kwargs)Overrides org. The basic method to override when implementing a callable object. |
| public PyObject | __get__(PyObject
- the instance accessing this descriptor. Can be null if this is being accessed by
a type. obj, PyObject - the type accessing this descriptor. Will be null if obj exists as obj is of the
type accessing the descriptor. type)Overrides org. Get descriptor for this PyObject. |
| public PyBuiltinCallable | bind(PyObject self)
Overrides org. Returns a new instance of this type of PyBuiltinFunction bound to self |
| javaMethod | back to summary |
|---|---|
| private Method javaMethod The Java Method to be bound. Its signature must be: (PyObject, PyObject[], String[])PyObject. | |
| BoundStaticJavaMethod | back to summary |
|---|---|
| public BoundStaticJavaMethod(String name, Method javaMethod) | |
| BoundStaticJavaMethod | back to summary |
|---|---|
| protected BoundStaticJavaMethod(PyType type, PyObject self, PyBuiltinCallable. | |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject[] args, String[] kwargs) Overrides org. Doc from org. The basic method to override when implementing a callable object. The first len(args)-len(keywords) members of args[] are plain arguments. The last len(keywords) arguments are the values of the keyword arguments.
| |
| __get__ | back to summary |
|---|---|
| public PyObject __get__(PyObject obj, PyObject type) Overrides org. Doc from org. Get descriptor for this PyObject.
- the object defined for this descriptor for the given obj and type. | |
| bind | back to summary |
|---|---|
| public PyBuiltinCallable bind(PyObject self) Overrides org. Doc from org. Returns a new instance of this type of PyBuiltinFunction bound to self
| |