Bio :: EUtils :: POM :: Text :: Class Text
[hide private]
[frames] | no frames]

Class Text

source code

object --+            
         |            
basestring --+        
             |        
           str --+    
                 |    
      IndentedText --+
                     |
                    Text

Instance Methods [hide private]
 
__str__(self)
str(x)
source code
 
__unicode__(self) source code

Inherited from IndentedText: __init__, __repr__, add_text, append, destroy, full_repr, fullpath, get_escape_length, get_text, has_attributes, has_children, insert, matchpath, set_level, set_text

Inherited from str: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __le__, __len__, __lt__, __mod__, __mul__, __ne__, __new__, __rmod__, __rmul__, capitalize, center, count, decode, encode, endswith, expandtabs, find, index, isalnum, isalpha, isdigit, islower, isspace, istitle, isupper, join, ljust, lower, lstrip, partition, replace, rfind, rindex, rjust, rpartition, rsplit, rstrip, split, splitlines, startswith, strip, swapcase, title, translate, upper, zfill

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

__unicode__(self)

source code 
Overrides: IndentedText.__unicode__