org.python.core
public class PyUnicode extends PyString
Field Summary | |
---|---|
static Class | exposed_base |
static String | exposed_name |
Constructor Summary | |
---|---|
PyUnicode() | |
PyUnicode(String string) | |
PyUnicode(PyType subtype, String string) | |
PyUnicode(PyString pystring) | |
PyUnicode(PyType subtype, PyString pystring) | |
PyUnicode(char c) |
Method Summary | |
---|---|
static void | classDictInit(PyObject dict) Internal use only. |
PyString | createInstance(String str) |
String | safeRepr() |
static void | typeSetup(PyObject dict, PyType.Newstyle marker) |
String | unicode_toString() |
PyString | unicode___str__() |
PyString | __repr__() |