hsh :: command :: DoubleQuotedText :: Class DoubleQuotedText
[hide private]
[frames] | no frames]

Class DoubleQuotedText

object --+        
         |        
     Token --+    
             |    
     LeafToken --+
                 |
                DoubleQuotedText

The text between the double quotes, may include whitespace characters.

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
expand(self)
Double quotes suppress glob/re stuff.

Inherited from LeafToken: __len__, __str__, dump, modify

Inherited from Token: commences, completions, expand_directives, terminated, terminates

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from Token: commencer_ch, dquotable

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

expand(self)

 

Double quotes suppress glob/re stuff.

Overrides: Token.expand