Package Products :: Package ZenUtils :: Module config :: Class CommentLine
[hide private]
[frames] | no frames]

Class CommentLine

source code

object --+    
         |    
ConfigLine --+
             |
            CommentLine

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

Inherited from ConfigLine: __init__, setting

Class Methods [hide private]
 
parse(cls, line)
Returns an instance of cls if this class can parse this line.
source code

Inherited from ConfigLine: checkError

Method Details [hide private]

parse(cls, line)
Class Method

source code 

Returns an instance of cls if this class can parse this line. Otherwise returns None. Implemented in base classes.

Overrides: ConfigLine.parse
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: ConfigLine.__str__