Miscellaneous

class pyExploringCodeDOMParser.EmptyLine[source]

Bases: pyExploringCodeDOMParser.CodeDOMObject

Represents an empty line in the document.

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

__str__(indent=0)[source]

Return str(self).

class pyExploringCodeDOMParser.CommentLine(commentText)[source]

Bases: pyExploringCodeDOMParser.CodeDOMObject

Represents a comment line in the document.

__init__(commentText)[source]

Initialize self. See help(type(self)) for accurate signature.

__str__(indent=0)[source]

Return str(self).

Forward Declarations

class pyExploringCodeDOMParser.BlockedStatement[source]

Bases: pyExploringCodeDOMParser.CodeDOMObject

class pyExploringCodeDOMParser.ExpressionChoice[source]

Bases: pyExploringCodeDOMParser.CodeDOMObject