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

Class IndentedText

source code

object --+        
         |        
basestring --+    
             |    
           str --+
                 |
                IndentedText
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, data='')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
set_text(self, data) source code
 
get_text(self) source code
 
insert(self, data) source code
 
add_text(self, data) source code
 
append(self, data) source code
 
__str__(self)
str(x)
source code
 
__unicode__(self) source code
 
__repr__(self)
repr(x)
source code
 
set_level(self, level) source code
 
get_escape_length(self) source code
 
destroy(self) source code
 
fullpath(self) source code
 
matchpath(self, pe) source code
 
has_children(self) source code
 
has_attributes(self) source code
 
full_repr(self) source code

Inherited from str: __add__, __contains__, __eq__, __format__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __le__, __len__, __lt__, __mod__, __mul__, __ne__, __new__, __rmod__, __rmul__, __sizeof__, capitalize, center, count, decode, encode, endswith, expandtabs, find, format, 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 str (private): _formatter_field_name_split, _formatter_parser

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, data='')
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)