Home | Trees | Index | Help |
|
---|
Package Pyblio :: Module Attribute :: Class ID |
|
object
--+ |basestring
--+ |unicode
--+ |object
--+ | | |_Qualified
--+ | ID
Method Summary | |
---|---|
__init__(self,
text)
| |
deep_equal(self,
other)
| |
index(self)
| |
sort(self)
| |
xmlread(k,
xml)
(Class method) | |
xmlwrite(self,
fd,
offset)
| |
Inherited from unicode | |
x.__add__(y) <==> x+y | |
x.__cmp__(y) <==> cmp(x,y) | |
x.__contains__(y) <==> y in x | |
x.__getattribute__('name') <==> x.name | |
x.__getitem__(y) <==> x[y] | |
| |
Use of negative indices is not supported. | |
x.__hash__() <==> hash(x) | |
x.__len__() <==> len(x) | |
x.__mod__(y) <==> x%y | |
x.__mul__(n) <==> x*n | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
x.__repr__() <==> repr(x) | |
x.__rmod__(y) <==> y%x | |
x.__rmul__(n) <==> n*x | |
x.__str__() <==> str(x) | |
Return a capitalized version of S, i.e. | |
Return S centered in a Unicode string of length width. | |
Return the number of occurrences of substring sub in Unicode string S[start:end]. | |
Return an encoded string version of S. | |
Return True if S ends with the specified suffix, False otherwise. | |
Return a copy of S where all tab characters are expanded using spaces. | |
Return the lowest index in S where substring sub is found, such that sub is contained within s[start,end]. | |
Return True if all characters in S are alphanumeric and there is at least one character in S, False otherwise. | |
Return True if all characters in S are alphabetic and there is at least one character in S, False otherwise. | |
Return True if there are only decimal characters in S, False otherwise. | |
Return True if all characters in S are digits and there is at least one character in S, False otherwise. | |
Return True if all cased characters in S are lowercase and there is at least one cased character in S, False otherwise. | |
Return True if there are only numeric characters in S, False otherwise. | |
Return True if all characters in S are whitespace and there is at least one character in S, False otherwise. | |
Return True if S is a titlecased string and there is at least one character in S, i.e. | |
Return True if all cased characters in S are uppercase and there is at least one cased character in S, False otherwise. | |
Return a string which is the concatenation of the strings in the sequence. | |
Return S left justified in a Unicode string of length width. | |
Return a copy of the string S converted to lowercase. | |
Return a copy of the string S with leading whitespace removed. | |
S.replace (old, new[, maxsplit]) -> unicode | |
Return the highest index in S where substring sub is found, such that sub is contained within s[start,end]. | |
Like S.rfind() but raise ValueError when the substring is not found. | |
Return S right justified in a Unicode string of length width. | |
Return a copy of the string S with trailing whitespace removed. | |
Return a list of the words in S, using sep as the delimiter string. | |
S.splitlines([keepends]]) -> list of strings | |
Return True if S starts with the specified prefix, False otherwise. | |
Return a copy of the string S with leading and trailing whitespace removed. | |
Return a copy of S with uppercase characters converted to lowercase and vice versa. | |
Return a titlecased version of S, i.e. | |
Return a copy of the string S, where all characters have been mapped through the given translation table, which must be a mapping of Unicode ordinals to Unicode ordinals, Unicode strings or None. | |
Return a copy of S converted to uppercase. | |
Pad a numeric string x with zeros on the left, to fill a field of the specified width. | |
Inherited from _Qualified | |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Feb 15 23:19:37 2006 | http://epydoc.sf.net |