Module UserString :: Class UserString
[hide private]
[frames] | no frames]

_ClassType UserString

Known Subclasses:

Instance Methods [hide private]
 
__init__(self, seq)
 
__str__(self)
 
__repr__(self)
 
__int__(self)
 
__long__(self)
 
__float__(self)
 
__complex__(self)
 
__hash__(self)
 
__cmp__(self, string)
 
__contains__(self, char)
 
__len__(self)
 
__getitem__(self, index)
 
__getslice__(self, start, end)
 
__add__(self, other)
 
__radd__(self, other)
 
__mul__(self, n)
 
__rmul__(self, n)
 
__mod__(self, args)
 
capitalize(self)
 
center(self, width, *args)
 
count(self, sub, start=0, end=2147483647)
 
decode(self, encoding=None, errors=None)
 
encode(self, encoding=None, errors=None)
 
endswith(self, suffix, start=0, end=2147483647)
 
expandtabs(self, tabsize=8)
 
find(self, sub, start=0, end=2147483647)
 
index(self, sub, start=0, end=2147483647)
 
isalpha(self)
 
isalnum(self)
 
isdecimal(self)
 
isdigit(self)
 
islower(self)
 
isnumeric(self)
 
isspace(self)
 
istitle(self)
 
isupper(self)
 
join(self, seq)
 
ljust(self, width, *args)
 
lower(self)
 
lstrip(self, chars=None)
 
partition(self, sep)
 
replace(self, old, new, maxsplit=-1)
 
rfind(self, sub, start=0, end=2147483647)
 
rindex(self, sub, start=0, end=2147483647)
 
rjust(self, width, *args)
 
rpartition(self, sep)
 
rstrip(self, chars=None)
 
split(self, sep=None, maxsplit=-1)
 
rsplit(self, sep=None, maxsplit=-1)
 
splitlines(self, keepends=0)
 
startswith(self, prefix, start=0, end=2147483647)
 
strip(self, chars=None)
 
swapcase(self)
 
title(self)
 
translate(self, *args)
 
upper(self)
 
zfill(self, width)