|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.python.core.PyObject org.python.core.PySequence org.python.core.PyBaseString org.python.core.PyString org.python.core.PyUnicode
a builtin python unicode string.
Nested Class Summary |
Nested classes inherited from class org.python.core.PyObject |
PyObject.ConversionException |
Field Summary | |
static java.lang.Class |
exposed_base
|
static java.lang.String |
exposed_name
|
Constructor Summary | |
PyUnicode()
|
|
PyUnicode(char c)
|
|
PyUnicode(PyString pystring)
|
|
PyUnicode(PyType subType)
|
|
PyUnicode(java.lang.String string)
|
Method Summary | |
PyString |
__str__()
Equivalent to the standard Python __str__ method. |
static void |
classDictInit(PyObject dict)
Internal use only. |
java.lang.String |
safeRepr()
|
static void |
typeSetup(PyObject dict,
PyType.Newstyle marker)
|
java.lang.String |
unicode_toString()
|
Methods inherited from class org.python.core.PyString |
__add__, __cmp__, __complex__, __contains__, __eq__, __float__, __ge__, __gt__, __int__, __invert__, __le__, __len__, __long__, __lt__, __mod__, __ne__, __neg__, __pos__, __repr__, __tojava__, asName, asString, atof, atoi, atoi, atol, atol, capitalize, center, count, count, count, decode_UnicodeEscape, decode, decode, decode, encode_UnicodeEscape, encode, encode, encode, endswith, endswith, endswith, equals, expandtabs, expandtabs, find, find, find, hashCode, index, index, index, internedString, isalnum, isalpha, isdecimal, isdigit, islower, isnumeric, isspace, istitle, isunicode, isupper, join, ljust, lower, lstrip, lstrip, replace, replace, rfind, rfind, rfind, rindex, rindex, rindex, rjust, rstrip, rstrip, split, split, split, splitlines, splitlines, startswith, startswith, startswith, strip, strip, swapcase, title, toString, translate, translate, translate, upper, zfill |
Methods inherited from class org.python.core.PySequence |
__delitem__, __delslice__, __finditem__, __finditem__, __getitem__, __getslice__, __iter__, __nonzero__, __setitem__, __setitem__, __setslice__, isMappingType, isNumberType |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.Class exposed_base
public static final java.lang.String exposed_name
Constructor Detail |
public PyUnicode()
public PyUnicode(PyType subType)
public PyUnicode(java.lang.String string)
public PyUnicode(PyString pystring)
public PyUnicode(char c)
Method Detail |
public static void typeSetup(PyObject dict, PyType.Newstyle marker)
public static void classDictInit(PyObject dict) throws PyIgnoreMethodTag
PyIgnoreMethodTag
public java.lang.String safeRepr() throws PyIgnoreMethodTag
safeRepr
in class PyString
PyIgnoreMethodTag
public PyString __str__()
PyObject
PyObject
is to
override the standard Java toString
method.
__str__
in class PyString
public java.lang.String unicode_toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |