Package nltk :: Module sourcedstring :: Class CompoundSourcedByteString
[hide private]
[frames] | no frames]

type CompoundSourcedByteString

source code

   object --+            
            |            
   basestring --+        
                |        
    SourcedString --+    
                    |    
CompoundSourcedString --+
                        |
       object --+       |
                |       |
       basestring --+   |
                    |   |
                  str --+
                        |
                       CompoundSourcedByteString

Nested Classes [hide private]
_stringtype
A class variable, defined by subclasses of SourcedString, determining what type of string this class contains.
Instance Methods [hide private]

Inherited from CompoundSourcedString: __getitem__, __getslice__, __init__, __repr__, capitalize, lower, swapcase, title, upper

Inherited from CompoundSourcedString (private): _source_repr

Inherited from str: __contains__, __eq__, __ge__, __getattribute__, __getnewargs__, __gt__, __hash__, __le__, __len__, __lt__, __ne__, __rmod__, __str__, count, endswith, find, index, isalnum, isalpha, isdigit, islower, isspace, istitle, isupper, rfind, rindex, startswith

    Splitting & Stripping Methods

Inherited from SourcedString: lstrip, partition, rpartition, rsplit, rstrip, split, splitlines, strip

    String Concatenation Methods

Inherited from SourcedString: __add__, __mul__, __radd__, __rmul__, join

    Justification Methods

Inherited from SourcedString: center, ljust, rjust, zfill

    Replacement Methods

Inherited from SourcedString: __mod__, expandtabs, replace, translate

    Unicode

Inherited from CompoundSourcedString: encode

Inherited from CompoundSourcedString (private): _decode_one_to_one

Inherited from SourcedString: decode

    Display

Inherited from SourcedString: pprint

Static Methods [hide private]

Inherited from CompoundSourcedString: __new__

    String Concatenation Methods

Inherited from SourcedString: concat

Class Variables [hide private]
    Splitting & Stripping Methods

Inherited from SourcedString (private): _LINE_RE, _NEWLINE_RE, _WHITESPACE_RE

    Display

Inherited from SourcedString (private): _PPRINT_CHAR_REPRS

Instance Variables [hide private]

Inherited from CompoundSourcedString: substrings

Properties [hide private]

Inherited from CompoundSourcedString: sources